simpleType SelectiveCallingCodeType
namespace http://www.fixm.aero/flight/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element CommunicationCapabilitiesType/selectiveCallingCode
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-HJ-MP-S]{4}
annotation
documentation
A code that consists of two 2-letter pairs and acts as a paging system for an ATS unit to establish voice communications with the pilot of an aircraft.
source <xs:simpleType name="SelectiveCallingCodeType">
 
<xs:annotation>
   
<xs:documentation>A code that consists of two 2-letter pairs and acts as a paging system for an ATS unit to establish voice communications with the pilot of an aircraft.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-HJ-MP-S]{4}"/>
 
</xs:restriction>
</xs:simpleType>


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