complexType SupplementaryDataSourceChoiceType
diagram BasicMessage_diagrams/BasicMessage_p358.png
namespace http://www.fixm.aero/flight/4.2
children fx:personOrOrganization fx:unit
used by
element SupplementaryDataType/supplementaryDataSource
annotation
documentation
Describes the source of the supplementary data. Can be either a Person/Organization or ATC Unit.

A Supplementary Information Source can be identified using a location identifier (from Doc. 7910 + Doc. 8585) for an ATS unit; an AFTN address; FF-ICE Participant identification per B-2.28; or appropriate contact information per B-2.12.
source <xs:complexType name="SupplementaryDataSourceChoiceType">
 
<xs:annotation>
   
<xs:documentation>Describes the source of the supplementary data. Can be either a Person/Organization or ATC Unit.

A Supplementary Information Source can be identified using a location identifier (from Doc. 7910 + Doc. 8585) for an ATS unit; an AFTN address; FF-ICE Participant identification per B-2.28; or appropriate contact information per B-2.12.
</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="personOrOrganization" type="fb:PersonOrOrganizationType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A Person/Organization source of the supplementary data.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="unit" type="fb:AtcUnitReferenceType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>An ATC unit source of the supplementary data.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element SupplementaryDataSourceChoiceType/personOrOrganization
diagram BasicMessage_diagrams/BasicMessage_p359.png
namespace http://www.fixm.aero/flight/4.2
type fb:PersonOrOrganizationType
properties
content complex
children fb:contact fb:extension fb:identifier fb:identifierDomain fb:name
annotation
documentation
A Person/Organization source of the supplementary data.
source <xs:element name="personOrOrganization" type="fb:PersonOrOrganizationType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A Person/Organization source of the supplementary data.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SupplementaryDataSourceChoiceType/unit
diagram BasicMessage_diagrams/BasicMessage_p360.png
namespace http://www.fixm.aero/flight/4.2
type fb:AtcUnitReferenceType
properties
content complex
children fb:atcUnitNameOrAlternate fb:controlSectorDesignator fb:extension fb:locationIndicator fb:position
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features. [FIXM]
annotation
documentation
An ATC unit source of the supplementary data.
source <xs:element name="unit" type="fb:AtcUnitReferenceType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>An ATC unit source of the supplementary data.</xs:documentation>
 
</xs:annotation>
</xs:element>


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