complexType "CountryCodeType"
Namespace:
Content:
simple, 8 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:dateTime
   
>
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Use of a Controlled Vocabulary is strongly recommended. Use of ISO 3166 Country Codes (2 character, 3 character, or Numeric) is preferred with or without attribution to a specific controlled vocabulary. If using some other coding system it is important to cite the source as the assumption will generally be that ISO 3166 codes have been used. Allows for an optional effective date for the country code. This can effect the actual geographic coverage or related name.
Type Definition Detail
Type Derivation Tree
xs:string (extension)
  CodeValueType (extension)
      CountryCodeType
Derivation:
extension of CodeValueType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="CountryCodeType">
<xs:simpleContent>
<xs:extension base="CodeValueType">
<xs:attribute name="effectiveDate" type="xs:dateTime" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
effectiveDate
Type:
xs:dateTime, predefined
Use:
optional
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. This can effect the actual geographic coverage or related name.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="effectiveDate" type="xs:dateTime" use="optional"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set