simpleType TextNameType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
elements PostalAddressType/administrativeArea AtcUnitReferenceType/atcUnitNameOrAlternate ContactInformationType/name PersonOrOrganizationType/name PostalAddressType/postalCode ContactInformationType/title
simpleTypes AerodromeNameType TextCityType TextCountryNameType
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !"&#$%'\(\)\*\+\-\./:;<=>\?@\[\\\]\^_\|\{\}])*
annotation
documentation
The official name of a State, an aerodrome, a unit, etc... [AIXM 5.1]
source <xs:simpleType name="TextNameType">
 
<xs:annotation>
   
<xs:documentation>The official name of a State, an aerodrome, a unit, etc... [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="60"/>
   
<xs:pattern value="([A-Z]|[0-9]|[, !&quot;&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*"/>
 
</xs:restriction>
</xs:simpleType>


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