simpleType AirportSlotIdentificationType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
elements ArrivalType/airportSlotIdentification DepartureType/airportSlotIdentification
facets
Kind Value Annotation
minLength 0
maxLength 10
annotation
documentation
The identifier of the scheduled time of arrival or departure available for allocation by, or as allocated by, a coordinator for an aircraft movement on a specific date at a coordinated airport. [adapted from IATA Worldwide Scheduling Guidelines, 21st Edition]
source <xs:simpleType name="AirportSlotIdentificationType">
 
<xs:annotation>
   
<xs:documentation>The identifier of the scheduled time of arrival or departure available for allocation by, or as allocated by, a coordinator for an aircraft movement on a specific date at a coordinated airport. [adapted from IATA Worldwide Scheduling Guidelines, 21st Edition]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="10"/>
 
</xs:restriction>
</xs:simpleType>


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