element <CountryCode>
Namespace:
Type:
anonymous (restriction of xs:string)
Content:
simple
Defined:
XML Representation Summary
<CountryCode>
   
Content: 
{ xs:string }
</CountryCode>
Simple Content Detail:
Pattern:
[A-Z]{2}

Included in content model of elements (1):
Annotation
Code for the country, use ISO or internatinal Postalstandard, compare Staatscode
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
pattern:
[A-Z]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CountryCode">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z]{2}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set