simpleType RestrictedRouteDesignatorType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
complexType RouteDesignatorType
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z][A-Z0-9]{1,7}
annotation
documentation
Helper type for restrictions on RouteDesignator.
source <xs:simpleType name="RestrictedRouteDesignatorType">
 
<xs:annotation>
   
<xs:documentation>Helper type for restrictions on RouteDesignator.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-Z][A-Z0-9]{1,7}"/>
 
</xs:restriction>
</xs:simpleType>


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