simpleType RestrictedAirspaceDesignatorType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
complexType AirspaceDesignatorType
facets
Kind Value Annotation
minLength 1
maxLength 10
pattern ([A-Z]|[0-9]|[, !"&#$%'\(\)\*\+\-\./:;<=>\?@\[\\\]\^_\|\{\}])*
annotation
documentation
Helper type for restrictions on AirspaceDesignator.
source <xs:simpleType name="RestrictedAirspaceDesignatorType">
 
<xs:annotation>
   
<xs:documentation>Helper type for restrictions on AirspaceDesignator.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="10"/>
   
<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