simpleType RunwayDirectionDesignatorType
namespace http://www.fixm.aero/base/4.1
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
elements NasDepartureType/acceptableRunway NasDepartureType/unacceptableRunway
attributes ArrivalType/@runwayDirection DestinationType/@runwayDirection DepartureType/@runwayDirection
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern (0[1-9]|[12][0-9]|3[0-6])[LRC]{0,1}
annotation
documentation

            - A number between 01 and 36
            - Optionally  Left (L), Center (C), or Right (R)
        
source <simpleType name="RunwayDirectionDesignatorType">
 
<annotation>
   
<documentation>
            - A number between 01 and 36
            - Optionally  Left (L), Center (C), or Right (R)
        
</documentation>
 
</annotation>
 
<restriction base="fb:CharacterStringType">
   
<pattern value="(0[1-9]|[12][0-9]|3[0-6])[LRC]{0,1}"/>
 
</restriction>
</simpleType>


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