complexType "CountryType"
Namespace:
Content:
simple, 2 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:dateTime
 = 
xs:language
   
>
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (1):
Country
Known Usage Locations
Annotation
An unspecified identification of a Country. When using ISO 3166 code (2-letter, 3-letter, or numeric) use the specific CountryCode substitution element. Allows for an optional specification of language and effective date.
Type Definition Detail
Type Derivation Tree
xs:string (extension)
  CountryCodeType (extension)
      CountryType
Derivation:
extension of CountryCodeType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="CountryType">
<xs:simpleContent>
<xs:extension base="CountryCodeType">
<xs:attribute ref="xml:lang"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
xml:lang
Type:
xs:language, predefined
Use:
optional
Indicates the language of content. Note that xml:lang allows for a simple 2 or 3 character language code or a language code extended by a country code , for example en-au for English as used in Australia.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xml:lang"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set