PairedCodeValueType

A tightly bound pair of items from a controlled vocabulary. The extent property describes the extent to which the parent term applies for the specific case.

Extends

CodeValueType

Properties

Name Type Cardinality
extent CodeValueType 0..1

extent

Describes the extent to which the parent term applies for the specific case using an external controlled vocabulary.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_PairedCodeValueType [ label = "{<id>PairedCodeValueType | + extent : CodeValueType \l \l \l| \l \l}" tooltip = "ComplexDataTypes:PairedCodeValueType" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] DDI4_CodeValueType [ label = "{<id>CodeValueType | + codeValue : xs:string \l + codeListID : xs:string \l + codeListName : xs:string \l + codeListAgencyName : xs:string \l + codeListVersionID : xs:string \l + otherValue : xs:string \l + codeListURN : xs:string \l + codeListSchemeURN : xs:string \l \l \l| \l \l}" tooltip = "ComplexDataTypes:CodeValueType" ]; } DDI4_PairedCodeValueType -> DDI4_CodeValueType [arrowhead=empty color="#000000" ]; }