complexType AtowOrganization
diagram mmixm_diagrams/mmixm_p86.png
namespace https://mmixm.aero/base/4
children mb:atowCode mb:atowCodeChangeProvenance mb:districtOfficeName mb:groupName mb:locId mb:previousAtowCode mb:serviceAreaName mb:sscName
used by
elements Organization/atowOrganization 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: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="atowCodeChangeProvenance" type="mb:Provenance" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The date/time when routing code was last changed.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="districtOfficeName" type="mb:String150Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Name of District Office in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="groupName" type="mb:String150Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Name of Group in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.</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:element name="previousAtowCode" type="mb:ATOWCodeType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The last routing code associated with the asset, prior to the current code.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="serviceAreaName" type="mb:String150Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Name of Service Area in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="sscName" type="mb:String150Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Name of System Support Center in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AtowOrganization/atowCode
diagram mmixm_diagrams/mmixm_p87.png
namespace https://mmixm.aero/base/4
type mb:ATOWCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{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/atowCodeChangeProvenance
diagram mmixm_diagrams/mmixm_p88.png
namespace https://mmixm.aero/base/4
type mb:Provenance
properties
minOcc 0
maxOcc 1
content complex
children mb:date mb:source
annotation
documentation
The date/time when routing code was last changed.
source <xs:element name="atowCodeChangeProvenance" type="mb:Provenance" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The date/time when routing code was last changed.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AtowOrganization/districtOfficeName
diagram mmixm_diagrams/mmixm_p89.png
namespace https://mmixm.aero/base/4
type mb:String150Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 150
annotation
documentation
Name of District Office in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.
source <xs:element name="districtOfficeName" type="mb:String150Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Name of District Office in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AtowOrganization/groupName
diagram mmixm_diagrams/mmixm_p90.png
namespace https://mmixm.aero/base/4
type mb:String150Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 150
annotation
documentation
Name of Group in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.
source <xs:element name="groupName" type="mb:String150Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Name of Group in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AtowOrganization/locId
diagram mmixm_diagrams/mmixm_p91.png
namespace https://mmixm.aero/base/4
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>

element AtowOrganization/previousAtowCode
diagram mmixm_diagrams/mmixm_p92.png
namespace https://mmixm.aero/base/4
type mb:ATOWCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{3}[A-Z0-9]{0,2}
annotation
documentation
The last routing code associated with the asset, prior to the current code.
source <xs:element name="previousAtowCode" type="mb:ATOWCodeType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The last routing code associated with the asset, prior to the current code.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AtowOrganization/serviceAreaName
diagram mmixm_diagrams/mmixm_p93.png
namespace https://mmixm.aero/base/4
type mb:String150Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 150
annotation
documentation
Name of Service Area in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.
source <xs:element name="serviceAreaName" type="mb:String150Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Name of Service Area in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AtowOrganization/sscName
diagram mmixm_diagrams/mmixm_p94.png
namespace https://mmixm.aero/base/4
type mb:String150Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 150
annotation
documentation
Name of System Support Center in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.
source <xs:element name="sscName" type="mb:String150Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Name of System Support Center in the organization's hierarchy, as described in Order 1100.87 Routing Symbol Standards.</xs:documentation>
 
</xs:annotation>
</xs:element>


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