simpleType CodedDepartureRouteType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element TrajectoryOptionRouteType/codedDepartureRoute
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9]{8}
annotation
documentation
Defines the pattern for CDR route codes.
source <xs:simpleType name="CodedDepartureRouteType">
 
<xs:annotation>
   
<xs:documentation>Defines the pattern for CDR route codes.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-Z0-9]{8}"/>
 
</xs:restriction>
</xs:simpleType>


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