simpleType IcaoRouteStringType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element TrajectoryOptionRouteType/routeText
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern ([0-9a-zA-Z/]{2,28}( [0-9a-zA-Z/]{2,28}){0,}){0,1}
annotation
documentation
Route data as defined in ICAO 4444 field 15c.
source <xs:simpleType name="IcaoRouteStringType">
 
<xs:annotation>
   
<xs:documentation>Route data as defined in ICAO 4444 field 15c.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="([0-9a-zA-Z/]{2,28}( [0-9a-zA-Z/]{2,28}){0,}){0,1}"/>
 
</xs:restriction>
</xs:simpleType>


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