simpleType TextCountryCodeType
namespace http://www.fixm.aero/base/4.1
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
attribute PostalAddressType/@countryCode
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]{2}
annotation
documentation

            The country code as specified by ISO 3166. [FIXM]
        
source <simpleType name="TextCountryCodeType">
 
<annotation>
   
<documentation>
            The country code as specified by ISO 3166. [FIXM]
        
</documentation>
 
</annotation>
 
<restriction base="fb:CharacterStringType">
   
<pattern value="[A-Z]{2}"/>
 
</restriction>
</simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy