simpleType AerodromeNameType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:TextNameType
properties
base fb:TextNameType
used by
element AerodromeReferenceType/name
facets
Kind Value Annotation
minLength 1
maxLength 60
pattern ([A-Z]|[0-9]|[, !"&#$%'\(\)\*\+\-\./:;<=>\?@\[\\\]\^_\|\{\}])*
annotation
documentation
The primary official name of an aerodrome as designated by an appropriate authority. [AIXM 5.1]
source <xs:simpleType name="AerodromeNameType">
 
<xs:annotation>
   
<xs:documentation>The primary official name of an aerodrome as designated by an appropriate authority. [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:TextNameType">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="60"/>
 
</xs:restriction>
</xs:simpleType>


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