| namespace | https://mmixm.aero/base/4 | |||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| used by |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:simpleType name="TextCountryNameType"> <xs:annotation> <xs:documentation>The country of the physical address for the location or organization. Full name, not ISO 3166 abbreviations. [AIXM 5.1]</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="0"/> <xs:maxLength value="60"/> </xs:restriction> </xs:simpleType> |