simpleType RestrictedRunwayDirectionDesignatorType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
complexType RunwayDirectionDesignatorType
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern (0[1-9]|[12][0-9]|3[0-6])[LRC]{0,1}
annotation
documentation
Helper type for restrictions on RunwayDirectionDesignator.
source <xs:simpleType name="RestrictedRunwayDirectionDesignatorType">
 
<xs:annotation>
   
<xs:documentation>Helper type for restrictions on RunwayDirectionDesignator.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="(0[1-9]|[12][0-9]|3[0-6])[LRC]{0,1}"/>
 
</xs:restriction>
</xs:simpleType>


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