simpleType RunwayType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
elements RunwayInformation/primaryRunway RunwayInformation/secondaryRunway
facets
Kind Value Annotation
pattern ([1-9]|[1-2][0-9]|[3][0-6])[LRC]?
annotation
documentation
This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.
source <xs:simpleType name="RunwayType">
 
<xs:annotation>
   
<xs:documentation>This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="([1-9]|[1-2][0-9]|[3][0-6])[LRC]?"/>
 
</xs:restriction>
</xs:simpleType>


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