simpleType TextCountryNameType
namespace https://mmixm.aero/base/4
type restriction of xs:string
properties
base xs:string
used by
element PostalAddress/countryName
facets
Kind Value Annotation
minLength 0
maxLength 60
annotation
documentation
The country of the physical address for the location or organization. Full name, not ISO 3166 abbreviations. [AIXM 5.1]
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>


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