complexType AtowOrganization
diagram mmixm_diagrams/mmixm_p72.png
namespace https://mmixm.aero/base/3
type extension of mb:Organization
properties
base mb:Organization
children mb:additionalInformation mb:organizationContact mb:organizationName mb:atowCode mb:locId
used by
element Credential/facilityCode
annotation
documentation
Complex type containing descriptors about the ATOW Organization.
source <xs:complexType name="AtowOrganization">
 
<xs:annotation>
   
<xs:documentation>Complex type containing descriptors about the ATOW Organization.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="mb:Organization">
     
<xs:sequence>
       
<xs:element name="atowCode" type="mb:ATOWCodeType" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The 3-5 character code that reflects the routing code of a Technical Operations element. Each routing symbol includes a three-letter alphabetical prefix that identifies the FAA organization involved, per FAA Order 1100.87G.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="locId" type="mb:FsepLocIdType" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Location ID of an ATOW organization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AtowOrganization/atowCode
diagram mmixm_diagrams/mmixm_p73.png
namespace https://mmixm.aero/base/3
type mb:ATOWCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Z]{3}[A-Z0-9]{0,2}
annotation
documentation
The 3-5 character code that reflects the routing code of a Technical Operations element. Each routing symbol includes a three-letter alphabetical prefix that identifies the FAA organization involved, per FAA Order 1100.87G.
source <xs:element name="atowCode" type="mb:ATOWCodeType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The 3-5 character code that reflects the routing code of a Technical Operations element. Each routing symbol includes a three-letter alphabetical prefix that identifies the FAA organization involved, per FAA Order 1100.87G.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AtowOrganization/locId
diagram mmixm_diagrams/mmixm_p74.png
namespace https://mmixm.aero/base/3
type mb:FsepLocIdType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{3,4}
annotation
documentation
Location ID of an ATOW organization.
source <xs:element name="locId" type="mb:FsepLocIdType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Location ID of an ATOW organization.</xs:documentation>
 
</xs:annotation>
</xs:element>


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