simpleType RankedTrajectoryIdentifierType
namespace http://www.fixm.aero/flight/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
elements RankedTrajectoryType/identifier FficePFP_RankedTrajectoryType/identifier FficeTRQ_RankedTrajectoryType/identifier
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9]{1,2}
annotation
documentation
Unique Identifier used to differentiate the 4D trajectories.
source <xs:simpleType name="RankedTrajectoryIdentifierType">
 
<xs:annotation>
   
<xs:documentation>Unique Identifier used to differentiate the 4D trajectories. </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[0-9]{1,2}"/>
 
</xs:restriction>
</xs:simpleType>


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