CountryCode

Provides means of expressing a code/term for the country plus an optional valid date.

Properties

Name Type Cardinality
effectiveDate xs:dateTime 0..1
country InternationalCodeValueType 1..1

effectiveDate

If it is important to specify the date that this code is effective in order to accurately capture a name or similar change, specify that here.

country

The code or term used to designate the country. If a term, indicate the language.

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_CountryCode [ label = "{<id>CountryCode | + effectiveDate : xs:dateTime \l + country : InternationalCodeValueType \l \l \l| \l \l}" tooltip = "ComplexDataTypes:CountryCode" ] subgraph { label = "" node [ color = "#" ] } }