complexType "CountryCodeType"
Namespace:
Content:
simple, 1 attribute
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:dateTime
   
>
   
Content: 
{ xs:string }
</...>
Known Direct Subtypes (4):
CountryType, Country_2Type, Country_3Type, Country_NType
All Direct / Indirect Based Elements (5):
Country, CountryCode, Country_2, Country_3, Country_N
Known Usage Locations
Annotation
Serves as head of a substitution group for specifying ISO 3166 Country Codes or use of unspecified text.
Type Definition Detail
Type Derivation Tree
xs:string (extension)
  CountryCodeType
Derivation:
extension of xs:string
XML Source (w/o annotations (2); see within schema source)
<xs:complexType abstract="true" name="CountryCodeType">
<xs:simpleContent>
<xs:extension base="xs:string">
<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/1)
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.
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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set