namespace | http://www.fixm.aero/base/4.2 | ||||||||||||
type | restriction of fb:CharacterStringType | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="TextCountryCodeType"> <xs:annotation> <xs:documentation>The country code as specified by ISO 3166. [FIXM]</xs:documentation> </xs:annotation> <xs:restriction base="fb:CharacterStringType"> <xs:pattern value="[A-Z]{2}"/> </xs:restriction> </xs:simpleType> |