simpleType AircraftOperatorDesignatorType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element AircraftOperatorType/designatorIcao
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]{3}
annotation
documentation
The identifier of the Aircraft Operator as assigned by ICAO. [FIXM]
This is the ICAO Operator Code as standardised by ICAO Doc 8585 Manual on Designators for Aircraft Operating Agencies, Aeronautical Authorities and Services.
source <xs:simpleType name="AircraftOperatorDesignatorType">
 
<xs:annotation>
   
<xs:documentation>The identifier of the Aircraft Operator as assigned by ICAO. [FIXM]
This is the ICAO Operator Code as standardised by ICAO Doc 8585 Manual on Designators for Aircraft Operating Agencies, Aeronautical Authorities and Services.
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-Z]{3}"/>
 
</xs:restriction>
</xs:simpleType>


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