simpleType LocationIndicatorType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
elements AerodromeReferenceType/locationIndicator AtcUnitReferenceType/locationIndicator ElapsedTimeLocationChoiceType/region SmpIdentificationKeyType/aerodrome TfdmTmiIdentifierType/aerodrome NasFlightIdentificationType/tfdmIdCreatorAirport
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]{4}
annotation
documentation
A four-letter code group formulated in accordance with rules prescribed by ICAO and assigned to an aerodrome, a region or an ATS unit. [ICAO Doc 4444]
source <xs:simpleType name="LocationIndicatorType">
 
<xs:annotation>
   
<xs:documentation>A four-letter code group formulated in accordance with rules prescribed by ICAO and assigned to an aerodrome, a region or an ATS unit. [ICAO Doc 4444]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-Z]{4}"/>
 
</xs:restriction>
</xs:simpleType>


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