Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:

https://mmixm.aero/base/1.0.0

Simple Types

https://mmixm.aero/features/1.0.0

Main schema mmixm.xsd
Namespace https://mmixm.aero/1.0.0
Annotations
Maintenance Management Information eXchange Model (MMIXM) will be a data standard to support the exchange of Operations & Maintenance (O&M) information between systems. The use of standardized maintenance data will increase data quality and availability between stakeholders, enabling operational benefits such as increased efficiencies and situational awareness.
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Imported schema base.xsd
Namespace https://mmixm.aero/base/1.0.0
Annotations
The base package includes sub-packages that contain classes that are not necessarily domain-specific, e.g., contact information, location descriptors, message structures, personnel, organizations, and data types
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Included schema Loc.xsd
Namespace https://mmixm.aero/base/1.0.0
Annotations
This package contains elements describing locations (e.g., geographical coordinates, address, or even virtual locations such as IP address)
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Included schema datatypr.xsd
Namespace https://mmixm.aero/base/1.0.0
Annotations
This package contains custom data types used throughout the model
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Included schema ContactInfo.xsd
Namespace https://mmixm.aero/base/1.0.0
Annotations
This package contains elements describing information used to contact a person or organization (e.g., mailing address, phone number, etc.)
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Included schema person.xsd
Namespace https://mmixm.aero/base/1.0.0
Annotations
This package contains elements describing a person or an organization
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Imported schema credentials.xsd
Namespace https://mmixm.aero/features/1.0.0
Annotations
This package contains elements describing technician credentials and certifications
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Included schema message.xsd
Namespace https://mmixm.aero/base/1.0.0
Annotations
This package contains the message classes used in MMIXM
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Imported schema monitoring.xsd
Namespace https://mmixm.aero/features/1.0.0
Annotations
This package contains elements pertaining to the monitoring of the health and status of an asset
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Included schema asset.xsd
Namespace https://mmixm.aero/features/1.0.0
Annotations
Contains elements describing FAA assets.  Systems, services, sub-systems and components are all considered assets in the MMIXM model
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Imported schema logs.xsd
Namespace https://mmixm.aero/features/1.0.0
Annotations
This package contains elements describing the logs of maintenance activities
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Imported schema feat.xsd
Namespace https://mmixm.aero/features/1.0.0
Annotations
Includes sub-packages that describe domain-specific entities, e.g., assets, technician qualifications, reference documentation, and maintenance event coordination and logging
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Included schema references.xsd
Namespace https://mmixm.aero/features/1.0.0
Annotations
This package contains elements describing reference documentation for an asset
Properties
attribute form default unqualified
element form default unqualified
version 1.0
[ top ]
Element bas:AddressLocation
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_AddressLocation_address mmixm.tmp#https___mmixm.aero_base_1.0.0_AddressLocation_description mmixm.tmp#https___mmixm.aero_base_1.0.0_AddressLocation
Type bas:AddressLocation
Type hierarchy
Properties
content complex
Model
Children address, description
Instance
<bas:AddressLocation xmlns:bas="https://mmixm.aero/base/1.0.0">
  <address>{0,1}</address>
  <description>{0,1}</description>
</bas:AddressLocation>
Source
<xs:element name="AddressLocation" type="bas:AddressLocation"/>
[ top ]
Element bas:AddressLocation / address
Namespace No namespace
Annotations
postal address
Diagram
Diagram mmixm.tmp#PostalAddress_addressCategory mmixm.tmp#PostalAddress_administrativeArea mmixm.tmp#PostalAddress_city mmixm.tmp#PostalAddress_countryCode mmixm.tmp#PostalAddress_countryName mmixm.tmp#PostalAddress_deliveryPoint mmixm.tmp#PostalAddress_postalCode mmixm.tmp#PostalAddress
Type bas:PostalAddress
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children addressCategory, administrativeArea, city, countryCode, countryName, deliveryPoint, postalCode
Instance
<address>
  <addressCategory>{1,1}</addressCategory>
  <administrativeArea>{0,1}</administrativeArea>
  <city>{0,1}</city>
  <countryCode>{0,1}</countryCode>
  <countryName>{0,1}</countryName>
  <deliveryPoint>{0,1}</deliveryPoint>
  <postalCode>{0,1}</postalCode>
</address>
Source
<xs:element name="address" type="bas:PostalAddress" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>postal address</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:PostalAddress / addressCategory
Namespace No namespace
Annotations
The type of address (e.g., Home, Work, Shipping, etc.)
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="addressCategory" type="xs:string" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The type of address (e.g., Home, Work, Shipping, etc.)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:PostalAddress / administrativeArea
Namespace No namespace
Annotations
the administrative area for the address (e.g., state, province)
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="administrativeArea" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>the administrative area for the address (e.g., state, province)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:PostalAddress / city
Namespace No namespace
Annotations
The City associated with the address.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="city" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The City associated with the address.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:PostalAddress / countryCode
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="countryCode" type="xs:string" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:PostalAddress / countryName
Namespace No namespace
Annotations
The Country for the address.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="countryName" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Country for the address.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:PostalAddress / deliveryPoint
Namespace No namespace
Annotations
Defines address for delivering an item
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="deliveryPoint" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Defines address for delivering an item</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:PostalAddress / postalCode
Namespace No namespace
Annotations
The Postal or Zip code for the address.
Diagram
Diagram mmixm.tmp#PostalCodeType
Type bas:PostalCodeType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern [0-9][0-9][0-9][0-9][0-9]
Source
<xs:element name="postalCode" type="bas:PostalCodeType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Postal or Zip code for the address.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:AddressLocation / description
Namespace No namespace
Annotations
this field is used to provide additional details about the address
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>this field is used to provide additional details about the address</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:ElectronicLocation
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation_ip mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation_textDescription mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation_url mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation
Type bas:ElectronicLocation
Type hierarchy
Properties
content complex
Model
Children ip, textDescription, url
Instance
<bas:ElectronicLocation xmlns:bas="https://mmixm.aero/base/1.0.0">
  <ip>{0,1}</ip>
  <textDescription>{0,1}</textDescription>
  <url>{0,1}</url>
</bas:ElectronicLocation>
Source
<xs:element name="ElectronicLocation" type="bas:ElectronicLocation"/>
[ top ]
Element bas:ElectronicLocation / ip
Namespace No namespace
Annotations
The digital location of document content represented as an IP address.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="ip" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The digital location of document content represented as an IP address.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:ElectronicLocation / textDescription
Namespace No namespace
Annotations
Description of electronic location
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="textDescription" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Description of electronic location</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:ElectronicLocation / url
Namespace No namespace
Annotations
The digital location of document content represented as a URL.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="url" type="xs:anyURI" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The digital location of document content represented as a URL.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:GeographicLocation
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation_crs mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation_elevation mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation_latitude mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation_longitude mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation_source mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation
Type bas:GeographicLocation
Type hierarchy
Properties
content complex
Model
Children crs, elevation, latitude, longitude, source
Instance
<bas:GeographicLocation xmlns:bas="https://mmixm.aero/base/1.0.0">
  <crs>{1,1}</crs>
  <elevation>{0,1}</elevation>
  <latitude>{0,1}</latitude>
  <longitude>{0,1}</longitude>
  <source>{0,1}</source>
</bas:GeographicLocation>
Source
<xs:element name="GeographicLocation" type="bas:GeographicLocation"/>
[ top ]
Element bas:GeographicLocation / crs
Namespace No namespace
Annotations
Coordinate Reference System (CRS) is the system used to identify locations on the earth.
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="crs" type="xs:integer" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Coordinate Reference System (CRS) is the system used to identify locations on the earth.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:GeographicLocation / elevation
Namespace No namespace
Annotations
The elevation at the given location.
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="elevation" type="xs:integer" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The elevation at the given location.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:GeographicLocation / latitude
Namespace No namespace
Annotations
The latitude for a given location in the context of the associated CRS.
Diagram
Diagram
Type xs:decimal
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="latitude" type="xs:decimal" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The latitude for a given location in the context of the associated CRS.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:GeographicLocation / longitude
Namespace No namespace
Annotations
The longitude for a given location in the context of the associated CRS.
Diagram
Diagram
Type xs:decimal
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="longitude" type="xs:decimal" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The longitude for a given location in the context of the associated CRS.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:GeographicLocation / source
Namespace No namespace
Annotations
source of geographic information
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="source" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>source of geographic information</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:GsaAddress
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_GsaAddress_gsaAddress mmixm.tmp#https___mmixm.aero_base_1.0.0_GsaAddress
Type bas:GsaAddress
Type hierarchy
Properties
content complex
Model
Children gsaAddress
Instance
<bas:GsaAddress xmlns:bas="https://mmixm.aero/base/1.0.0">
  <gsaAddress>{0,1}</gsaAddress>
</bas:GsaAddress>
Source
<xs:element name="GsaAddress" type="bas:GsaAddress"/>
[ top ]
Element bas:GsaAddress / gsaAddress
Namespace No namespace
Annotations
This field contains the GSA address code assigned by the FAA Logistic Center
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="gsaAddress" type="bas:String10Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This field contains the GSA address code assigned by the FAA Logistic Center</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:Location
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Location
Type bas:Location
Properties
content complex
Model
Source
<xs:element name="Location" type="bas:Location"/>
[ top ]
Element bas:LocationInBuilding
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_bin mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_building mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_cabinet mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_description mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_room mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_shelf mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding
Type bas:LocationInBuilding
Type hierarchy
Properties
content complex
Model
Children bin, building, cabinet, description, room, shelf
Instance
<bas:LocationInBuilding xmlns:bas="https://mmixm.aero/base/1.0.0">
  <bin>{0,1}</bin>
  <building>{0,1}</building>
  <cabinet>{0,1}</cabinet>
  <description>{0,1}</description>
  <room>{0,1}</room>
  <shelf>{0,1}</shelf>
</bas:LocationInBuilding>
Source
<xs:element name="LocationInBuilding" type="bas:LocationInBuilding"/>
[ top ]
Element bas:LocationInBuilding / bin
Namespace No namespace
Annotations
A specific bin within a building.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="bin" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>A specific bin within a building.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:LocationInBuilding / building
Namespace No namespace
Annotations
[Definition from class Building] The type and identifier uniquely identifies each building at a location identifier where the facilities are located within the building or supports the building.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="building" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>[Definition from class Building] The type and identifier uniquely identifies each building at a location identifier where the facilities are located within the building or supports the building.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:LocationInBuilding / cabinet
Namespace No namespace
Annotations
A specific cabinet within a building.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="cabinet" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>A specific cabinet within a building.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:LocationInBuilding / description
Namespace No namespace
Annotations
Free from text further specifying the location of the asset within a building.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Free from text further specifying the location of the asset within a building.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:LocationInBuilding / room
Namespace No namespace
Annotations
A specific room within a building.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="room" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>A specific room within a building.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:LocationInBuilding / shelf
Namespace No namespace
Annotations
A specific shelf within a building.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="shelf" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>A specific shelf within a building.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:AdditionalInformation
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation_namevalue mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation
Type bas:AdditionalInformation
Properties
content complex
Model
Children namevalue
Instance
<bas:AdditionalInformation xmlns:bas="https://mmixm.aero/base/1.0.0">
  <namevalue name="" value="">{1,10}</namevalue>
</bas:AdditionalInformation>
Source
<xs:element name="AdditionalInformation" type="bas:AdditionalInformation"/>
[ top ]
Element bas:AdditionalInformation / namevalue
Namespace No namespace
Diagram
Diagram mmixm.tmp#NameValuePair_name mmixm.tmp#NameValuePair_value mmixm.tmp#NameValuePair
Type bas:NameValuePair
Properties
content complex
minOccurs 1
maxOccurs 10
Model
Attributes
QName Type Use Annotation
name xs:string optional
Name of the property or attribute
value xs:string optional
Value of the property or attribute
Source
<xs:element name="namevalue" type="bas:NameValuePair" minOccurs="1" maxOccurs="10"/>
[ top ]
Element bas:NameValuePair
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#NameValuePair_name mmixm.tmp#NameValuePair_value mmixm.tmp#NameValuePair
Type bas:NameValuePair
Properties
content complex
Model
Attributes
QName Type Use Annotation
name xs:string optional
Name of the property or attribute
value xs:string optional
Value of the property or attribute
Source
<xs:element name="NameValuePair" type="bas:NameValuePair"/>
[ top ]
Element bas:RunwayInformation
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_RunwayInformation_primaryRunway mmixm.tmp#https___mmixm.aero_base_1.0.0_RunwayInformation_secondaryRunway mmixm.tmp#https___mmixm.aero_base_1.0.0_RunwayInformation
Type bas:RunwayInformation
Properties
content complex
Model
Children primaryRunway, secondaryRunway
Instance
<bas:RunwayInformation xmlns:bas="https://mmixm.aero/base/1.0.0">
  <primaryRunway>{0,1}</primaryRunway>
  <secondaryRunway>{0,1}</secondaryRunway>
</bas:RunwayInformation>
Source
<xs:element name="RunwayInformation" type="bas:RunwayInformation"/>
[ top ]
Element bas:RunwayInformation / primaryRunway
Namespace No namespace
Annotations
This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.
Diagram
Diagram mmixm.tmp#RunwayType
Type bas:RunwayType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern ([1-9]|[1-2][0-9]|[3][0-6])[LRC]?
Source
<xs:element name="primaryRunway" type="bas:RunwayType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:RunwayInformation / secondaryRunway
Namespace No namespace
Annotations
This three-character field contains a second runway number for Terminal Area Navigation facilities with dual runways. See the FSEP Desk Guide for specific runway information, i.e., DME.
Diagram
Diagram mmixm.tmp#RunwayType
Type bas:RunwayType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern ([1-9]|[1-2][0-9]|[3][0-6])[LRC]?
Source
<xs:element name="secondaryRunway" type="bas:RunwayType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This three-character field contains a second runway number for Terminal Area Navigation facilities with dual runways. See the FSEP Desk Guide for specific runway information, i.e., DME.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:TelephoneInformationType
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_countryCode mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_telephoneNumber mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_telephoneNumberExtension mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType
Type bas:TelephoneInformationType
Properties
content complex
Model
Children countryCode, telephoneNumber, telephoneNumberExtension
Instance
<bas:TelephoneInformationType xmlns:bas="https://mmixm.aero/base/1.0.0">
  <countryCode>{0,1}</countryCode>
  <telephoneNumber>{0,1}</telephoneNumber>
  <telephoneNumberExtension>{0,1}</telephoneNumberExtension>
</bas:TelephoneInformationType>
Source
<xs:element name="TelephoneInformationType" type="bas:TelephoneInformationType"/>
[ top ]
Element bas:TelephoneInformationType / countryCode
Namespace No namespace
Diagram
Diagram mmixm.tmp#CodeTelephoneCountryType
Type bas:CodeTelephoneCountryType
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="countryCode" type="bas:CodeTelephoneCountryType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:TelephoneInformationType / telephoneNumber
Namespace No namespace
Diagram
Diagram mmixm.tmp#PhoneNumberType
Type bas:PhoneNumberType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\+)?[0-9\s\-\(\)]+
Source
<xs:element name="telephoneNumber" type="bas:PhoneNumberType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:TelephoneInformationType / telephoneNumberExtension
Namespace No namespace
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="telephoneNumberExtension" type="xs:integer" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:ContactInformation
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation_email mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation_address mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation_phoneFax mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation
Type bas:ContactInformation
Properties
content complex
Model
Children address, email, phoneFax
Instance
<bas:ContactInformation xmlns:bas="https://mmixm.aero/base/1.0.0">
  <email>{0,1}</email>
  <address>{0,99}</address>
  <phoneFax>{0,99}</phoneFax>
</bas:ContactInformation>
Source
<xs:element name="ContactInformation" type="bas:ContactInformation"/>
[ top ]
Element bas:ContactInformation / email
Namespace No namespace
Annotations
E-mail address
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>E-mail address</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:ContactInformation / address
Namespace No namespace
Diagram
Diagram mmixm.tmp#PostalAddress_addressCategory mmixm.tmp#PostalAddress_administrativeArea mmixm.tmp#PostalAddress_city mmixm.tmp#PostalAddress_countryCode mmixm.tmp#PostalAddress_countryName mmixm.tmp#PostalAddress_deliveryPoint mmixm.tmp#PostalAddress_postalCode mmixm.tmp#PostalAddress
Type bas:PostalAddress
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children addressCategory, administrativeArea, city, countryCode, countryName, deliveryPoint, postalCode
Instance
<address>
  <addressCategory>{1,1}</addressCategory>
  <administrativeArea>{0,1}</administrativeArea>
  <city>{0,1}</city>
  <countryCode>{0,1}</countryCode>
  <countryName>{0,1}</countryName>
  <deliveryPoint>{0,1}</deliveryPoint>
  <postalCode>{0,1}</postalCode>
</address>
Source
<xs:element name="address" type="bas:PostalAddress" minOccurs="0" maxOccurs="99"/>
[ top ]
Element bas:ContactInformation / phoneFax
Namespace No namespace
Diagram
Diagram mmixm.tmp#TelephoneContact_phoneCategory mmixm.tmp#TelephoneContact_phoneNumber mmixm.tmp#TelephoneContact
Type bas:TelephoneContact
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children phoneCategory, phoneNumber
Instance
<phoneFax>
  <phoneCategory>{0,1}</phoneCategory>
  <phoneNumber>{0,1}</phoneNumber>
</phoneFax>
Source
<xs:element name="phoneFax" type="bas:TelephoneContact" minOccurs="0" maxOccurs="99"/>
[ top ]
Element bas:TelephoneContact / phoneCategory
Namespace No namespace
Annotations
The phone type (e.g., Home, Office, Personal Mobile, Work Mobile, etc.)
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="phoneCategory" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The phone type (e.g., Home, Office, Personal Mobile, Work Mobile, etc.)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:TelephoneContact / phoneNumber
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_countryCode mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_telephoneNumber mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_telephoneNumberExtension mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType
Type bas:TelephoneInformationType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children countryCode, telephoneNumber, telephoneNumberExtension
Instance
<phoneNumber>
  <countryCode>{0,1}</countryCode>
  <telephoneNumber>{0,1}</telephoneNumber>
  <telephoneNumberExtension>{0,1}</telephoneNumberExtension>
</phoneNumber>
Source
<xs:element name="phoneNumber" type="bas:TelephoneInformationType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:PostalAddress
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#PostalAddress_addressCategory mmixm.tmp#PostalAddress_administrativeArea mmixm.tmp#PostalAddress_city mmixm.tmp#PostalAddress_countryCode mmixm.tmp#PostalAddress_countryName mmixm.tmp#PostalAddress_deliveryPoint mmixm.tmp#PostalAddress_postalCode mmixm.tmp#PostalAddress
Type bas:PostalAddress
Properties
content complex
Model
Children addressCategory, administrativeArea, city, countryCode, countryName, deliveryPoint, postalCode
Instance
<bas:PostalAddress xmlns:bas="https://mmixm.aero/base/1.0.0">
  <addressCategory>{1,1}</addressCategory>
  <administrativeArea>{0,1}</administrativeArea>
  <city>{0,1}</city>
  <countryCode>{0,1}</countryCode>
  <countryName>{0,1}</countryName>
  <deliveryPoint>{0,1}</deliveryPoint>
  <postalCode>{0,1}</postalCode>
</bas:PostalAddress>
Source
<xs:element name="PostalAddress" type="bas:PostalAddress"/>
[ top ]
Element bas:TelephoneContact
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#TelephoneContact_phoneCategory mmixm.tmp#TelephoneContact_phoneNumber mmixm.tmp#TelephoneContact
Type bas:TelephoneContact
Properties
content complex
Model
Children phoneCategory, phoneNumber
Instance
<bas:TelephoneContact xmlns:bas="https://mmixm.aero/base/1.0.0">
  <phoneCategory>{0,1}</phoneCategory>
  <phoneNumber>{0,1}</phoneNumber>
</bas:TelephoneContact>
Source
<xs:element name="TelephoneContact" type="bas:TelephoneContact"/>
[ top ]
Element bas:ATOWOrganization
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Organization_additionalInformation mmixm.tmp#Organization_organizationName mmixm.tmp#Organization_organizationContact mmixm.tmp#Organization mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_districtOffice mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_districtOfficeGrp mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_serviceArea mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_systemSupportCenter mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization
Type bas:ATOWOrganization
Type hierarchy
Properties
content complex
Model
Children additionalInformation, districtOffice, districtOfficeGrp, organizationContact, organizationName, serviceArea, systemSupportCenter
Instance
<bas:ATOWOrganization xmlns:bas="https://mmixm.aero/base/1.0.0">
  <additionalInformation>{0,1}</additionalInformation>
  <organizationName>{0,1}</organizationName>
  <organizationContact>{0,99}</organizationContact>
  <districtOffice>{0,1}</districtOffice>
  <districtOfficeGrp>{0,1}</districtOfficeGrp>
  <serviceArea>{0,1}</serviceArea>
  <systemSupportCenter>{0,1}</systemSupportCenter>
</bas:ATOWOrganization>
Source
<xs:element name="ATOWOrganization" type="bas:ATOWOrganization"/>
[ top ]
Element bas:Organization / additionalInformation
Namespace No namespace
Annotations
Field used to populate other types of information that can't be captured by the schema
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation_namevalue mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation
Type bas:AdditionalInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children namevalue
Instance
<additionalInformation>
  <namevalue name="" value="">{1,10}</namevalue>
</additionalInformation>
Source
<xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Field used to populate other types of information that can't be captured by the schema</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:Organization / organizationName
Namespace No namespace
Annotations
The name of the organization
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="organizationName" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The name of the organization</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:Organization / organizationContact
Namespace No namespace
Diagram
Diagram mmixm.tmp#Person_additionalInformation mmixm.tmp#Person_personName mmixm.tmp#Person_personContact mmixm.tmp#Person_associatedOrganization mmixm.tmp#Person_associatedPersonReference mmixm.tmp#Person_personQualification mmixm.tmp#Person_Schedule mmixm.tmp#Person
Type bas:Person
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children Schedule, additionalInformation, associatedOrganization, associatedPersonReference, personContact, personName, personQualification
Instance
<organizationContact>
  <additionalInformation>{0,1}</additionalInformation>
  <personName>{1,1}</personName>
  <personContact>{0,1}</personContact>
  <associatedOrganization>{0,1}</associatedOrganization>
  <associatedPersonReference>{0,1}</associatedPersonReference>
  <personQualification>{0,99}</personQualification>
  <Schedule>{0,1}</Schedule>
</organizationContact>
Source
<xs:element name="organizationContact" type="bas:Person" minOccurs="0" maxOccurs="99"/>
[ top ]
Element bas:Person / additionalInformation
Namespace No namespace
Annotations
Field used to populate other types of information that can't be captured by the schema
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation_namevalue mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation
Type bas:AdditionalInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children namevalue
Instance
<additionalInformation>
  <namevalue name="" value="">{1,10}</namevalue>
</additionalInformation>
Source
<xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Field used to populate other types of information that can't be captured by the schema</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:Person / personName
Namespace No namespace
Annotations
full name of a person
Diagram
Diagram mmixm.tmp#PersonName_firstName mmixm.tmp#PersonName_lastName mmixm.tmp#PersonName_middleName mmixm.tmp#PersonName_suffix mmixm.tmp#PersonName_title mmixm.tmp#PersonName
Type bas:PersonName
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children firstName, lastName, middleName, suffix, title
Instance
<personName>
  <firstName>{1,1}</firstName>
  <lastName>{1,1}</lastName>
  <middleName>{0,1}</middleName>
  <suffix>{0,1}</suffix>
  <title>{0,1}</title>
</personName>
Source
<xs:element name="personName" type="bas:PersonName" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>full name of a person</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:PersonName / firstName
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="firstName" type="xs:string" minOccurs="1" maxOccurs="1"/>
[ top ]
Element bas:PersonName / lastName
Namespace No namespace
Annotations
Last name of the person
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="lastName" type="xs:string" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Last name of the person</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:PersonName / middleName
Namespace No namespace
Annotations
Middle name of the person
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="middleName" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Middle name of the person</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:PersonName / suffix
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="suffix" type="xs:string" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:PersonName / title
Namespace No namespace
Annotations
title for the person
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="title" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>title for the person</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:Person / personContact
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation_email mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation_address mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation_phoneFax mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation
Type bas:ContactInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children address, email, phoneFax
Instance
<personContact>
  <email>{0,1}</email>
  <address>{0,99}</address>
  <phoneFax>{0,99}</phoneFax>
</personContact>
Source
<xs:element name="personContact" type="bas:ContactInformation" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:Person / associatedOrganization
Namespace No namespace
Diagram
Diagram mmixm.tmp#Organization_additionalInformation mmixm.tmp#Organization_organizationName mmixm.tmp#Organization_organizationContact mmixm.tmp#Organization
Type bas:Organization
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children additionalInformation, organizationContact, organizationName
Instance
<associatedOrganization>
  <additionalInformation>{0,1}</additionalInformation>
  <organizationName>{0,1}</organizationName>
  <organizationContact>{0,99}</organizationContact>
</associatedOrganization>
Source
<xs:element name="associatedOrganization" type="bas:Organization" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:Person / associatedPersonReference
Namespace No namespace
Diagram
Diagram mmixm.tmp#PersonReferenceChoice_EmailOrEmpID mmixm.tmp#PersonReferenceChoice_EmailAndEmpID mmixm.tmp#PersonReferenceChoice
Type bas:PersonReferenceChoice
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children EmailAndEmpID, EmailOrEmpID
Instance
<associatedPersonReference>
  <EmailOrEmpID>{1,1}</EmailOrEmpID>
  <EmailAndEmpID>{1,1}</EmailAndEmpID>
</associatedPersonReference>
Source
<xs:element name="associatedPersonReference" type="bas:PersonReferenceChoice" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:PersonReferenceChoice / EmailOrEmpID
Namespace No namespace
Diagram
Diagram mmixm.tmp#EmailOrEmpID_emailAddress mmixm.tmp#EmailOrEmpID_ndcEmpID mmixm.tmp#EmailOrEmpID
Type bas:EmailOrEmpID
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children emailAddress, ndcEmpID
Instance
<EmailOrEmpID>
  <emailAddress>{1,1}</emailAddress>
  <ndcEmpID>{1,1}</ndcEmpID>
</EmailOrEmpID>
Source
<xs:element name="EmailOrEmpID" type="bas:EmailOrEmpID" minOccurs="1" maxOccurs="1"/>
[ top ]
Element bas:EmailOrEmpID / emailAddress
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="emailAddress" type="xs:string" minOccurs="1" maxOccurs="1"/>
[ top ]
Element bas:EmailOrEmpID / ndcEmpID
Namespace No namespace
Diagram
Diagram mmixm.tmp#NdcEmpIdType
Type bas:NdcEmpIdType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxInclusive 99999999
minInclusive 1
Source
<xs:element name="ndcEmpID" type="bas:NdcEmpIdType" minOccurs="1" maxOccurs="1"/>
[ top ]
Element bas:PersonReferenceChoice / EmailAndEmpID
Namespace No namespace
Diagram
Diagram mmixm.tmp#EmailAndEmpID_emailAddress mmixm.tmp#EmailAndEmpID_ndcEmpId mmixm.tmp#EmailAndEmpID
Type bas:EmailAndEmpID
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children emailAddress, ndcEmpId
Instance
<EmailAndEmpID>
  <emailAddress>{1,1}</emailAddress>
  <ndcEmpId>{1,1}</ndcEmpId>
</EmailAndEmpID>
Source
<xs:element name="EmailAndEmpID" type="bas:EmailAndEmpID" minOccurs="1" maxOccurs="1"/>
[ top ]
Element bas:EmailAndEmpID / emailAddress
Namespace No namespace
Annotations
Email address
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="emailAddress" type="xs:string" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Email address</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:EmailAndEmpID / ndcEmpId
Namespace No namespace
Annotations
NDC employee ID
Diagram
Diagram mmixm.tmp#NdcEmpIdType
Type bas:NdcEmpIdType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxInclusive 99999999
minInclusive 1
Source
<xs:element name="ndcEmpId" type="bas:NdcEmpIdType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>NDC employee ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:Person / personQualification
Namespace No namespace
Diagram
Diagram mmixm.tmp#Qualification_additionalInformation mmixm.tmp#Qualification_expirationDate mmixm.tmp#Qualification_qualifiedPerson mmixm.tmp#Qualification
Type feat:Qualification
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children additionalInformation, expirationDate, qualifiedPerson
Instance
<personQualification>
  <additionalInformation>{0,1}</additionalInformation>
  <expirationDate>{0,1}</expirationDate>
  <qualifiedPerson>{0,99}</qualifiedPerson>
</personQualification>
Source
<xs:element name="personQualification" type="feat:Qualification" minOccurs="0" maxOccurs="99"/>
[ top ]
Element feat:Qualification / additionalInformation
Namespace No namespace
Annotations
Used to provide additional information about the Qualification
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation_namevalue mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation
Type bas:AdditionalInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children namevalue
Instance
<additionalInformation>
  <namevalue name="" value="">{1,10}</namevalue>
</additionalInformation>
Source
<xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Used to provide additional information about the Qualification</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Qualification / expirationDate
Namespace No namespace
Annotations
Date the qualification is no longer active
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="expirationDate" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Date the qualification is no longer active</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Qualification / qualifiedPerson
Namespace No namespace
Diagram
Diagram mmixm.tmp#Person_additionalInformation mmixm.tmp#Person_personName mmixm.tmp#Person_personContact mmixm.tmp#Person_associatedOrganization mmixm.tmp#Person_associatedPersonReference mmixm.tmp#Person_personQualification mmixm.tmp#Person_Schedule mmixm.tmp#Person
Type bas:Person
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children Schedule, additionalInformation, associatedOrganization, associatedPersonReference, personContact, personName, personQualification
Instance
<qualifiedPerson>
  <additionalInformation>{0,1}</additionalInformation>
  <personName>{1,1}</personName>
  <personContact>{0,1}</personContact>
  <associatedOrganization>{0,1}</associatedOrganization>
  <associatedPersonReference>{0,1}</associatedPersonReference>
  <personQualification>{0,99}</personQualification>
  <Schedule>{0,1}</Schedule>
</qualifiedPerson>
Source
<xs:element name="qualifiedPerson" type="bas:Person" minOccurs="0" maxOccurs="99"/>
[ top ]
Element bas:Person / Schedule
Namespace No namespace
Diagram
Diagram mmixm.tmp#Schedule
Type bas:Schedule
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Source
<xs:element name="Schedule" type="bas:Schedule" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:ATOWOrganization / districtOffice
Namespace No namespace
Annotations
The third character of the ATOW Organization defines the District Office
Diagram
Diagram mmixm.tmp#CodeDistrictOfficeType
Type bas:CodeDistrictOfficeType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration 0
enumeration 2
enumeration 3
enumeration 4
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration K
enumeration M
enumeration N
enumeration P
enumeration Q
enumeration R
enumeration S
enumeration T
enumeration U
enumeration V
enumeration W
enumeration X
Source
<xs:element name="districtOffice" type="bas:CodeDistrictOfficeType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The third character of the ATOW Organization defines the District Office</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:ATOWOrganization / districtOfficeGrp
Namespace No namespace
Annotations
The District Office group of the ATOW Organization
Diagram
Diagram mmixm.tmp#CodeDistrictOfficeGroupType
Type bas:CodeDistrictOfficeGroupType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration 0
enumeration 1
enumeration 2
enumeration 3
enumeration 4
enumeration 5
enumeration 6
enumeration C
Source
<xs:element name="districtOfficeGrp" type="bas:CodeDistrictOfficeGroupType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The District Office group of the ATOW Organization</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:ATOWOrganization / serviceArea
Namespace No namespace
Annotations
The first two characters of the ATOW Organization define the Service Area.
Diagram
Diagram mmixm.tmp#CodeServiceAreaType
Type bas:CodeServiceAreaType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration W0
enumeration W1
enumeration W2
enumeration WB
enumeration WC
enumeration WE
enumeration WN
enumeration WT
enumeration WW
Source
<xs:element name="serviceArea" type="bas:CodeServiceAreaType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The first two characters of the ATOW Organization define the Service Area.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:ATOWOrganization / systemSupportCenter
Namespace No namespace
Annotations
The FAA System Support Center (SSC).  The last two characters of the ATOW Org represents the SSC code
Diagram
Diagram mmixm.tmp#CodeSscType
Type bas:CodeSscType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration 0
enumeration 1
enumeration 2
enumeration 3
enumeration 4
enumeration 5
enumeration 6
enumeration 7
enumeration 8
enumeration 9
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration H
enumeration J
enumeration K
enumeration L
enumeration M
enumeration N
enumeration P
Source
<xs:element name="systemSupportCenter" type="bas:CodeSscType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The FAA System Support Center (SSC). The last two characters of the ATOW Org represents the SSC code</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:ATOWOrganizationLocation
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Organization_additionalInformation mmixm.tmp#Organization_organizationName mmixm.tmp#Organization_organizationContact mmixm.tmp#Organization mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_districtOffice mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_districtOfficeGrp mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_serviceArea mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_systemSupportCenter mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganizationLocation_field6 mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganizationLocation
Type bas:ATOWOrganizationLocation
Type hierarchy
Properties
content complex
Model
Children additionalInformation, districtOffice, districtOfficeGrp, field6, organizationContact, organizationName, serviceArea, systemSupportCenter
Instance
<bas:ATOWOrganizationLocation xmlns:bas="https://mmixm.aero/base/1.0.0">
  <additionalInformation>{0,1}</additionalInformation>
  <organizationName>{0,1}</organizationName>
  <organizationContact>{0,99}</organizationContact>
  <districtOffice>{0,1}</districtOffice>
  <districtOfficeGrp>{0,1}</districtOfficeGrp>
  <serviceArea>{0,1}</serviceArea>
  <systemSupportCenter>{0,1}</systemSupportCenter>
  <field6>{0,1}</field6>
</bas:ATOWOrganizationLocation>
Source
<xs:element name="ATOWOrganizationLocation" type="bas:ATOWOrganizationLocation"/>
[ top ]
Element bas:ATOWOrganizationLocation / field6
Namespace No namespace
Diagram
Diagram mmixm.tmp#String1Type
Type bas:String1Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 1
Source
<xs:element name="field6" type="bas:String1Type" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:CageCode
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_CageCode_cageCode mmixm.tmp#https___mmixm.aero_base_1.0.0_CageCode
Type bas:CageCode
Properties
content complex
Model
Children cageCode
Instance
<bas:CageCode xmlns:bas="https://mmixm.aero/base/1.0.0">
  <cageCode>{1,1}</cageCode>
</bas:CageCode>
Source
<xs:element name="CageCode" type="bas:CageCode"/>
[ top ]
Element bas:CageCode / cageCode
Namespace No namespace
Annotations
The Commercial and Government Entity Code, or CAGE Code, is a unique identifier assigned to suppliers to various government or defense agencies, as well as to government agencies themselves and also various organizations. CAGE codes provide a standardized method of identifying a given facility at a specific location.
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="cageCode" type="bas:String10Type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Commercial and Government Entity Code, or CAGE Code, is a unique identifier assigned to suppliers to various government or defense agencies, as well as to government agencies themselves and also various organizations. CAGE codes provide a standardized method of identifying a given facility at a specific location.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:CostCenter
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_CostCenter_costCenterCode mmixm.tmp#https___mmixm.aero_base_1.0.0_CostCenter
Type bas:CostCenter
Properties
content complex
Model
Children costCenterCode
Instance
<bas:CostCenter xmlns:bas="https://mmixm.aero/base/1.0.0">
  <costCenterCode>{1,1}</costCenterCode>
</bas:CostCenter>
Source
<xs:element name="CostCenter" type="bas:CostCenter"/>
[ top ]
Element bas:CostCenter / costCenterCode
Namespace No namespace
Annotations
This five-character code field contains the organization assigned maintenance responsibility
Diagram
Diagram mmixm.tmp#CostCenterType
Type bas:CostCenterType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern [A-Z0-9]{5}
Source
<xs:element name="costCenterCode" type="bas:CostCenterType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This five-character code field contains the organization assigned maintenance responsibility</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:EmailAndEmpID
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#EmailAndEmpID_emailAddress mmixm.tmp#EmailAndEmpID_ndcEmpId mmixm.tmp#EmailAndEmpID
Type bas:EmailAndEmpID
Properties
content complex
Model
Children emailAddress, ndcEmpId
Instance
<bas:EmailAndEmpID xmlns:bas="https://mmixm.aero/base/1.0.0">
  <emailAddress>{1,1}</emailAddress>
  <ndcEmpId>{1,1}</ndcEmpId>
</bas:EmailAndEmpID>
Source
<xs:element name="EmailAndEmpID" type="bas:EmailAndEmpID"/>
[ top ]
Element bas:EmailOrEmpID
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#EmailOrEmpID_emailAddress mmixm.tmp#EmailOrEmpID_ndcEmpID mmixm.tmp#EmailOrEmpID
Type bas:EmailOrEmpID
Properties
content complex
Model
Children emailAddress, ndcEmpID
Instance
<bas:EmailOrEmpID xmlns:bas="https://mmixm.aero/base/1.0.0">
  <emailAddress>{1,1}</emailAddress>
  <ndcEmpID>{1,1}</ndcEmpID>
</bas:EmailOrEmpID>
Source
<xs:element name="EmailOrEmpID" type="bas:EmailOrEmpID"/>
[ top ]
Element bas:Organization
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Organization_additionalInformation mmixm.tmp#Organization_organizationName mmixm.tmp#Organization_organizationContact mmixm.tmp#Organization
Type bas:Organization
Properties
content complex
Model
Children additionalInformation, organizationContact, organizationName
Instance
<bas:Organization xmlns:bas="https://mmixm.aero/base/1.0.0">
  <additionalInformation>{0,1}</additionalInformation>
  <organizationName>{0,1}</organizationName>
  <organizationContact>{0,99}</organizationContact>
</bas:Organization>
Source
<xs:element name="Organization" type="bas:Organization"/>
[ top ]
Element bas:Person
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Person_additionalInformation mmixm.tmp#Person_personName mmixm.tmp#Person_personContact mmixm.tmp#Person_associatedOrganization mmixm.tmp#Person_associatedPersonReference mmixm.tmp#Person_personQualification mmixm.tmp#Person_Schedule mmixm.tmp#Person
Type bas:Person
Properties
content complex
Used by
Model
Children Schedule, additionalInformation, associatedOrganization, associatedPersonReference, personContact, personName, personQualification
Instance
<bas:Person xmlns:bas="https://mmixm.aero/base/1.0.0">
  <additionalInformation>{0,1}</additionalInformation>
  <personName>{1,1}</personName>
  <personContact>{0,1}</personContact>
  <associatedOrganization>{0,1}</associatedOrganization>
  <associatedPersonReference>{0,1}</associatedPersonReference>
  <personQualification>{0,99}</personQualification>
  <Schedule>{0,1}</Schedule>
</bas:Person>
Source
<xs:element name="Person" type="bas:Person"/>
[ top ]
Element bas:PersonName
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#PersonName_firstName mmixm.tmp#PersonName_lastName mmixm.tmp#PersonName_middleName mmixm.tmp#PersonName_suffix mmixm.tmp#PersonName_title mmixm.tmp#PersonName
Type bas:PersonName
Properties
content complex
Model
Children firstName, lastName, middleName, suffix, title
Instance
<bas:PersonName xmlns:bas="https://mmixm.aero/base/1.0.0">
  <firstName>{1,1}</firstName>
  <lastName>{1,1}</lastName>
  <middleName>{0,1}</middleName>
  <suffix>{0,1}</suffix>
  <title>{0,1}</title>
</bas:PersonName>
Source
<xs:element name="PersonName" type="bas:PersonName"/>
[ top ]
Element bas:PersonReferenceChoice
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#PersonReferenceChoice_EmailOrEmpID mmixm.tmp#PersonReferenceChoice_EmailAndEmpID mmixm.tmp#PersonReferenceChoice
Type bas:PersonReferenceChoice
Properties
content complex
Model
Children EmailAndEmpID, EmailOrEmpID
Instance
<bas:PersonReferenceChoice xmlns:bas="https://mmixm.aero/base/1.0.0">
  <EmailOrEmpID>{1,1}</EmailOrEmpID>
  <EmailAndEmpID>{1,1}</EmailAndEmpID>
</bas:PersonReferenceChoice>
Source
<xs:element name="PersonReferenceChoice" type="bas:PersonReferenceChoice"/>
[ top ]
Element bas:Schedule
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#Schedule
Type bas:Schedule
Properties
content complex
Model
Source
<xs:element name="Schedule" type="bas:Schedule"/>
[ top ]
Element feat:atowIdentType
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_atowIdentType_atowGrp mmixm.tmp#https___mmixm.aero_features_1.0.0_atowIdentType_locId mmixm.tmp#https___mmixm.aero_features_1.0.0_atowIdentType
Type feat:atowIdentType
Properties
content complex
Model
Children atowGrp, locId
Instance
<feat:atowIdentType xmlns:feat="https://mmixm.aero/features/1.0.0">
  <atowGrp>{1,1}</atowGrp>
  <locId>{1,1}</locId>
</feat:atowIdentType>
Source
<xs:element name="atowIdentType" type="feat:atowIdentType"/>
[ top ]
Element feat:atowIdentType / atowGrp
Namespace No namespace
Diagram
Diagram mmixm.tmp#ATOWGrpType
Type bas:ATOWGrpType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern [0-9A-Z]{5}
Source
<xs:element name="atowGrp" type="bas:ATOWGrpType" minOccurs="1" maxOccurs="1"/>
[ top ]
Element feat:atowIdentType / locId
Namespace No namespace
Diagram
Diagram mmixm.tmp#FacilityIdentType
Type bas:FacilityIdentType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern [0-9A-Z]{3,4}
Source
<xs:element name="locId" type="bas:FacilityIdentType" minOccurs="1" maxOccurs="1"/>
[ top ]
Element feat:Certification
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#Qualification_additionalInformation mmixm.tmp#Qualification_expirationDate mmixm.tmp#Qualification_qualifiedPerson mmixm.tmp#Qualification mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_annualReviewDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_certificationStatus mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_certificationType mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_grantDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_grantor mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_revokeDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_supervisor mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification
Type feat:Certification
Type hierarchy
Properties
content complex
Model
Children additionalInformation, annualReviewDateTime, certificationStatus, certificationType, expirationDate, grantDateTime, grantor, qualifiedPerson, revokeDateTime, supervisor
Instance
<feat:Certification xmlns:feat="https://mmixm.aero/features/1.0.0">
  <additionalInformation>{0,1}</additionalInformation>
  <expirationDate>{0,1}</expirationDate>
  <qualifiedPerson>{0,99}</qualifiedPerson>
  <annualReviewDateTime>{1,1}</annualReviewDateTime>
  <certificationStatus>{0,1}</certificationStatus>
  <certificationType>{1,1}</certificationType>
  <grantDateTime>{0,1}</grantDateTime>
  <grantor>{0,1}</grantor>
  <revokeDateTime>{0,1}</revokeDateTime>
  <supervisor>{0,1}</supervisor>
</feat:Certification>
Source
<xs:element name="Certification" type="feat:Certification"/>
[ top ]
Element feat:Certification / annualReviewDateTime
Namespace No namespace
Annotations
[3000.57]

5-11 a. First-Level Review of Certification Authority. The first-level manager and the technical specialist must ensure retention of proficiency as long as the certification authority is active. The first-level manager must review the proficiency of each technical specialist, including his/her own. The first-level manager must perform a proficiency review of active certification authorities annually (no more than 13 months after the previous review), or whenever a question arises concerning the individual’s technical proficiency. The first-level manager must document the review on the technical specialist’s FAA Form 3400-3 in the nationally approved software system.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="annualReviewDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>[3000.57] 5-11 a. First-Level Review of Certification Authority. The first-level manager and the technical specialist must ensure retention of proficiency as long as the certification authority is active. The first-level manager must review the proficiency of each technical specialist, including his/her own. The first-level manager must perform a proficiency review of active certification authorities annually (no more than 13 months after the previous review), or whenever a question arises concerning the individual’s technical proficiency. The first-level manager must document the review on the technical specialist’s FAA Form 3400-3 in the nationally approved software system.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Certification / certificationStatus
Namespace No namespace
Diagram
Diagram mmixm.tmp#CodeCertificationStatusType
Type bas:CodeCertificationStatusType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration Active
enumeration Expiration Pending
enumeration Inactive
enumeration Never Issued
enumeration Revoked
Source
<xs:element name="certificationStatus" type="bas:CodeCertificationStatusType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Certification / certificationType
Namespace No namespace
Annotations
[3000.57 ATO TechOps Training and Certification] 

Regular Certification Authority. Regular certification authority on a system, subsystem, or service may be granted to a technical specialist by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager.



Temporary certification authority should only be granted during unusual circumstances (i.e., when there is an immediate need and the normal process would take too long). 



Remote regular certification authority on a system, subsystem, or service may be granted to technical specialists who are responsible for accomplishing remote certifications through the use of Remote Maintenance Monitoring (RMM) equipment and capabilities. It is intended for OCC personnel, although other technical specialists may also be issued remote regular certification authorities when required by their position.



FAA Order 3400.3H contained a process for interim certification authority.
Diagram
Diagram mmixm.tmp#CodeCertificationType
Type bas:CodeCertificationType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration Interim
enumeration Regular
enumeration Remote Regular
enumeration Temporary
Source
<xs:element name="certificationType" type="bas:CodeCertificationType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>[3000.57 ATO TechOps Training and Certification] Regular Certification Authority. Regular certification authority on a system, subsystem, or service may be granted to a technical specialist by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager. Temporary certification authority should only be granted during unusual circumstances (i.e., when there is an immediate need and the normal process would take too long). Remote regular certification authority on a system, subsystem, or service may be granted to technical specialists who are responsible for accomplishing remote certifications through the use of Remote Maintenance Monitoring (RMM) equipment and capabilities. It is intended for OCC personnel, although other technical specialists may also be issued remote regular certification authorities when required by their position. FAA Order 3400.3H contained a process for interim certification authority.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Certification / grantDateTime
Namespace No namespace
Annotations
Date the certification was granted.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="grantDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Date the certification was granted.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Certification / grantor
Namespace No namespace
Annotations
The person who granted the technician certification
Diagram
Diagram mmixm.tmp#PersonReferenceChoice_EmailOrEmpID mmixm.tmp#PersonReferenceChoice_EmailAndEmpID mmixm.tmp#PersonReferenceChoice
Type bas:PersonReferenceChoice
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children EmailAndEmpID, EmailOrEmpID
Instance
<grantor>
  <EmailOrEmpID>{1,1}</EmailOrEmpID>
  <EmailAndEmpID>{1,1}</EmailAndEmpID>
</grantor>
Source
<xs:element name="grantor" type="bas:PersonReferenceChoice" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The person who granted the technician certification</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Certification / revokeDateTime
Namespace No namespace
Annotations
[3000.57 ATO TechOps Training and Certification] 

5-14. Revocation of Certification Authority: When it is determined by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager that the proficiency (performance and/or knowledge of theory-of-operations) of a technical specialist has deteriorated to a level such that continued certification of a system, subsystem, or service by the technical specialist might render it unusable or unsafe for use.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="revokeDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>[3000.57 ATO TechOps Training and Certification] 5-14. Revocation of Certification Authority: When it is determined by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager that the proficiency (performance and/or knowledge of theory-of-operations) of a technical specialist has deteriorated to a level such that continued certification of a system, subsystem, or service by the technical specialist might render it unusable or unsafe for use.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Certification / supervisor
Namespace No namespace
Annotations
Email address of supervisor.
Diagram
Diagram mmixm.tmp#PersonReferenceChoice_EmailOrEmpID mmixm.tmp#PersonReferenceChoice_EmailAndEmpID mmixm.tmp#PersonReferenceChoice
Type bas:PersonReferenceChoice
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children EmailAndEmpID, EmailOrEmpID
Instance
<supervisor>
  <EmailOrEmpID>{1,1}</EmailOrEmpID>
  <EmailAndEmpID>{1,1}</EmailAndEmpID>
</supervisor>
Source
<xs:element name="supervisor" type="bas:PersonReferenceChoice" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Email address of supervisor.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Credential
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#Qualification_additionalInformation mmixm.tmp#Qualification_expirationDate mmixm.tmp#Qualification_qualifiedPerson mmixm.tmp#Qualification mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_atowIdent mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_holderStatus mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_locationIdent mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_modifiedDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_ratingStatus mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_ratingType mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential
Type feat:Credential
Type hierarchy
Properties
content complex
Model
Children additionalInformation, atowIdent, expirationDate, holderStatus, locationIdent, modifiedDateTime, qualifiedPerson, ratingStatus, ratingType
Instance
<feat:Credential xmlns:feat="https://mmixm.aero/features/1.0.0">
  <additionalInformation>{0,1}</additionalInformation>
  <expirationDate>{0,1}</expirationDate>
  <qualifiedPerson>{0,99}</qualifiedPerson>
  <atowIdent>{0,1}</atowIdent>
  <holderStatus>{0,1}</holderStatus>
  <locationIdent>{0,1}</locationIdent>
  <modifiedDateTime>{1,1}</modifiedDateTime>
  <ratingStatus>{0,1}</ratingStatus>
  <ratingType>{0,1}</ratingType>
</feat:Credential>
Source
<xs:element name="Credential" type="feat:Credential"/>
[ top ]
Element feat:Credential / atowIdent
Namespace No namespace
Annotations
The ATOW organization and location, associated with the Credential
Diagram
Diagram mmixm.tmp#Organization_additionalInformation mmixm.tmp#Organization_organizationName mmixm.tmp#Organization_organizationContact mmixm.tmp#Organization mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_districtOffice mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_districtOfficeGrp mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_serviceArea mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_systemSupportCenter mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganizationLocation_field6 mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganizationLocation
Type bas:ATOWOrganizationLocation
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children additionalInformation, districtOffice, districtOfficeGrp, field6, organizationContact, organizationName, serviceArea, systemSupportCenter
Instance
<atowIdent>
  <additionalInformation>{0,1}</additionalInformation>
  <organizationName>{0,1}</organizationName>
  <organizationContact>{0,99}</organizationContact>
  <districtOffice>{0,1}</districtOffice>
  <districtOfficeGrp>{0,1}</districtOfficeGrp>
  <serviceArea>{0,1}</serviceArea>
  <systemSupportCenter>{0,1}</systemSupportCenter>
  <field6>{0,1}</field6>
</atowIdent>
Source
<xs:element name="atowIdent" type="bas:ATOWOrganizationLocation" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The ATOW organization and location, associated with the Credential</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Credential / holderStatus
Namespace No namespace
Diagram
Diagram mmixm.tmp#CodeHolderStatusType
Type bas:CodeHolderStatusType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration Active
enumeration Inactive
enumeration In-transfer
Source
<xs:element name="holderStatus" type="bas:CodeHolderStatusType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Credential / locationIdent
Namespace No namespace
Diagram
Diagram mmixm.tmp#FacilityIdentType
Type bas:FacilityIdentType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern [0-9A-Z]{3,4}
Source
<xs:element name="locationIdent" type="bas:FacilityIdentType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Credential / modifiedDateTime
Namespace No namespace
Annotations
the date/time the record was last modified
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="modifiedDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>the date/time the record was last modified</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Credential / ratingStatus
Namespace No namespace
Diagram
Diagram mmixm.tmp#CodeRatingStatusType
Type bas:CodeRatingStatusType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration Current
enumeration Historical
enumeration Pending
Source
<xs:element name="ratingStatus" type="bas:CodeRatingStatusType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Credential / ratingType
Namespace No namespace
Annotations
This field indicates the rating type of the credential.
Diagram
Diagram mmixm.tmp#DomainCodeType
Type bas:DomainCodeType
Type hierarchy
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="ratingType" type="bas:DomainCodeType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This field indicates the rating type of the credential.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Qualification
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#Qualification_additionalInformation mmixm.tmp#Qualification_expirationDate mmixm.tmp#Qualification_qualifiedPerson mmixm.tmp#Qualification
Type feat:Qualification
Properties
content complex
Used by
Model
Children additionalInformation, expirationDate, qualifiedPerson
Instance
<feat:Qualification xmlns:feat="https://mmixm.aero/features/1.0.0">
  <additionalInformation>{0,1}</additionalInformation>
  <expirationDate>{0,1}</expirationDate>
  <qualifiedPerson>{0,99}</qualifiedPerson>
</feat:Qualification>
Source
<xs:element name="Qualification" type="feat:Qualification"/>
[ top ]
Element bas:AbstractMessage
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage
Type bas:AbstractMessage
Properties
content complex
Model
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:element name="AbstractMessage" type="bas:AbstractMessage"/>
[ top ]
Element bas:AssetMessage
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage mmixm.tmp#Asset mmixm.tmp#https___mmixm.aero_base_1.0.0_AssetMessage
Type bas:AssetMessage
Type hierarchy
Properties
content complex
Model
Children feat:Asset
Instance
<bas:AssetMessage id="" messageType="" timestamp="" xmlns:bas="https://mmixm.aero/base/1.0.0" xmlns:feat="https://mmixm.aero/features/1.0.0">
  <feat:Asset>{0,99}</feat:Asset>
</bas:AssetMessage>
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:element name="AssetMessage" type="bas:AssetMessage"/>
[ top ]
Element feat:Asset
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetName mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_description mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_faaPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_manufacturerPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_nationalStockNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_operationalAvailability mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_revisionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasInventoryInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetIdentifier mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_composedOf mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasLocation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedOperationalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_responsibleOrganization mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedCostCenterCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetCageCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset
Type feat:Asset
Properties
content complex
Used by
Complex Type bas:AssetMessage
Model
Children additionalInformation, assetCageCode, assetIdentifier, assetName, associatedCostCenterCode, associatedOperationalInformation, composedOf, description, faaPartNumber, hasInventoryInformation, hasLocation, manufacturerPartNumber, nationalStockNumber, operationalAvailability, responsibleOrganization, revisionNumber
Instance
<feat:Asset xmlns:feat="https://mmixm.aero/features/1.0.0">
  <additionalInformation>{0,1}</additionalInformation>
  <assetName>{0,1}</assetName>
  <description>{0,1}</description>
  <faaPartNumber>{0,1}</faaPartNumber>
  <manufacturerPartNumber>{0,1}</manufacturerPartNumber>
  <nationalStockNumber>{0,1}</nationalStockNumber>
  <operationalAvailability>{0,1}</operationalAvailability>
  <revisionNumber>{0,1}</revisionNumber>
  <hasInventoryInformation>{0,1}</hasInventoryInformation>
  <assetIdentifier>{0,1}</assetIdentifier>
  <composedOf>{0,99}</composedOf>
  <hasLocation>{0,99}</hasLocation>
  <associatedOperationalInformation>{0,1}</associatedOperationalInformation>
  <responsibleOrganization>{0,1}</responsibleOrganization>
  <associatedCostCenterCode>{0,1}</associatedCostCenterCode>
  <assetCageCode>{0,1}</assetCageCode>
</feat:Asset>
Source
<xs:element name="Asset" type="feat:Asset"/>
[ top ]
Element feat:Asset / additionalInformation
Namespace No namespace
Annotations
This field is used to provide some additional comments or information
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation_namevalue mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation
Type bas:AdditionalInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children namevalue
Instance
<additionalInformation>
  <namevalue name="" value="">{1,10}</namevalue>
</additionalInformation>
Source
<xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This field is used to provide some additional comments or information</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / assetName
Namespace No namespace
Annotations
The name of the asset
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="assetName" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The name of the asset</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / description
Namespace No namespace
Annotations
Product/Part description.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Product/Part description.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / faaPartNumber
Namespace No namespace
Annotations
FAA assigned Part Number
Diagram
Diagram mmixm.tmp#String50Type
Type bas:String50Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="faaPartNumber" type="bas:String50Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>FAA assigned Part Number</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / manufacturerPartNumber
Namespace No namespace
Annotations
Unique identifier for a part manufactured by a specific Manufacturer and sold by a CAGE.
Diagram
Diagram mmixm.tmp#String50Type
Type bas:String50Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="manufacturerPartNumber" type="bas:String50Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Unique identifier for a part manufactured by a specific Manufacturer and sold by a CAGE.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / nationalStockNumber
Namespace No namespace
Annotations
Standardized material items of supply' as they have been recognized by all NATO countries including the United States Department of Defense.
Diagram
Diagram mmixm.tmp#String50Type
Type bas:String50Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="nationalStockNumber" type="bas:String50Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Standardized material items of supply' as they have been recognized by all NATO countries including the United States Department of Defense.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / operationalAvailability
Namespace No namespace
Annotations
The operational state of the asset
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="operationalAvailability" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The operational state of the asset</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / revisionNumber
Namespace No namespace
Annotations
The specific revision associated with a product or part.
Diagram
Diagram mmixm.tmp#Integer22Type
Type bas:Integer22Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxInclusive 9999999999999999999999
Source
<xs:element name="revisionNumber" type="bas:Integer22Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The specific revision associated with a product or part.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / hasInventoryInformation
Namespace No namespace
Diagram
Diagram mmixm.tmp#InventoryInformation_assetInventoryStatus mmixm.tmp#InventoryInformation_condition mmixm.tmp#InventoryInformation_lastInventoriedDateTime mmixm.tmp#InventoryInformation_lastUpdatedDateTime mmixm.tmp#InventoryInformation
Type feat:InventoryInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children assetInventoryStatus, condition, lastInventoriedDateTime, lastUpdatedDateTime
Instance
<hasInventoryInformation>
  <assetInventoryStatus>{0,1}</assetInventoryStatus>
  <condition>{0,1}</condition>
  <lastInventoriedDateTime>{0,1}</lastInventoriedDateTime>
  <lastUpdatedDateTime>{0,1}</lastUpdatedDateTime>
</hasInventoryInformation>
Source
<xs:element name="hasInventoryInformation" type="feat:InventoryInformation" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:InventoryInformation / assetInventoryStatus
Namespace No namespace
Annotations
The status of an inventoried asset.  This status represents whether the assets is received and available, unavailable, in use, or in transit
Diagram
Diagram mmixm.tmp#CodeManafacturedAssetStatusType
Type bas:CodeManafacturedAssetStatusType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration ACTIVE
enumeration INACTIVE
enumeration IN_SERVICE
enumeration IN_TRANSIT
enumeration MISSING
Source
<xs:element name="assetInventoryStatus" type="bas:CodeManafacturedAssetStatusType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The status of an inventoried asset. This status represents whether the assets is received and available, unavailable, in use, or in transit</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:InventoryInformation / condition
Namespace No namespace
Annotations
The condition of an inventoried asset (e.g., whether it's serviceable, repairable, etc.)
Diagram
Diagram mmixm.tmp#CodeConditionType
Type bas:CodeConditionType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration REPAIRABLE
enumeration SERVICEABLE
enumeration SURVEY
Source
<xs:element name="condition" type="bas:CodeConditionType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The condition of an inventoried asset (e.g., whether it's serviceable, repairable, etc.)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:InventoryInformation / lastInventoriedDateTime
Namespace No namespace
Annotations
The timestamp of when the asset was last inventoried.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="lastInventoriedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The timestamp of when the asset was last inventoried.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:InventoryInformation / lastUpdatedDateTime
Namespace No namespace
Annotations
The timestamp of when the asset was last updated.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="lastUpdatedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The timestamp of when the asset was last updated.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / assetIdentifier
Namespace No namespace
Diagram
Diagram mmixm.tmp#UniqueAssetIdentifiers_giai mmixm.tmp#UniqueAssetIdentifiers_associatedFaaIdentifier mmixm.tmp#UniqueAssetIdentifiers_associatedManufacturerIdentifier mmixm.tmp#UniqueAssetIdentifiers_associatedOperationalReference mmixm.tmp#UniqueAssetIdentifiers
Type feat:UniqueAssetIdentifiers
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children associatedFaaIdentifier, associatedManufacturerIdentifier, associatedOperationalReference, giai
Instance
<assetIdentifier>
  <giai>{0,1}</giai>
  <associatedFaaIdentifier>{0,1}</associatedFaaIdentifier>
  <associatedManufacturerIdentifier>{0,1}</associatedManufacturerIdentifier>
  <associatedOperationalReference>{0,1}</associatedOperationalReference>
</assetIdentifier>
Source
<xs:element name="assetIdentifier" type="feat:UniqueAssetIdentifiers" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:UniqueAssetIdentifiers / giai
Namespace No namespace
Annotations
The Global Individual Asset Identifier (GIAI) is part of the GS1 system of standards. Its a simple tool to identify an asset by type and can identify assets uniquely where required.
Diagram
Diagram mmixm.tmp#String50Type
Type bas:String50Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="giai" type="bas:String50Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Global Individual Asset Identifier (GIAI) is part of the GS1 system of standards. Its a simple tool to identify an asset by type and can identify assets uniquely where required.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:UniqueAssetIdentifiers / associatedFaaIdentifier
Namespace No namespace
Diagram
Diagram mmixm.tmp#FaaAssetIdentifiers_facaNumber mmixm.tmp#FaaAssetIdentifiers
Type feat:FaaAssetIdentifiers
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children facaNumber
Instance
<associatedFaaIdentifier>
  <facaNumber>{0,1}</facaNumber>
</associatedFaaIdentifier>
Source
<xs:element name="associatedFaaIdentifier" type="feat:FaaAssetIdentifiers" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:FaaAssetIdentifiers / facaNumber
Namespace No namespace
Annotations
The FA/CA number (Federal Aviation/Civil Aviation Number) is an alphanumeric reference designator that individually differentiates each Equipment type from others with the same short name.  The manufacturer’s model number must be used when FA/CA numbers are not available. An example of the correct FA/CA# format is FA-10065 (or freeform if the model number is used).
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="facaNumber" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The FA/CA number (Federal Aviation/Civil Aviation Number) is an alphanumeric reference designator that individually differentiates each Equipment type from others with the same short name. The manufacturer’s model number must be used when FA/CA numbers are not available. An example of the correct FA/CA# format is FA-10065 (or freeform if the model number is used).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:UniqueAssetIdentifiers / associatedManufacturerIdentifier
Namespace No namespace
Diagram
Diagram mmixm.tmp#ManufacturerAssetIdentifiers_manufacturer mmixm.tmp#ManufacturerAssetIdentifiers_serialNumber mmixm.tmp#ManufacturerAssetIdentifiers
Type feat:ManufacturerAssetIdentifiers
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children manufacturer, serialNumber
Instance
<associatedManufacturerIdentifier>
  <manufacturer>{0,1}</manufacturer>
  <serialNumber>{0,1}</serialNumber>
</associatedManufacturerIdentifier>
Source
<xs:element name="associatedManufacturerIdentifier" type="feat:ManufacturerAssetIdentifiers" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:ManufacturerAssetIdentifiers / manufacturer
Namespace No namespace
Annotations
A producer of manufactured assets: parts, equipment, and/or systems.
Diagram
Diagram mmixm.tmp#String50Type
Type bas:String50Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="manufacturer" type="bas:String50Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>A producer of manufactured assets: parts, equipment, and/or systems.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:ManufacturerAssetIdentifiers / serialNumber
Namespace No namespace
Annotations
Manufacturer assigned Serial Number
Diagram
Diagram mmixm.tmp#String50Type
Type bas:String50Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="serialNumber" type="bas:String50Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Manufacturer assigned Serial Number</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:UniqueAssetIdentifiers / associatedOperationalReference
Namespace No namespace
Diagram
Diagram mmixm.tmp#OperationalReference_facilityType mmixm.tmp#OperationalReference_facilityIdent mmixm.tmp#OperationalReference
Type feat:OperationalReference
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children facilityIdent, facilityType
Instance
<associatedOperationalReference>
  <facilityType>{1,1}</facilityType>
  <facilityIdent>{1,1}</facilityIdent>
</associatedOperationalReference>
Source
<xs:element name="associatedOperationalReference" type="feat:OperationalReference" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:OperationalReference / facilityType
Namespace No namespace
Annotations
The five- character alphanumeric field contains the type of entity in FSEP, including services.  The FSEP Desk Guide contains acronyms for facility type fields.
Diagram
Diagram mmixm.tmp#FacilityAssetType
Type bas:FacilityAssetType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern [0-9A-Z]{2,5}
Source
<xs:element name="facilityType" type="bas:FacilityAssetType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The five- character alphanumeric field contains the type of entity in FSEP, including services. The FSEP Desk Guide contains acronyms for facility type fields.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalReference / facilityIdent
Namespace No namespace
Annotations
This three or four character field represents the location of the equipment.   Location identifiers assignment process is detailed in Order 6000.5E, Chapter 3, Section 3.1 Location Identifier Process.
Diagram
Diagram mmixm.tmp#FacilityIdentType
Type bas:FacilityIdentType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern [0-9A-Z]{3,4}
Source
<xs:element name="facilityIdent" type="bas:FacilityIdentType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This three or four character field represents the location of the equipment. Location identifiers assignment process is detailed in Order 6000.5E, Chapter 3, Section 3.1 Location Identifier Process.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / composedOf
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetName mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_description mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_faaPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_manufacturerPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_nationalStockNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_operationalAvailability mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_revisionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasInventoryInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetIdentifier mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_composedOf mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasLocation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedOperationalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_responsibleOrganization mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedCostCenterCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetCageCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset
Type feat:Asset
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children additionalInformation, assetCageCode, assetIdentifier, assetName, associatedCostCenterCode, associatedOperationalInformation, composedOf, description, faaPartNumber, hasInventoryInformation, hasLocation, manufacturerPartNumber, nationalStockNumber, operationalAvailability, responsibleOrganization, revisionNumber
Instance
<composedOf>
  <additionalInformation>{0,1}</additionalInformation>
  <assetName>{0,1}</assetName>
  <description>{0,1}</description>
  <faaPartNumber>{0,1}</faaPartNumber>
  <manufacturerPartNumber>{0,1}</manufacturerPartNumber>
  <nationalStockNumber>{0,1}</nationalStockNumber>
  <operationalAvailability>{0,1}</operationalAvailability>
  <revisionNumber>{0,1}</revisionNumber>
  <hasInventoryInformation>{0,1}</hasInventoryInformation>
  <assetIdentifier>{0,1}</assetIdentifier>
  <composedOf>{0,99}</composedOf>
  <hasLocation>{0,99}</hasLocation>
  <associatedOperationalInformation>{0,1}</associatedOperationalInformation>
  <responsibleOrganization>{0,1}</responsibleOrganization>
  <associatedCostCenterCode>{0,1}</associatedCostCenterCode>
  <assetCageCode>{0,1}</assetCageCode>
</composedOf>
Source
<xs:element name="composedOf" type="feat:Asset" minOccurs="0" maxOccurs="99"/>
[ top ]
Element feat:Asset / hasLocation
Namespace No namespace
Diagram
Diagram mmixm.tmp#Location
Type bas:Location
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Source
<xs:element name="hasLocation" type="bas:Location" minOccurs="0" maxOccurs="99"/>
[ top ]
Element feat:Asset / associatedOperationalInformation
Namespace No namespace
Diagram
Diagram mmixm.tmp#OperationalInformation_capabilityCode mmixm.tmp#OperationalInformation_categoryCode mmixm.tmp#OperationalInformation_numberOfUnits mmixm.tmp#OperationalInformation_phoneContact mmixm.tmp#OperationalInformation_regionCode mmixm.tmp#OperationalInformation_responsibilityCode mmixm.tmp#OperationalInformation_revisionID mmixm.tmp#OperationalInformation_staffedHours mmixm.tmp#OperationalInformation_tier mmixm.tmp#OperationalInformation_AssetClassCode mmixm.tmp#OperationalInformation_AssetStatusHistory mmixm.tmp#OperationalInformation_associatedAirportAndRunway mmixm.tmp#OperationalInformation
Type feat:OperationalInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children AssetClassCode, AssetStatusHistory, associatedAirportAndRunway, capabilityCode, categoryCode, numberOfUnits, phoneContact, regionCode, responsibilityCode, revisionID, staffedHours, tier
Instance
<associatedOperationalInformation>
  <capabilityCode>{0,1}</capabilityCode>
  <categoryCode>{0,1}</categoryCode>
  <numberOfUnits>{0,1}</numberOfUnits>
  <phoneContact>{0,1}</phoneContact>
  <regionCode>{0,1}</regionCode>
  <responsibilityCode>{0,1}</responsibilityCode>
  <revisionID>{0,1}</revisionID>
  <staffedHours>{0,1}</staffedHours>
  <tier>{0,1}</tier>
  <AssetClassCode>{0,1}</AssetClassCode>
  <AssetStatusHistory>{0,1}</AssetStatusHistory>
  <associatedAirportAndRunway>{0,1}</associatedAirportAndRunway>
</associatedOperationalInformation>
Source
<xs:element name="associatedOperationalInformation" type="feat:OperationalInformation" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:OperationalInformation / capabilityCode
Namespace No namespace
Annotations
This field contains the NAS Operational Inventory (NOI) capability as defined in the current version of FSEP Order 6000.5.
Diagram
Diagram mmixm.tmp#DomainCodeType
Type bas:DomainCodeType
Type hierarchy
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="capabilityCode" type="bas:DomainCodeType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This field contains the NAS Operational Inventory (NOI) capability as defined in the current version of FSEP Order 6000.5.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / categoryCode
Namespace No namespace
Annotations
This field contains the NAS Operational Inventory (NOI) category as defined in the current version of FSEP Order 6000.5.
Diagram
Diagram mmixm.tmp#CodeCategoryType
Type bas:CodeCategoryType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration Facility
enumeration System
enumeration SubSystem
enumeration Equipment
enumeration NAPRS Services
Source
<xs:element name="categoryCode" type="bas:CodeCategoryType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This field contains the NAS Operational Inventory (NOI) category as defined in the current version of FSEP Order 6000.5.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / numberOfUnits
Namespace No namespace
Annotations
Normally each facility contains a single unit and the number ‘1’ is used.  The FSEP Desk guide captures facilities qualifying for multiple unit status.
Diagram
Diagram mmixm.tmp#CodeNumberOfUnitsType
Type bas:CodeNumberOfUnitsType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration 0
enumeration 1
enumeration 10
enumeration 102
enumeration 103
enumeration 104
enumeration 106
enumeration 108
enumeration 11
enumeration 111
enumeration 112
enumeration 114
enumeration 117
enumeration 12
enumeration 120
enumeration 123
enumeration 124
enumeration 128
enumeration 13
enumeration 130
enumeration 132
enumeration 133
enumeration 135
enumeration 138
enumeration 14
enumeration 140
enumeration 144
enumeration 145
enumeration 15
enumeration 152
enumeration 154
enumeration 16
enumeration 160
enumeration 161
enumeration 165
enumeration 168
enumeration 169
enumeration 17
enumeration 177
enumeration 18
enumeration 182
enumeration 187
enumeration 19
enumeration 192
enumeration 2
enumeration 20
enumeration 200
enumeration 202
enumeration 209
enumeration 21
enumeration 215
enumeration 22
enumeration 23
enumeration 24
enumeration 25
enumeration 26
enumeration 263
enumeration 27
enumeration 28
enumeration 29
enumeration 299
enumeration 3
enumeration 30
enumeration 31
enumeration 32
enumeration 33
enumeration 34
enumeration 35
enumeration 36
enumeration 37
enumeration 39
enumeration 4
enumeration 40
enumeration 42
enumeration 43
enumeration 44
enumeration 45
enumeration 46
enumeration 47
enumeration 48
enumeration 49
enumeration 5
enumeration 50
enumeration 51
enumeration 52
enumeration 53
enumeration 54
enumeration 55
enumeration 56
enumeration 59
enumeration 6
enumeration 60
enumeration 61
enumeration 62
enumeration 63
enumeration 64
enumeration 65
enumeration 67
enumeration 68
enumeration 69
enumeration 7
enumeration 72
enumeration 74
enumeration 75
enumeration 76
enumeration 78
enumeration 79
enumeration 8
enumeration 80
enumeration 81
enumeration 82
enumeration 84
enumeration 86
enumeration 87
enumeration 88
enumeration 89
enumeration 9
enumeration 90
enumeration 93
enumeration 95
enumeration 96
enumeration 98
enumeration 99
Source
<xs:element name="numberOfUnits" type="bas:CodeNumberOfUnitsType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Normally each facility contains a single unit and the number ‘1’ is used. The FSEP Desk guide captures facilities qualifying for multiple unit status.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / phoneContact
Namespace No namespace
Annotations
The telephone contact associated with the operational asset
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_countryCode mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_telephoneNumber mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_telephoneNumberExtension mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType
Type bas:TelephoneInformationType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children countryCode, telephoneNumber, telephoneNumberExtension
Instance
<phoneContact>
  <countryCode>{0,1}</countryCode>
  <telephoneNumber>{0,1}</telephoneNumber>
  <telephoneNumberExtension>{0,1}</telephoneNumberExtension>
</phoneContact>
Source
<xs:element name="phoneContact" type="bas:TelephoneInformationType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The telephone contact associated with the operational asset</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / regionCode
Namespace No namespace
Annotations
the code for the NAS region associated with the operational asset
Diagram
Diagram mmixm.tmp#CodeRegionType
Type bas:CodeRegionType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration AC
enumeration AL
enumeration CE
enumeration CT
enumeration EA
enumeration GL
enumeration NE
enumeration NM
enumeration SO
enumeration SW
enumeration WA
enumeration WP
Source
<xs:element name="regionCode" type="bas:CodeRegionType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>the code for the NAS region associated with the operational asset</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / responsibilityCode
Namespace No namespace
Annotations
The entity responsible for maintaining the asset.
Diagram
Diagram mmixm.tmp#CodeResponsibilityType
Type bas:CodeResponsibilityType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration #
enumeration 1
enumeration 3
enumeration 4
enumeration 5
enumeration 6
enumeration 7
enumeration 9
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration H
enumeration I
enumeration J
enumeration K
enumeration L
enumeration M
enumeration N
enumeration O
enumeration P
enumeration Q
enumeration R
enumeration S
enumeration T
enumeration U
enumeration V
enumeration W
enumeration X
enumeration Y
enumeration Z
Source
<xs:element name="responsibilityCode" type="bas:CodeResponsibilityType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The entity responsible for maintaining the asset.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / revisionID
Namespace No namespace
Annotations
Facility Revision ID
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="revisionID" type="xs:integer" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Facility Revision ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / staffedHours
Namespace No namespace
Annotations
This three-character numeric field contains the hours that a facility is manned. The first two characters indicate the staffing hours per day (from 00 to 24) for the facility by Tech Ops field personnel and the third character indicates the number of days in a week (from 0 to 7).
Diagram
Diagram mmixm.tmp#CodeStaffedHoursType
Type bas:CodeStaffedHoursType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration 105
enumeration 106
enumeration 107
enumeration 125
enumeration 126
enumeration 127
enumeration 165
enumeration 166
enumeration 167
enumeration 245
enumeration 246
enumeration 247
enumeration 85
enumeration 86
enumeration 87
Source
<xs:element name="staffedHours" type="bas:CodeStaffedHoursType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This three-character numeric field contains the hours that a facility is manned. The first two characters indicate the staffing hours per day (from 00 to 24) for the facility by Tech Ops field personnel and the third character indicates the number of days in a week (from 0 to 7).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / tier
Namespace No namespace
Annotations
provides a means for Tech Ops to monitor store credits. Restore equipment during a government shutdown.
[6000.1 FSEP Pocket Reference Guide]
Diagram
Diagram mmixm.tmp#CodeTierType
Type bas:CodeTierType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration 111
enumeration 222
enumeration 333
enumeration XXX
Source
<xs:element name="tier" type="bas:CodeTierType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>provides a means for Tech Ops to monitor store credits. Restore equipment during a government shutdown. [6000.1 FSEP Pocket Reference Guide]</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / AssetClassCode
Namespace No namespace
Diagram
Diagram mmixm.tmp#AssetClassCode_assetClassCode mmixm.tmp#AssetClassCode_assetCode mmixm.tmp#AssetClassCode_assetSystemCode mmixm.tmp#AssetClassCode
Type feat:AssetClassCode
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children assetClassCode, assetCode, assetSystemCode
Instance
<AssetClassCode>
  <assetClassCode>{0,1}</assetClassCode>
  <assetCode>{0,1}</assetCode>
  <assetSystemCode>{0,1}</assetSystemCode>
</AssetClassCode>
Source
<xs:element name="AssetClassCode" type="feat:AssetClassCode" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:AssetClassCode / assetClassCode
Namespace No namespace
Annotations
The Class Code is a one-character alphanumeric code further identifying equipment
Diagram
Diagram mmixm.tmp#CodeAssetClassType
Type bas:CodeAssetClassType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration 0
enumeration 1
enumeration 2
enumeration 3
enumeration 4
enumeration 5
enumeration 6
enumeration 9
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration H
enumeration J
enumeration K
enumeration L
enumeration M
enumeration N
enumeration O
enumeration P
enumeration Q
enumeration R
enumeration S
enumeration T
enumeration U
enumeration V
enumeration W
enumeration X
enumeration Y
enumeration Z
Source
<xs:element name="assetClassCode" type="bas:CodeAssetClassType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Class Code is a one-character alphanumeric code further identifying equipment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetClassCode / assetCode
Namespace No namespace
Annotations
The Type Code, is an arbitrarily assigned alphanumeric code that uniquely identifies each facility within a capability.  The National FSEP Program Manager assigns this code.
Diagram
Diagram mmixm.tmp#AssetCodeType
Type bas:AssetCodeType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern [A-Z0-9]{4}
Source
<xs:element name="assetCode" type="bas:AssetCodeType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Type Code, is an arbitrarily assigned alphanumeric code that uniquely identifies each facility within a capability. The National FSEP Program Manager assigns this code.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetClassCode / assetSystemCode
Namespace No namespace
Annotations
This code is a one-character numeric code that identifies the domain of the system within the NAS.
Diagram
Diagram mmixm.tmp#AssetSystemCodeType
Type bas:AssetSystemCodeType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern [0-9]{1}
Source
<xs:element name="assetSystemCode" type="bas:AssetSystemCodeType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This code is a one-character numeric code that identifies the domain of the system within the NAS.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / AssetStatusHistory
Namespace No namespace
Diagram
Diagram mmixm.tmp#AssetStatusHistory_assetStatusCode mmixm.tmp#AssetStatusHistory_assetStatusDateTime mmixm.tmp#AssetStatusHistory_commissionedDateTime mmixm.tmp#AssetStatusHistory_decommissionedDateTime mmixm.tmp#AssetStatusHistory_precommissionedDateTime mmixm.tmp#AssetStatusHistory_recChgDateTime mmixm.tmp#AssetStatusHistory_swapoutDateTime mmixm.tmp#AssetStatusHistory
Type feat:AssetStatusHistory
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children assetStatusCode, assetStatusDateTime, commissionedDateTime, decommissionedDateTime, precommissionedDateTime, recChgDateTime, swapoutDateTime
Instance
<AssetStatusHistory>
  <assetStatusCode>{0,1}</assetStatusCode>
  <assetStatusDateTime>{0,1}</assetStatusDateTime>
  <commissionedDateTime>{0,1}</commissionedDateTime>
  <decommissionedDateTime>{0,1}</decommissionedDateTime>
  <precommissionedDateTime>{0,1}</precommissionedDateTime>
  <recChgDateTime>{0,1}</recChgDateTime>
  <swapoutDateTime>{0,1}</swapoutDateTime>
</AssetStatusHistory>
Source
<xs:element name="AssetStatusHistory" type="feat:AssetStatusHistory" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:AssetStatusHistory / assetStatusCode
Namespace No namespace
Annotations
This field contains a single-character status code denoting the status of the operational asset, as identified in the enumeration.
Diagram
Diagram mmixm.tmp#CodeAssetStatusType
Type bas:CodeAssetStatusType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration $
enumeration A
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration P
enumeration S
enumeration T
enumeration X
enumeration Y
enumeration Z
Source
<xs:element name="assetStatusCode" type="bas:CodeAssetStatusType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This field contains a single-character status code denoting the status of the operational asset, as identified in the enumeration.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetStatusHistory / assetStatusDateTime
Namespace No namespace
Annotations
The status date is an eight-character numeric field that contains the month, day, and year the entity received its latest status prior to commissioning.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="assetStatusDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The status date is an eight-character numeric field that contains the month, day, and year the entity received its latest status prior to commissioning.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetStatusHistory / commissionedDateTime
Namespace No namespace
Annotations
The date that the operational asset was commissioned
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="commissionedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The date that the operational asset was commissioned</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetStatusHistory / decommissionedDateTime
Namespace No namespace
Annotations
The date that the operational asset was decommissioned
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="decommissionedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The date that the operational asset was decommissioned</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetStatusHistory / precommissionedDateTime
Namespace No namespace
Annotations
The precommission date of the operational asset
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="precommissionedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The precommission date of the operational asset</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetStatusHistory / recChgDateTime
Namespace No namespace
Annotations
Record change date and time
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="recChgDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Record change date and time</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetStatusHistory / swapoutDateTime
Namespace No namespace
Annotations
This field contains the date (MM/DD/YYYY) when equipment change or replacement to a commissioned facility occurs. A swapout is when a fac code or class is changed.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="swapoutDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This field contains the date (MM/DD/YYYY) when equipment change or replacement to a commissioned facility occurs. A swapout is when a fac code or class is changed.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:OperationalInformation / associatedAirportAndRunway
Namespace No namespace
Diagram
Diagram mmixm.tmp#AirportRunway_coreAirport mmixm.tmp#AirportRunway_runways mmixm.tmp#AirportRunway
Type feat:AirportRunway
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children coreAirport, runways
Instance
<associatedAirportAndRunway>
  <coreAirport>{0,1}</coreAirport>
  <runways>{0,1}</runways>
</associatedAirportAndRunway>
Source
<xs:element name="associatedAirportAndRunway" type="feat:AirportRunway" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:AirportRunway / coreAirport
Namespace No namespace
Annotations
This field contains data that is populated by the Office of Primary Responsibility (OPR) personnel. Associated airport fields are used to identity equipment that supports a core airport.
Diagram
Diagram mmixm.tmp#AirportCodeType
Type bas:AirportCodeType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern [A-Z]{3,4}
Source
<xs:element name="coreAirport" type="bas:AirportCodeType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This field contains data that is populated by the Office of Primary Responsibility (OPR) personnel. Associated airport fields are used to identity equipment that supports a core airport.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AirportRunway / runways
Namespace No namespace
Annotations
complex element containing the name of the primary and secondary runway
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_RunwayInformation_primaryRunway mmixm.tmp#https___mmixm.aero_base_1.0.0_RunwayInformation_secondaryRunway mmixm.tmp#https___mmixm.aero_base_1.0.0_RunwayInformation
Type bas:RunwayInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children primaryRunway, secondaryRunway
Instance
<runways>
  <primaryRunway>{0,1}</primaryRunway>
  <secondaryRunway>{0,1}</secondaryRunway>
</runways>
Source
<xs:element name="runways" type="bas:RunwayInformation" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>complex element containing the name of the primary and secondary runway</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Asset / responsibleOrganization
Namespace No namespace
Diagram
Diagram mmixm.tmp#Organization_additionalInformation mmixm.tmp#Organization_organizationName mmixm.tmp#Organization_organizationContact mmixm.tmp#Organization
Type bas:Organization
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children additionalInformation, organizationContact, organizationName
Instance
<responsibleOrganization>
  <additionalInformation>{0,1}</additionalInformation>
  <organizationName>{0,1}</organizationName>
  <organizationContact>{0,99}</organizationContact>
</responsibleOrganization>
Source
<xs:element name="responsibleOrganization" type="bas:Organization" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Asset / associatedCostCenterCode
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_CostCenter_costCenterCode mmixm.tmp#https___mmixm.aero_base_1.0.0_CostCenter
Type bas:CostCenter
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children costCenterCode
Instance
<associatedCostCenterCode>
  <costCenterCode>{1,1}</costCenterCode>
</associatedCostCenterCode>
Source
<xs:element name="associatedCostCenterCode" type="bas:CostCenter" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Asset / assetCageCode
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_CageCode_cageCode mmixm.tmp#https___mmixm.aero_base_1.0.0_CageCode
Type bas:CageCode
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children cageCode
Instance
<assetCageCode>
  <cageCode>{1,1}</cageCode>
</assetCageCode>
Source
<xs:element name="assetCageCode" type="bas:CageCode" minOccurs="0" maxOccurs="1"/>
[ top ]
Element bas:AssetMonitorMessage
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage mmixm.tmp#Monitoring mmixm.tmp#https___mmixm.aero_base_1.0.0_AssetMonitorMessage
Type bas:AssetMonitorMessage
Type hierarchy
Properties
content complex
Model
Children feat:Monitoring
Instance
<bas:AssetMonitorMessage id="" messageType="" timestamp="" xmlns:bas="https://mmixm.aero/base/1.0.0" xmlns:feat="https://mmixm.aero/features/1.0.0">
  <feat:Monitoring>{0,99}</feat:Monitoring>
</bas:AssetMonitorMessage>
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:element name="AssetMonitorMessage" type="bas:AssetMonitorMessage"/>
[ top ]
Element feat:Monitoring
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Monitoring_AssetOperationalState mmixm.tmp#https___mmixm.aero_features_1.0.0_Monitoring
Type feat:Monitoring
Properties
content complex
Used by
Model
Children AssetOperationalState
Instance
<feat:Monitoring xmlns:feat="https://mmixm.aero/features/1.0.0">
  <AssetOperationalState>{1,99}</AssetOperationalState>
</feat:Monitoring>
Source
<xs:element name="Monitoring" type="feat:Monitoring"/>
[ top ]
Element feat:Monitoring / AssetOperationalState
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetName mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_description mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_faaPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_manufacturerPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_nationalStockNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_operationalAvailability mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_revisionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasInventoryInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetIdentifier mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_composedOf mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasLocation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedOperationalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_responsibleOrganization mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedCostCenterCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetCageCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset mmixm.tmp#AssetOperationalState_additionalInformation mmixm.tmp#AssetOperationalState_assetName mmixm.tmp#AssetOperationalState_operationalAvailability mmixm.tmp#AssetOperationalState_assetIdentifier mmixm.tmp#AssetOperationalState_composedOf mmixm.tmp#AssetOperationalState
Type feat:AssetOperationalState
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 99
Model
Children additionalInformation, assetIdentifier, assetName, composedOf, operationalAvailability
Instance
<AssetOperationalState>
  <additionalInformation>{0,1}</additionalInformation>
  <assetName>{0,1}</assetName>
  <operationalAvailability>{1,1}</operationalAvailability>
  <assetIdentifier>{0,1}</assetIdentifier>
  <composedOf>{0,99}</composedOf>
</AssetOperationalState>
Source
<xs:element name="AssetOperationalState" type="feat:AssetOperationalState" minOccurs="1" maxOccurs="99"/>
[ top ]
Element feat:AssetOperationalState / additionalInformation
Namespace No namespace
Annotations
Additional information beyond the current operational status of the asset
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation_namevalue mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation
Type bas:AdditionalInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children namevalue
Instance
<additionalInformation>
  <namevalue name="" value="">{1,10}</namevalue>
</additionalInformation>
Source
<xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Additional information beyond the current operational status of the asset</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetOperationalState / assetName
Namespace No namespace
Annotations
The name of the asset
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="assetName" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The name of the asset</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetOperationalState / operationalAvailability
Namespace No namespace
Annotations
Describes the current operational availability of the asset (e.g., available, partially available, unavailable, etc.)
Diagram
Diagram mmixm.tmp#CodeOperationalAvailabilityType
Type bas:CodeOperationalAvailabilityType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration Available
enumeration Partially Available
enumeration Unavailable
enumeration Unknown
Source
<xs:element name="operationalAvailability" type="bas:CodeOperationalAvailabilityType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Describes the current operational availability of the asset (e.g., available, partially available, unavailable, etc.)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AssetOperationalState / assetIdentifier
Namespace No namespace
Diagram
Diagram mmixm.tmp#UniqueAssetIdentifiers_giai mmixm.tmp#UniqueAssetIdentifiers_associatedFaaIdentifier mmixm.tmp#UniqueAssetIdentifiers_associatedManufacturerIdentifier mmixm.tmp#UniqueAssetIdentifiers_associatedOperationalReference mmixm.tmp#UniqueAssetIdentifiers
Type feat:UniqueAssetIdentifiers
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children associatedFaaIdentifier, associatedManufacturerIdentifier, associatedOperationalReference, giai
Instance
<assetIdentifier>
  <giai>{0,1}</giai>
  <associatedFaaIdentifier>{0,1}</associatedFaaIdentifier>
  <associatedManufacturerIdentifier>{0,1}</associatedManufacturerIdentifier>
  <associatedOperationalReference>{0,1}</associatedOperationalReference>
</assetIdentifier>
Source
<xs:element name="assetIdentifier" type="feat:UniqueAssetIdentifiers" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:AssetOperationalState / composedOf
Namespace No namespace
Annotations
Assets can be composed of other child assets
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetName mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_description mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_faaPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_manufacturerPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_nationalStockNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_operationalAvailability mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_revisionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasInventoryInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetIdentifier mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_composedOf mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasLocation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedOperationalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_responsibleOrganization mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedCostCenterCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetCageCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset mmixm.tmp#AssetOperationalState_additionalInformation mmixm.tmp#AssetOperationalState_assetName mmixm.tmp#AssetOperationalState_operationalAvailability mmixm.tmp#AssetOperationalState_assetIdentifier mmixm.tmp#AssetOperationalState_composedOf mmixm.tmp#AssetOperationalState
Type feat:AssetOperationalState
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children additionalInformation, assetIdentifier, assetName, composedOf, operationalAvailability
Instance
<composedOf>
  <additionalInformation>{0,1}</additionalInformation>
  <assetName>{0,1}</assetName>
  <operationalAvailability>{1,1}</operationalAvailability>
  <assetIdentifier>{0,1}</assetIdentifier>
  <composedOf>{0,99}</composedOf>
</composedOf>
Source
<xs:element name="composedOf" type="feat:AssetOperationalState" minOccurs="0" maxOccurs="99">
  <xs:annotation>
    <xs:documentation>Assets can be composed of other child assets</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bas:HeartbeatMessage
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage mmixm.tmp#https___mmixm.aero_features_1.0.0_UniqueAssetIdentifiers mmixm.tmp#https___mmixm.aero_base_1.0.0_HeartbeatMessage
Type bas:HeartbeatMessage
Type hierarchy
Properties
content complex
Model
Children feat:UniqueAssetIdentifiers
Instance
<bas:HeartbeatMessage id="" messageType="" timestamp="" xmlns:bas="https://mmixm.aero/base/1.0.0" xmlns:feat="https://mmixm.aero/features/1.0.0">
  <feat:UniqueAssetIdentifiers>{0,1}</feat:UniqueAssetIdentifiers>
</bas:HeartbeatMessage>
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:element name="HeartbeatMessage" type="bas:HeartbeatMessage"/>
[ top ]
Element feat:UniqueAssetIdentifiers
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#UniqueAssetIdentifiers_giai mmixm.tmp#UniqueAssetIdentifiers_associatedFaaIdentifier mmixm.tmp#UniqueAssetIdentifiers_associatedManufacturerIdentifier mmixm.tmp#UniqueAssetIdentifiers_associatedOperationalReference mmixm.tmp#UniqueAssetIdentifiers
Type feat:UniqueAssetIdentifiers
Properties
content complex
Used by
Complex Type bas:HeartbeatMessage
Model
Children associatedFaaIdentifier, associatedManufacturerIdentifier, associatedOperationalReference, giai
Instance
<feat:UniqueAssetIdentifiers xmlns:feat="https://mmixm.aero/features/1.0.0">
  <giai>{0,1}</giai>
  <associatedFaaIdentifier>{0,1}</associatedFaaIdentifier>
  <associatedManufacturerIdentifier>{0,1}</associatedManufacturerIdentifier>
  <associatedOperationalReference>{0,1}</associatedOperationalReference>
</feat:UniqueAssetIdentifiers>
Source
<xs:element name="UniqueAssetIdentifiers" type="feat:UniqueAssetIdentifiers"/>
[ top ]
Element bas:MaintenanceEventMessage
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage mmixm.tmp#AssetMaintenance mmixm.tmp#https___mmixm.aero_base_1.0.0_MaintenanceEventMessage
Type bas:MaintenanceEventMessage
Type hierarchy
Properties
content complex
Model
Children feat:AssetMaintenance
Instance
<bas:MaintenanceEventMessage id="" messageType="" timestamp="" xmlns:bas="https://mmixm.aero/base/1.0.0" xmlns:feat="https://mmixm.aero/features/1.0.0">
  <feat:AssetMaintenance>{0,99}</feat:AssetMaintenance>
</bas:MaintenanceEventMessage>
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:element name="MaintenanceEventMessage" type="bas:MaintenanceEventMessage"/>
[ top ]
Element feat:AssetMaintenance
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AssetMaintenance_Asset mmixm.tmp#https___mmixm.aero_features_1.0.0_AssetMaintenance
Type feat:AssetMaintenance
Properties
content complex
Used by
Model
Children Asset
Instance
<feat:AssetMaintenance xmlns:feat="https://mmixm.aero/features/1.0.0">
  <Asset>{1,1}</Asset>
</feat:AssetMaintenance>
Source
<xs:element name="AssetMaintenance" type="feat:AssetMaintenance"/>
[ top ]
Element feat:AssetMaintenance / Asset
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetName mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_description mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_faaPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_manufacturerPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_nationalStockNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_operationalAvailability mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_revisionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasInventoryInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetIdentifier mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_composedOf mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasLocation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedOperationalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_responsibleOrganization mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedCostCenterCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetCageCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset
Type feat:Asset
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children additionalInformation, assetCageCode, assetIdentifier, assetName, associatedCostCenterCode, associatedOperationalInformation, composedOf, description, faaPartNumber, hasInventoryInformation, hasLocation, manufacturerPartNumber, nationalStockNumber, operationalAvailability, responsibleOrganization, revisionNumber
Instance
<Asset>
  <additionalInformation>{0,1}</additionalInformation>
  <assetName>{0,1}</assetName>
  <description>{0,1}</description>
  <faaPartNumber>{0,1}</faaPartNumber>
  <manufacturerPartNumber>{0,1}</manufacturerPartNumber>
  <nationalStockNumber>{0,1}</nationalStockNumber>
  <operationalAvailability>{0,1}</operationalAvailability>
  <revisionNumber>{0,1}</revisionNumber>
  <hasInventoryInformation>{0,1}</hasInventoryInformation>
  <assetIdentifier>{0,1}</assetIdentifier>
  <composedOf>{0,99}</composedOf>
  <hasLocation>{0,99}</hasLocation>
  <associatedOperationalInformation>{0,1}</associatedOperationalInformation>
  <responsibleOrganization>{0,1}</responsibleOrganization>
  <associatedCostCenterCode>{0,1}</associatedCostCenterCode>
  <assetCageCode>{0,1}</assetCageCode>
</Asset>
Source
<xs:element name="Asset" type="feat:Asset" minOccurs="1" maxOccurs="1"/>
[ top ]
Element bas:QualificationsMessage
Namespace https://mmixm.aero/base/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage mmixm.tmp#https___mmixm.aero_base_1.0.0_Person mmixm.tmp#https___mmixm.aero_features_1.0.0_Qualification mmixm.tmp#https___mmixm.aero_base_1.0.0_QualificationsMessage
Type bas:QualificationsMessage
Type hierarchy
Properties
content complex
Model
Children bas:Person, feat:Qualification
Instance
<bas:QualificationsMessage id="" messageType="" timestamp="" xmlns:bas="https://mmixm.aero/base/1.0.0" xmlns:feat="https://mmixm.aero/features/1.0.0">
  <bas:Person>{0,99}</bas:Person>
  <feat:Qualification>{0,99}</feat:Qualification>
</bas:QualificationsMessage>
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:element name="QualificationsMessage" type="bas:QualificationsMessage"/>
[ top ]
Element feat:AssetOperationalState
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetName mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_description mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_faaPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_manufacturerPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_nationalStockNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_operationalAvailability mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_revisionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasInventoryInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetIdentifier mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_composedOf mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasLocation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedOperationalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_responsibleOrganization mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedCostCenterCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetCageCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset mmixm.tmp#AssetOperationalState_additionalInformation mmixm.tmp#AssetOperationalState_assetName mmixm.tmp#AssetOperationalState_operationalAvailability mmixm.tmp#AssetOperationalState_assetIdentifier mmixm.tmp#AssetOperationalState_composedOf mmixm.tmp#AssetOperationalState
Type feat:AssetOperationalState
Type hierarchy
Properties
content complex
Model
Children additionalInformation, assetIdentifier, assetName, composedOf, operationalAvailability
Instance
<feat:AssetOperationalState xmlns:feat="https://mmixm.aero/features/1.0.0">
  <additionalInformation>{0,1}</additionalInformation>
  <assetName>{0,1}</assetName>
  <operationalAvailability>{1,1}</operationalAvailability>
  <assetIdentifier>{0,1}</assetIdentifier>
  <composedOf>{0,99}</composedOf>
</feat:AssetOperationalState>
Source
<xs:element name="AssetOperationalState" type="feat:AssetOperationalState"/>
[ top ]
Element feat:EnterpriseServiceMonitoring
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Monitoring_AssetOperationalState mmixm.tmp#https___mmixm.aero_features_1.0.0_Monitoring mmixm.tmp#https___mmixm.aero_features_1.0.0_EnterpriseServiceMonitoring
Type feat:EnterpriseServiceMonitoring
Type hierarchy
Properties
content complex
Model
Children AssetOperationalState
Instance
<feat:EnterpriseServiceMonitoring xmlns:feat="https://mmixm.aero/features/1.0.0">
  <AssetOperationalState>{1,99}</AssetOperationalState>
</feat:EnterpriseServiceMonitoring>
Source
<xs:element name="EnterpriseServiceMonitoring" type="feat:EnterpriseServiceMonitoring"/>
[ top ]
Element feat:AirportRunway
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#AirportRunway_coreAirport mmixm.tmp#AirportRunway_runways mmixm.tmp#AirportRunway
Type feat:AirportRunway
Properties
content complex
Model
Children coreAirport, runways
Instance
<feat:AirportRunway xmlns:feat="https://mmixm.aero/features/1.0.0">
  <coreAirport>{0,1}</coreAirport>
  <runways>{0,1}</runways>
</feat:AirportRunway>
Source
<xs:element name="AirportRunway" type="feat:AirportRunway"/>
[ top ]
Element feat:AssetClassCode
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#AssetClassCode_assetClassCode mmixm.tmp#AssetClassCode_assetCode mmixm.tmp#AssetClassCode_assetSystemCode mmixm.tmp#AssetClassCode
Type feat:AssetClassCode
Properties
content complex
Model
Children assetClassCode, assetCode, assetSystemCode
Instance
<feat:AssetClassCode xmlns:feat="https://mmixm.aero/features/1.0.0">
  <assetClassCode>{0,1}</assetClassCode>
  <assetCode>{0,1}</assetCode>
  <assetSystemCode>{0,1}</assetSystemCode>
</feat:AssetClassCode>
Source
<xs:element name="AssetClassCode" type="feat:AssetClassCode"/>
[ top ]
Element feat:AssetStatusHistory
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#AssetStatusHistory_assetStatusCode mmixm.tmp#AssetStatusHistory_assetStatusDateTime mmixm.tmp#AssetStatusHistory_commissionedDateTime mmixm.tmp#AssetStatusHistory_decommissionedDateTime mmixm.tmp#AssetStatusHistory_precommissionedDateTime mmixm.tmp#AssetStatusHistory_recChgDateTime mmixm.tmp#AssetStatusHistory_swapoutDateTime mmixm.tmp#AssetStatusHistory
Type feat:AssetStatusHistory
Properties
content complex
Model
Children assetStatusCode, assetStatusDateTime, commissionedDateTime, decommissionedDateTime, precommissionedDateTime, recChgDateTime, swapoutDateTime
Instance
<feat:AssetStatusHistory xmlns:feat="https://mmixm.aero/features/1.0.0">
  <assetStatusCode>{0,1}</assetStatusCode>
  <assetStatusDateTime>{0,1}</assetStatusDateTime>
  <commissionedDateTime>{0,1}</commissionedDateTime>
  <decommissionedDateTime>{0,1}</decommissionedDateTime>
  <precommissionedDateTime>{0,1}</precommissionedDateTime>
  <recChgDateTime>{0,1}</recChgDateTime>
  <swapoutDateTime>{0,1}</swapoutDateTime>
</feat:AssetStatusHistory>
Source
<xs:element name="AssetStatusHistory" type="feat:AssetStatusHistory"/>
[ top ]
Element feat:FaaAssetIdentifiers
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#FaaAssetIdentifiers_facaNumber mmixm.tmp#FaaAssetIdentifiers
Type feat:FaaAssetIdentifiers
Properties
content complex
Model
Children facaNumber
Instance
<feat:FaaAssetIdentifiers xmlns:feat="https://mmixm.aero/features/1.0.0">
  <facaNumber>{0,1}</facaNumber>
</feat:FaaAssetIdentifiers>
Source
<xs:element name="FaaAssetIdentifiers" type="feat:FaaAssetIdentifiers"/>
[ top ]
Element feat:InventoryInformation
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#InventoryInformation_assetInventoryStatus mmixm.tmp#InventoryInformation_condition mmixm.tmp#InventoryInformation_lastInventoriedDateTime mmixm.tmp#InventoryInformation_lastUpdatedDateTime mmixm.tmp#InventoryInformation
Type feat:InventoryInformation
Properties
content complex
Model
Children assetInventoryStatus, condition, lastInventoriedDateTime, lastUpdatedDateTime
Instance
<feat:InventoryInformation xmlns:feat="https://mmixm.aero/features/1.0.0">
  <assetInventoryStatus>{0,1}</assetInventoryStatus>
  <condition>{0,1}</condition>
  <lastInventoriedDateTime>{0,1}</lastInventoriedDateTime>
  <lastUpdatedDateTime>{0,1}</lastUpdatedDateTime>
</feat:InventoryInformation>
Source
<xs:element name="InventoryInformation" type="feat:InventoryInformation"/>
[ top ]
Element feat:ManufacturerAssetIdentifiers
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#ManufacturerAssetIdentifiers_manufacturer mmixm.tmp#ManufacturerAssetIdentifiers_serialNumber mmixm.tmp#ManufacturerAssetIdentifiers
Type feat:ManufacturerAssetIdentifiers
Properties
content complex
Model
Children manufacturer, serialNumber
Instance
<feat:ManufacturerAssetIdentifiers xmlns:feat="https://mmixm.aero/features/1.0.0">
  <manufacturer>{0,1}</manufacturer>
  <serialNumber>{0,1}</serialNumber>
</feat:ManufacturerAssetIdentifiers>
Source
<xs:element name="ManufacturerAssetIdentifiers" type="feat:ManufacturerAssetIdentifiers"/>
[ top ]
Element feat:OperationalInformation
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#OperationalInformation_capabilityCode mmixm.tmp#OperationalInformation_categoryCode mmixm.tmp#OperationalInformation_numberOfUnits mmixm.tmp#OperationalInformation_phoneContact mmixm.tmp#OperationalInformation_regionCode mmixm.tmp#OperationalInformation_responsibilityCode mmixm.tmp#OperationalInformation_revisionID mmixm.tmp#OperationalInformation_staffedHours mmixm.tmp#OperationalInformation_tier mmixm.tmp#OperationalInformation_AssetClassCode mmixm.tmp#OperationalInformation_AssetStatusHistory mmixm.tmp#OperationalInformation_associatedAirportAndRunway mmixm.tmp#OperationalInformation
Type feat:OperationalInformation
Properties
content complex
Model
Children AssetClassCode, AssetStatusHistory, associatedAirportAndRunway, capabilityCode, categoryCode, numberOfUnits, phoneContact, regionCode, responsibilityCode, revisionID, staffedHours, tier
Instance
<feat:OperationalInformation xmlns:feat="https://mmixm.aero/features/1.0.0">
  <capabilityCode>{0,1}</capabilityCode>
  <categoryCode>{0,1}</categoryCode>
  <numberOfUnits>{0,1}</numberOfUnits>
  <phoneContact>{0,1}</phoneContact>
  <regionCode>{0,1}</regionCode>
  <responsibilityCode>{0,1}</responsibilityCode>
  <revisionID>{0,1}</revisionID>
  <staffedHours>{0,1}</staffedHours>
  <tier>{0,1}</tier>
  <AssetClassCode>{0,1}</AssetClassCode>
  <AssetStatusHistory>{0,1}</AssetStatusHistory>
  <associatedAirportAndRunway>{0,1}</associatedAirportAndRunway>
</feat:OperationalInformation>
Source
<xs:element name="OperationalInformation" type="feat:OperationalInformation"/>
[ top ]
Element feat:OperationalReference
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#OperationalReference_facilityType mmixm.tmp#OperationalReference_facilityIdent mmixm.tmp#OperationalReference
Type feat:OperationalReference
Properties
content complex
Model
Children facilityIdent, facilityType
Instance
<feat:OperationalReference xmlns:feat="https://mmixm.aero/features/1.0.0">
  <facilityType>{1,1}</facilityType>
  <facilityIdent>{1,1}</facilityIdent>
</feat:OperationalReference>
Source
<xs:element name="OperationalReference" type="feat:OperationalReference"/>
[ top ]
Element feat:AirportRunwayInfo
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AirportRunwayInfo_airportId mmixm.tmp#https___mmixm.aero_features_1.0.0_AirportRunwayInfo_runway mmixm.tmp#https___mmixm.aero_features_1.0.0_AirportRunwayInfo
Type feat:AirportRunwayInfo
Properties
content complex
Model
Children airportId, runway
Instance
<feat:AirportRunwayInfo xmlns:feat="https://mmixm.aero/features/1.0.0">
  <airportId>{0,1}</airportId>
  <runway>{0,2}</runway>
</feat:AirportRunwayInfo>
Source
<xs:element name="AirportRunwayInfo" type="feat:AirportRunwayInfo"/>
[ top ]
Element feat:AirportRunwayInfo / airportId
Namespace No namespace
Annotations
Three letter airport code
Diagram
Diagram mmixm.tmp#AirportCodeType
Type bas:AirportCodeType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern [A-Z]{3,4}
Source
<xs:element name="airportId" type="bas:AirportCodeType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Three letter airport code</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AirportRunwayInfo / runway
Namespace No namespace
Annotations
Runway location (could be one or two runways)
Diagram
Diagram mmixm.tmp#RunwayType
Type bas:RunwayType
Properties
content simple
minOccurs 0
maxOccurs 2
Facets
pattern ([1-9]|[1-2][0-9]|[3][0-6])[LRC]?
Source
<xs:element name="runway" type="bas:RunwayType" minOccurs="0" maxOccurs="2">
  <xs:annotation>
    <xs:documentation>Runway location (could be one or two runways)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AlarmInformation
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_luidValue mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_dpid mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_alarmDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_pointDescription mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_pointValue mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation
Type feat:AlarmInformation
Properties
content complex
Model
Children alarmDateTime, dpid, luidValue, pointDescription, pointValue
Instance
<feat:AlarmInformation xmlns:feat="https://mmixm.aero/features/1.0.0">
  <luidValue>{0,1}</luidValue>
  <dpid>{0,1}</dpid>
  <alarmDateTime>{0,1}</alarmDateTime>
  <pointDescription>{0,1}</pointDescription>
  <pointValue>{0,1}</pointValue>
</feat:AlarmInformation>
Source
<xs:element name="AlarmInformation" type="feat:AlarmInformation"/>
[ top ]
Element feat:AlarmInformation / luidValue
Namespace No namespace
Annotations
LUID value from RMM system
Diagram
Diagram mmixm.tmp#String2Type
Type bas:String2Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 2
Source
<xs:element name="luidValue" type="bas:String2Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>LUID value from RMM system</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AlarmInformation / dpid
Namespace No namespace
Annotations
DPID value from RMM system
Diagram
Diagram mmixm.tmp#String2Type
Type bas:String2Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 2
Source
<xs:element name="dpid" type="bas:String2Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>DPID value from RMM system</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AlarmInformation / alarmDateTime
Namespace No namespace
Annotations
[RMLS NLN Database Design V1.6] Date/time of alarm from RMM system.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="alarmDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>[RMLS NLN Database Design V1.6] Date/time of alarm from RMM system.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AlarmInformation / pointDescription
Namespace No namespace
Annotations
[RMLS NLN Database Design V1.6] Description of data point from RMM system.
Diagram
Diagram mmixm.tmp#String255Type
Type bas:String255Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 255
Source
<xs:element name="pointDescription" type="bas:String255Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>[RMLS NLN Database Design V1.6] Description of data point from RMM system.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:AlarmInformation / pointValue
Namespace No namespace
Annotations
Point value from the RMM system
Diagram
Diagram mmixm.tmp#String15Type
Type bas:String15Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 15
Source
<xs:element name="pointValue" type="bas:String15Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Point value from the RMM system</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:ArrivalDepartureDate
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_departureDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_arrivalDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_travelTimeDays mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_travelTimeHours mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_travelTimeMinutes mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate
Type feat:ArrivalDepartureDate
Properties
content complex
Model
Children arrivalDateTime, departureDateTime, travelTimeDays, travelTimeHours, travelTimeMinutes
Instance
<feat:ArrivalDepartureDate xmlns:feat="https://mmixm.aero/features/1.0.0">
  <departureDateTime>{0,1}</departureDateTime>
  <arrivalDateTime>{0,1}</arrivalDateTime>
  <travelTimeDays>{0,1}</travelTimeDays>
  <travelTimeHours>{0,1}</travelTimeHours>
  <travelTimeMinutes>{0,1}</travelTimeMinutes>
</feat:ArrivalDepartureDate>
Source
<xs:element name="ArrivalDepartureDate" type="feat:ArrivalDepartureDate"/>
[ top ]
Element feat:ArrivalDepartureDate / departureDateTime
Namespace No namespace
Annotations
The date and time that the specialist departs from the FSEP Facility.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="departureDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The date and time that the specialist departs from the FSEP Facility.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:ArrivalDepartureDate / arrivalDateTime
Namespace No namespace
Annotations
The date and time that the specialist arrives at the FSEP Facility.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="arrivalDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The date and time that the specialist arrives at the FSEP Facility.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:ArrivalDepartureDate / travelTimeDays
Namespace No namespace
Diagram
Diagram mmixm.tmp#TravelTimeDaysType
Type bas:TravelTimeDaysType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxInclusive 99
Source
<xs:element name="travelTimeDays" type="bas:TravelTimeDaysType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:ArrivalDepartureDate / travelTimeHours
Namespace No namespace
Diagram
Diagram mmixm.tmp#Integer22Type
Type bas:Integer22Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxInclusive 9999999999999999999999
Source
<xs:element name="travelTimeHours" type="bas:Integer22Type" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:ArrivalDepartureDate / travelTimeMinutes
Namespace No namespace
Diagram
Diagram mmixm.tmp#Integer22Type
Type bas:Integer22Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxInclusive 9999999999999999999999
Source
<xs:element name="travelTimeMinutes" type="bas:Integer22Type" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:AssignmentInfo
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AssignmentInfo_assignedGroup mmixm.tmp#https___mmixm.aero_features_1.0.0_AssignmentInfo_assignedSpecialist mmixm.tmp#https___mmixm.aero_features_1.0.0_AssignmentInfo
Type feat:AssignmentInfo
Properties
content complex
Model
Children assignedGroup, assignedSpecialist
Instance
<feat:AssignmentInfo xmlns:feat="https://mmixm.aero/features/1.0.0">
  <assignedGroup>{0,1}</assignedGroup>
  <assignedSpecialist>{1,1}</assignedSpecialist>
</feat:AssignmentInfo>
Source
<xs:element name="AssignmentInfo" type="feat:AssignmentInfo"/>
[ top ]
Element feat:AssignmentInfo / assignedGroup
Namespace No namespace
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="assignedGroup" type="xs:integer" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:AssignmentInfo / assignedSpecialist
Namespace No namespace
Diagram
Diagram mmixm.tmp#PersonReferenceChoice_EmailOrEmpID mmixm.tmp#PersonReferenceChoice_EmailAndEmpID mmixm.tmp#PersonReferenceChoice
Type bas:PersonReferenceChoice
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children EmailAndEmpID, EmailOrEmpID
Instance
<assignedSpecialist>
  <EmailOrEmpID>{1,1}</EmailOrEmpID>
  <EmailAndEmpID>{1,1}</EmailAndEmpID>
</assignedSpecialist>
Source
<xs:element name="assignedSpecialist" type="bas:PersonReferenceChoice" minOccurs="1" maxOccurs="1"/>
[ top ]
Element feat:BwmInfo
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_card mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_domain mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_node mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_port mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo
Type feat:BwmInfo
Properties
content complex
Model
Children card, domain, node, port
Instance
<feat:BwmInfo xmlns:feat="https://mmixm.aero/features/1.0.0">
  <card>{0,1}</card>
  <domain>{0,1}</domain>
  <node>{0,1}</node>
  <port>{0,1}</port>
</feat:BwmInfo>
Source
<xs:element name="BwmInfo" type="feat:BwmInfo"/>
[ top ]
Element feat:BwmInfo / card
Namespace No namespace
Annotations
Card
Diagram
Diagram mmixm.tmp#String4Type
Type bas:String4Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 4
Source
<xs:element name="card" type="bas:String4Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Card</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:BwmInfo / domain
Namespace No namespace
Annotations
Domain
Diagram
Diagram mmixm.tmp#String4Type
Type bas:String4Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 4
Source
<xs:element name="domain" type="bas:String4Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Domain</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:BwmInfo / node
Namespace No namespace
Annotations
Node
Diagram
Diagram mmixm.tmp#String4Type
Type bas:String4Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 4
Source
<xs:element name="node" type="bas:String4Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Node</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:BwmInfo / port
Namespace No namespace
Annotations
Port
Diagram
Diagram mmixm.tmp#String2Type
Type bas:String2Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 2
Source
<xs:element name="port" type="bas:String2Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Port</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:CorrectiveMaintenance
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_CorrectiveMaintenance
Type feat:CorrectiveMaintenance
Properties
content complex
Model
Source
<xs:element name="CorrectiveMaintenance" type="feat:CorrectiveMaintenance"/>
[ top ]
Element feat:EquipmentInfo
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_equipmentID mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_equipmentIdent mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_facaNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_shortName mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_workArea mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo
Type feat:EquipmentInfo
Properties
content complex
Model
Children equipmentID, equipmentIdent, facaNumber, shortName, workArea
Instance
<feat:EquipmentInfo xmlns:feat="https://mmixm.aero/features/1.0.0">
  <equipmentID>{1,1}</equipmentID>
  <equipmentIdent>{0,1}</equipmentIdent>
  <facaNumber>{0,1}</facaNumber>
  <shortName>{1,1}</shortName>
  <workArea>{1,1}</workArea>
</feat:EquipmentInfo>
Source
<xs:element name="EquipmentInfo" type="feat:EquipmentInfo"/>
[ top ]
Element feat:EquipmentInfo / equipmentID
Namespace No namespace
Annotations
Unique ID that references a piece of equipment
Diagram
Diagram mmixm.tmp#Integer22Type
Type bas:Integer22Type
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxInclusive 9999999999999999999999
Source
<xs:element name="equipmentID" type="bas:Integer22Type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Unique ID that references a piece of equipment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EquipmentInfo / equipmentIdent
Namespace No namespace
Annotations
Helps uniquely identify items that have the same SHORT_NAME and FAC_TYPE/FAC_IDENT
Diagram
Diagram mmixm.tmp#String15Type
Type bas:String15Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 15
Source
<xs:element name="equipmentIdent" type="bas:String15Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Helps uniquely identify items that have the same SHORT_NAME and FAC_TYPE/FAC_IDENT</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EquipmentInfo / facaNumber
Namespace No namespace
Annotations
FACANumber associated with equipment
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="facaNumber" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>FACANumber associated with equipment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EquipmentInfo / shortName
Namespace No namespace
Annotations
The short name provided to the equipment
Diagram
Diagram mmixm.tmp#String15Type
Type bas:String15Type
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 15
Source
<xs:element name="shortName" type="bas:String15Type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The short name provided to the equipment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EquipmentInfo / workArea
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="workArea" type="xs:string" minOccurs="1" maxOccurs="1"/>
[ top ]
Element feat:EquipmentMaintenance
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_CorrectiveMaintenance mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentMaintenance_ccdNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentMaintenance_associatedModificationInfo mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentMaintenance
Type feat:EquipmentMaintenance
Type hierarchy
Properties
content complex
Model
Children associatedModificationInfo, ccdNumber
Instance
<feat:EquipmentMaintenance xmlns:feat="https://mmixm.aero/features/1.0.0">
  <ccdNumber>{0,1}</ccdNumber>
  <associatedModificationInfo>{0,1}</associatedModificationInfo>
</feat:EquipmentMaintenance>
Source
<xs:element name="EquipmentMaintenance" type="feat:EquipmentMaintenance"/>
[ top ]
Element feat:EquipmentMaintenance / ccdNumber
Namespace No namespace
Annotations
CCD Number
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="ccdNumber" type="bas:String10Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>CCD Number</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EquipmentMaintenance / associatedModificationInfo
Namespace No namespace
Diagram
Diagram mmixm.tmp#ModificationInfo_modChangeNumber mmixm.tmp#ModificationInfo_modChapterNumber mmixm.tmp#ModificationInfo_modOrderNumber mmixm.tmp#ModificationInfo_modType mmixm.tmp#ModificationInfo
Type feat:ModificationInfo
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children modChangeNumber, modChapterNumber, modOrderNumber, modType
Instance
<associatedModificationInfo>
  <modChangeNumber>{0,1}</modChangeNumber>
  <modChapterNumber>{0,1}</modChapterNumber>
  <modOrderNumber>{0,1}</modOrderNumber>
  <modType>{0,1}</modType>
</associatedModificationInfo>
Source
<xs:element name="associatedModificationInfo" type="feat:ModificationInfo" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:ModificationInfo / modChangeNumber
Namespace No namespace
Diagram
Diagram mmixm.tmp#String5Type
Type bas:String5Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 5
Source
<xs:element name="modChangeNumber" type="bas:String5Type" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:ModificationInfo / modChapterNumber
Namespace No namespace
Diagram
Diagram mmixm.tmp#String8Type
Type bas:String8Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 8
Source
<xs:element name="modChapterNumber" type="bas:String8Type" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:ModificationInfo / modOrderNumber
Namespace No namespace
Diagram
Diagram mmixm.tmp#String30Type
Type bas:String30Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 30
Source
<xs:element name="modOrderNumber" type="bas:String30Type" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:ModificationInfo / modType
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="modType" type="xs:string" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:EventLogging
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AssetMaintenance_Asset mmixm.tmp#https___mmixm.aero_features_1.0.0_AssetMaintenance mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_createdDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_creator mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_logId mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_modifiedBy mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_modifiedDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_summary mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_Log mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging
Type feat:EventLogging
Type hierarchy
Properties
content complex
Model
Children Asset, Log, additionalInformation, createdDateTime, creator, logId, modifiedBy, modifiedDateTime, summary
Instance
<feat:EventLogging xmlns:feat="https://mmixm.aero/features/1.0.0">
  <Asset>{1,1}</Asset>
  <additionalInformation>{0,1}</additionalInformation>
  <createdDateTime>{1,1}</createdDateTime>
  <creator>{0,1}</creator>
  <logId>{1,1}</logId>
  <modifiedBy>{1,1}</modifiedBy>
  <modifiedDateTime>{1,1}</modifiedDateTime>
  <summary>{0,1}</summary>
  <Log>{1,1}</Log>
</feat:EventLogging>
Source
<xs:element name="EventLogging" type="feat:EventLogging"/>
[ top ]
Element feat:EventLogging / additionalInformation
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation_namevalue mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation
Type bas:AdditionalInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children namevalue
Instance
<additionalInformation>
  <namevalue name="" value="">{1,10}</namevalue>
</additionalInformation>
Source
<xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:EventLogging / createdDateTime
Namespace No namespace
Annotations
Date log was created
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="createdDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Date log was created</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EventLogging / creator
Namespace No namespace
Annotations
[NLN Design Document v1.6]
Used to identify logs created at AFCCs.
Diagram
Diagram mmixm.tmp#CodeCreatorType
Type bas:CodeCreatorType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration A80
enumeration ANC
enumeration AOC
enumeration C90
enumeration D10
enumeration EOC
enumeration MOC
enumeration N90
enumeration NCT
enumeration NEM
enumeration NOC
enumeration PCT
enumeration POC
enumeration SCT
enumeration SNC
enumeration WAA
enumeration ZAB
enumeration ZAN
enumeration ZAU
enumeration ZBW
enumeration ZDC
enumeration ZDV
enumeration ZFW
enumeration ZHN
enumeration ZHU
enumeration ZID
enumeration ZJX
enumeration ZKC
enumeration ZLA
enumeration ZLC
enumeration ZMA
enumeration ZME
enumeration ZMP
enumeration ZNY
enumeration ZOA
enumeration ZOB
enumeration ZSE
enumeration ZTL
Source
<xs:element name="creator" type="bas:CodeCreatorType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>[NLN Design Document v1.6] Used to identify logs created at AFCCs.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EventLogging / logId
Namespace No namespace
Annotations
This is the primary means of identifying a log entry.
Diagram
Diagram mmixm.tmp#Integer22Type
Type bas:Integer22Type
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxInclusive 9999999999999999999999
Source
<xs:element name="logId" type="bas:Integer22Type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This is the primary means of identifying a log entry.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EventLogging / modifiedBy
Namespace No namespace
Annotations
Indicates who last modified the record
Diagram
Diagram mmixm.tmp#PersonReferenceChoice_EmailOrEmpID mmixm.tmp#PersonReferenceChoice_EmailAndEmpID mmixm.tmp#PersonReferenceChoice
Type bas:PersonReferenceChoice
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children EmailAndEmpID, EmailOrEmpID
Instance
<modifiedBy>
  <EmailOrEmpID>{1,1}</EmailOrEmpID>
  <EmailAndEmpID>{1,1}</EmailAndEmpID>
</modifiedBy>
Source
<xs:element name="modifiedBy" type="bas:PersonReferenceChoice" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Indicates who last modified the record</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EventLogging / modifiedDateTime
Namespace No namespace
Annotations
Date and time modifications were made
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="modifiedDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Date and time modifications were made</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EventLogging / summary
Namespace No namespace
Annotations
[6040.15G Appendix F]

The SUMMARY field is a summary of what is happening or happened without opinions, speculation, slang, or assumptions and control center personnel should change as the event evolves.  At any given time the SUMMARY field should tell the current whole story.  The SUMMARY field can have up to 140 characters.  The National Operations Control Center views select event log entries from the Operations Control Centers (OCCs) and Service Operations Centers (SOCs) and have to discern the event from the first 34 characters that display on the EVENTS DISPLAY.
Diagram
Diagram mmixm.tmp#String255Type
Type bas:String255Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 255
Source
<xs:element name="summary" type="bas:String255Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>[6040.15G Appendix F] The SUMMARY field is a summary of what is happening or happened without opinions, speculation, slang, or assumptions and control center personnel should change as the event evolves. At any given time the SUMMARY field should tell the current whole story. The SUMMARY field can have up to 140 characters. The National Operations Control Center views select event log entries from the Operations Control Centers (OCCs) and Service Operations Centers (SOCs) and have to discern the event from the first 34 characters that display on the EVENTS DISPLAY.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:EventLogging / Log
Namespace No namespace
Diagram
Diagram mmixm.tmp#Log_city mmixm.tmp#Log_errorCode mmixm.tmp#Log_eventTypeCode mmixm.tmp#Log_interruptCondition mmixm.tmp#Log_logType mmixm.tmp#Log_reportLevel mmixm.tmp#Log_status mmixm.tmp#Log_unscheduledFlag mmixm.tmp#Log_associatedNOTAM mmixm.tmp#Log_repeatedEvents mmixm.tmp#Log_associatedLoggingCode mmixm.tmp#Log_scheduledMaintenanceDate mmixm.tmp#Log_hasActivityTime mmixm.tmp#Log_associatedEquip mmixm.tmp#Log_associatedAssignment mmixm.tmp#Log_assocCoordLog mmixm.tmp#Log_hasArrivalDepartureDate mmixm.tmp#Log_hasOverlays mmixm.tmp#Log_hasAlarmInformation mmixm.tmp#Log_associatedInterruptLog mmixm.tmp#Log_associatedCM mmixm.tmp#Log_associatedArptRwy mmixm.tmp#Log_associatedLine mmixm.tmp#Log_associatedComments mmixm.tmp#Log_associatedOperationalAssetReference mmixm.tmp#Log
Type feat:Log
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children assocCoordLog, associatedArptRwy, associatedAssignment, associatedCM, associatedComments, associatedEquip, associatedInterruptLog, associatedLine, associatedLoggingCode, associatedNOTAM, associatedOperationalAssetReference, city, errorCode, eventTypeCode, hasActivityTime, hasAlarmInformation, hasArrivalDepartureDate, hasOverlays, interruptCondition, logType, repeatedEvents, reportLevel, scheduledMaintenanceDate, status, unscheduledFlag
Instance
<Log>
  <city>{0,1}</city>
  <errorCode>{0,1}</errorCode>
  <eventTypeCode>{0,1}</eventTypeCode>
  <interruptCondition>{0,1}</interruptCondition>
  <logType>{1,1}</logType>
  <reportLevel>{0,1}</reportLevel>
  <status>{1,1}</status>
  <unscheduledFlag>{1,1}</unscheduledFlag>
  <associatedNOTAM>{0,1}</associatedNOTAM>
  <repeatedEvents>{0,99}</repeatedEvents>
  <associatedLoggingCode>{0,1}</associatedLoggingCode>
  <scheduledMaintenanceDate>{0,1}</scheduledMaintenanceDate>
  <hasActivityTime>{0,1}</hasActivityTime>
  <associatedEquip>{0,1}</associatedEquip>
  <associatedAssignment>{0,1}</associatedAssignment>
  <assocCoordLog>{0,99}</assocCoordLog>
  <hasArrivalDepartureDate>{0,1}</hasArrivalDepartureDate>
  <hasOverlays>{0,1}</hasOverlays>
  <hasAlarmInformation>{0,99}</hasAlarmInformation>
  <associatedInterruptLog>{0,1}</associatedInterruptLog>
  <associatedCM>{0,1}</associatedCM>
  <associatedArptRwy>{0,1}</associatedArptRwy>
  <associatedLine>{0,99}</associatedLine>
  <associatedComments>{0,99}</associatedComments>
  <associatedOperationalAssetReference>{1,1}</associatedOperationalAssetReference>
</Log>
Source
<xs:element name="Log" type="feat:Log" minOccurs="1" maxOccurs="1"/>
[ top ]
Element feat:Log / city
Namespace No namespace
Annotations
Name of the city
Diagram
Diagram mmixm.tmp#String50Type
Type bas:String50Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="city" type="bas:String50Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Name of the city</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / errorCode
Namespace No namespace
Annotations
For Use by SAL for unresolved logs
Diagram
Diagram mmixm.tmp#CodeErrorType
Type bas:CodeErrorType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration C
enumeration G
Source
<xs:element name="errorCode" type="bas:CodeErrorType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>For Use by SAL for unresolved logs</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / eventTypeCode
Namespace No namespace
Diagram
Diagram mmixm.tmp#CodeEventTypeDescriptionType
Type bas:CodeEventTypeDescriptionType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration ADVISED
enumeration AFCC ONLY
enumeration AIRCRAFT ACCIDENT / INCIDENT
enumeration ENGINE GENERATOR
enumeration FLIGHT CHECK
enumeration INFO ITEM
enumeration LINE PROBLEM
enumeration LOSS OF REDUNDANCY
enumeration MAJOR TELCO EVENT
enumeration NOTIFY
enumeration RMM
enumeration SPECIAL EVENTS
Source
<xs:element name="eventTypeCode" type="bas:CodeEventTypeDescriptionType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Log / interruptCondition
Namespace No namespace
Annotations
TI 6140.33B OCC/SOC Event Manager User's Guide

5.1.2.2 Filter Events. Identifies the extent of the outage.
Diagram
Diagram mmixm.tmp#CodeInterruptConditionDescriptionType
Type bas:CodeInterruptConditionDescriptionType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration FULL INTERRUPTION
enumeration INFORMATIONAL ENTRY
enumeration REDUCED FAC/SERV INTERRUPTION
enumeration REDUCED SYSTEM/EQUIPMENT
Source
<xs:element name="interruptCondition" type="bas:CodeInterruptConditionDescriptionType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>TI 6140.33B OCC/SOC Event Manager User's Guide 5.1.2.2 Filter Events. Identifies the extent of the outage.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / logType
Namespace No namespace
Annotations
Type of Log
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="logType" type="xs:string" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Type of Log</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / reportLevel
Namespace No namespace
Annotations
TI 6140.33B OCC/SOC Event Manager User's Guide

Values from Table 5–1. Display Event Columns, Event scope reporting level
Diagram
Diagram mmixm.tmp#CodeReportLevelType
Type bas:CodeReportLevelType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration M
enumeration N
Source
<xs:element name="reportLevel" type="bas:CodeReportLevelType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>TI 6140.33B OCC/SOC Event Manager User's Guide Values from Table 5–1. Display Event Columns, Event scope reporting level</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / status
Namespace No namespace
Annotations
TI 6140.33B OCC/SOC Event Manager User's Guide, values from Table 5–1. Display Event Columns
Diagram
Diagram mmixm.tmp#CodeLogStatusDescriptionType
Type bas:CodeLogStatusDescriptionType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration CLOSED
enumeration OPEN
enumeration VOID
Source
<xs:element name="status" type="bas:CodeLogStatusDescriptionType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>TI 6140.33B OCC/SOC Event Manager User's Guide, values from Table 5–1. Display Event Columns</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / unscheduledFlag
Namespace No namespace
Annotations
Flag that depicts whether maintenance activity was scheduled: 0 if Scheduled, 1 if unscheduled
Diagram
Diagram mmixm.tmp#BinaryType
Type bas:BinaryType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxInclusive 1
minInclusive 0
Source
<xs:element name="unscheduledFlag" type="bas:BinaryType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Flag that depicts whether maintenance activity was scheduled: 0 if Scheduled, 1 if unscheduled</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / associatedNOTAM
Namespace No namespace
Diagram
Diagram mmixm.tmp#NOTAM_cancelInitials mmixm.tmp#NOTAM_issueInitials mmixm.tmp#NOTAM_notamNumber mmixm.tmp#NOTAM
Type feat:NOTAM
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children cancelInitials, issueInitials, notamNumber
Instance
<associatedNOTAM>
  <cancelInitials>{0,1}</cancelInitials>
  <issueInitials>{0,1}</issueInitials>
  <notamNumber>{0,1}</notamNumber>
</associatedNOTAM>
Source
<xs:element name="associatedNOTAM" type="feat:NOTAM" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:NOTAM / cancelInitials
Namespace No namespace
Annotations
The party that cancelled the NOTAM.
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="cancelInitials" type="bas:String10Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The party that cancelled the NOTAM.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:NOTAM / issueInitials
Namespace No namespace
Annotations
The issuer of the NOTAM.
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="issueInitials" type="bas:String10Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The issuer of the NOTAM.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:NOTAM / notamNumber
Namespace No namespace
Annotations
The identification string of the NOTAM.
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="notamNumber" type="bas:String10Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The identification string of the NOTAM.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / repeatedEvents
Namespace No namespace
Diagram
Diagram mmixm.tmp#RepeatEvents_repeatId mmixm.tmp#RepeatEvents
Type feat:RepeatEvents
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children repeatId
Instance
<repeatedEvents>
  <repeatId>{1,1}</repeatId>
</repeatedEvents>
Source
<xs:element name="repeatedEvents" type="feat:RepeatEvents" minOccurs="0" maxOccurs="99"/>
[ top ]
Element feat:RepeatEvents / repeatId
Namespace No namespace
Annotations
Unique ID - will have a suffix of two digits to allow for replication
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="repeatId" type="xs:integer" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Unique ID - will have a suffix of two digits to allow for replication</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / associatedLoggingCode
Namespace No namespace
Diagram
Diagram mmixm.tmp#LoggingCode_codeCategory mmixm.tmp#LoggingCode_maintenanceActionCode mmixm.tmp#LoggingCode_supplementalCode mmixm.tmp#LoggingCode
Type feat:LoggingCode
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children codeCategory, maintenanceActionCode, supplementalCode
Instance
<associatedLoggingCode>
  <codeCategory>{1,1}</codeCategory>
  <maintenanceActionCode>{0,1}</maintenanceActionCode>
  <supplementalCode>{0,1}</supplementalCode>
</associatedLoggingCode>
Source
<xs:element name="associatedLoggingCode" type="feat:LoggingCode" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:LoggingCode / codeCategory
Namespace No namespace
Annotations
Used in conjunction with Supplemental Code to provide reason for the log
Diagram
Diagram mmixm.tmp#CodeCategoryDescriptionType
Type bas:CodeCategoryDescriptionType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration ADMINISTRATIVE
enumeration AIRCRAFT ACC./INCDT
enumeration ARRIVE/DEPART SITE
enumeration CERTIFICATION
enumeration COMMISSIONING
enumeration CORRECTIVE MAINT.
enumeration CORRECTIVE MAINTENANCE
enumeration DECERTIFICATION
enumeration DECOMMISSIONING
enumeration DEVIATION
enumeration EQUIPMENT
enumeration FLIGHT INSPECTION
enumeration IMPROVEMENTS
enumeration INSTALL/SPECIAL PROJ.
enumeration INTERFERENCE CONDITIONS
enumeration MODIFICATION
enumeration NATURE/WEATHER/PHYSICAL EFFECTS
enumeration NON-FAA LINES/CIRCUITS
enumeration NON-FEDERAL VERIFICATION
enumeration OTHER
enumeration PERFORMANCE EXAM
enumeration PERIODIC MAINTENANCE
enumeration PM NOT PERFORMED
enumeration PRIME POWER
enumeration PROTECTIVE SHUTDOWN
enumeration RADIO FREQ. INTERF.
enumeration RELATED
enumeration REMOTE MONITORING
enumeration RESERVED
enumeration SOFTWARE
enumeration STANDBY POWER
enumeration SUPERVISORY REVIEW
enumeration TECHNICAL EVALUATION
enumeration UNKNOWN
enumeration VANDALISM
Source
<xs:element name="codeCategory" type="bas:CodeCategoryDescriptionType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Used in conjunction with Supplemental Code to provide reason for the log</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LoggingCode / maintenanceActionCode
Namespace No namespace
Annotations
6000.15G: We use the Maintenance Action Code (MAC) in conjunction with the Code Category to describe the maintenance action that personnel perform. All log entries require a MAC. You must use the applicable MAC as listed in Appendix A, Logging Codes Table 5. Maintenance Action Codes.
Diagram
Diagram mmixm.tmp#CodeMaintenanceActionDescriptionType
Type bas:CodeMaintenanceActionDescriptionType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration Adjusted/Aligned
enumeration Blank/Not Applicable
enumeration Certification
enumeration Cleaned
enumeration Equip Not Avail for PM
enumeration Initialization
enumeration Maintenance Moratorium
enumeration Military Corrected
enumeration Mod Completed
enumeration Mod Issued
enumeration Mod Not Applicable
enumeration Mod Not Performed
enumeration Mod On Hold - Manpower Shortage (HQ use only)
enumeration Mod On Hold - Washington (GNOT)(HQ use only)
enumeration Mod On Hold (HQ use only)
enumeration Mod Ready To Install
enumeration Other
enumeration Parts on Order (AWP)
enumeration Parts On Order (AWP)
enumeration Patched/Switched
enumeration Pm Incomplete
enumeration PM Incomplete
enumeration Pm Not Performed
enumeration PM Not Performed
enumeration PM Performed
enumeration Pm Performed
enumeration Propagation Condition Improved
enumeration Repaired
enumeration Replaced
enumeration Replaced Card
enumeration Replacement Of Light Bulbs In Lighted Nav/Aids
enumeration Replacement Of Peripherals
enumeration Restored
enumeration Retried
enumeration Self Corrected/No Trouble Found
enumeration Service Complaint
enumeration Telco Unspecified Correction
enumeration Test Equipment Not Available
Source
<xs:element name="maintenanceActionCode" type="bas:CodeMaintenanceActionDescriptionType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>6000.15G: We use the Maintenance Action Code (MAC) in conjunction with the Code Category to describe the maintenance action that personnel perform. All log entries require a MAC. You must use the applicable MAC as listed in Appendix A, Logging Codes Table 5. Maintenance Action Codes.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LoggingCode / supplementalCode
Namespace No namespace
Annotations
SUPPLEMENTAL CODE USED IN CONJUNCTION WITH CODE CATEGORY TO DESCRIBE THE REASON FOR THE LOG ENTRY.
Diagram
Diagram mmixm.tmp#CodeSupplementalDescriptionType
Type bas:CodeSupplementalDescriptionType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration & FRD Review
enumeration Adaptation Change
enumeration Adaptation Load
enumeration Adaptation Loads Or Reloads
enumeration Adjustment of Certification Parameter
enumeration Administrative (Air Shows
enumeration Air Traffic
enumeration Aircraft Accident
enumeration Airport Activities (Airport Ops
enumeration Anomalous Propagation (Radar Services Only)
enumeration ATC-0 At A/T Fac (ARTCC
enumeration ATCT
enumeration Birds/Animals/Insects
enumeration Blank/ Not Applicable
enumeration Blank/Not Applicable
enumeration Brute Force Or Bleed Over
enumeration Building Repairs/Replacement
enumeration Cable Failure/Cut
enumeration Caused By A Facility Interruption
enumeration Caused by Facility Interruption
enumeration Caused by Service Interruption
enumeration CERAP
enumeration Channel Failure (Switch Over)
enumeration Chart Load
enumeration Chart Loads Or Reloads
enumeration Chart or Map Update
enumeration Circuit/Line/IP Cloud
enumeration Cold start(not assoc. w/PM-see CC 60
enumeration Conditioned Based Maintenance
enumeration Control Center (Technical Operations)
enumeration Critical for NAS Operations
enumeration DOD Activities
enumeration Earthquake/Volcanic Event
enumeration Electronic Attack Operations
enumeration Environmental Causes
enumeration Equip Upgrade (Requires FSEP Key Field Change)
enumeration Equipment
enumeration Equipment Part Failure
enumeration etc)
enumeration Etc)
enumeration etc.)
enumeration FAA Line/Links/Intermediate Fac
enumeration Fac/Serv taken OTS for mod to another Fac/Serv
enumeration Facility Inspections
enumeration Facility Maintenance Log Review only
enumeration Facility Power and Support Systems
enumeration Facility Power and Support Systems (FAA)
enumeration Facility Power and Support Systems (Non-FAA)
enumeration Facility Reference Data Review only
enumeration FBO
enumeration Fire
enumeration Firmware
enumeration Flight Check Cancelled
enumeration Flood
enumeration Frequency Change
enumeration Fuse/Circuit Breaker
enumeration Hazardous Misleading Information (HMI) Shutdown
enumeration Ice
enumeration ILS CoS Events
enumeration Intermittent Errors/Auto Reset
enumeration Intermittent Spurious
enumeration Intermodulation (TX/RX)
enumeration Key Site Testing
enumeration Lightning Strike
enumeration Local Release Change (Software Update)
enumeration Logs
enumeration Manual Reset (Equipment Only)
enumeration Military
enumeration Mod On Failure/OTS
enumeration Modification (Must Have NCP/LEM Number)
enumeration National Team Assignment/Non-standard Issuance
enumeration Network Maintenance
enumeration No Trouble Found
enumeration Non-FAA Circuits
enumeration Non-Govt (Contractor
enumeration Non-Mil Govt Agency
enumeration Operating System
enumeration Order Parts
enumeration Other
enumeration Other FAA Org
enumeration Other Or Null
enumeration Perform Diagnostic
enumeration Performance Examinations
enumeration Periodic Maintenance
enumeration Personnel Error
enumeration Phased Implementation
enumeration Physical Storage Medium
enumeration PM for Reset/Initialization/Cold Start/CHNL Promo
enumeration Post Aircraft Accident
enumeration Power (Non-FAA Provided)
enumeration Power (Telco Provided)
enumeration Power Supply
enumeration Program Implementation Error
enumeration Protective Shutdown
enumeration Protective Shutdown (Hurricane/Flood/Tsunami/etc)
enumeration Public
enumeration Rain
enumeration RCL (Telco Provider Maintained Only)
enumeration Relocation (Physical Move of a Facility)
enumeration Remove And Replace
enumeration Repair Parts
enumeration Replace/Repair
enumeration Reserved
enumeration Reset
enumeration Reset (for non-Tech Ops Groups)
enumeration Restoral Flight Check
enumeration RF Interference
enumeration Runway Closure/Construction
enumeration Runway Safety Area (RSA) Work
enumeration Safety
enumeration Safety - Delayed Restoration
enumeration Safety (Personnel)
enumeration Safety Related Check
enumeration Safety Related Check (Safety Of Flight)
enumeration Safety-Delayed Restoration due to Employee Fatigue
enumeration sc 7 for PM)
enumeration Scheduled (by AVN)
enumeration Security Activities
enumeration Snow
enumeration Snow/Ice Removal
enumeration Software Load
enumeration Software Load Or Reload
enumeration Software/Firmware Error
enumeration Solar Activity
enumeration Solar Outage Prediction- SOG use only
enumeration Special (Requested by Technical Operations)
enumeration Special Tests
enumeration Standard
enumeration Stuck Mic Or Continuous Carrier
enumeration Tech On Site (TOS)
enumeration Technical Operations (Non Control Center)
enumeration Technical Performance Record (TPR) Review only
enumeration Telco
enumeration Temperature Extremes/Variations
enumeration Temperature Inversion Or Path Fade
enumeration Testing
enumeration TPR
enumeration TPR and FRD Review
enumeration TRACO
enumeration Training (OJT/PeXam)
enumeration Transmission Line/Connector
enumeration Tree Trimming
enumeration Troubleshooting
enumeration Troubleshooting/Repair
enumeration Unknown
enumeration Vandalism Or Other Act Of Purposeful Destruction
enumeration Vegetation (Trees
enumeration Vegetation Control
enumeration Vegetation Control (Mowing
enumeration Waiting On Flight Check
enumeration Waiting Technician Availability
enumeration Wind/Tornado/Hurricane
Source
<xs:element name="supplementalCode" type="bas:CodeSupplementalDescriptionType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>SUPPLEMENTAL CODE USED IN CONJUNCTION WITH CODE CATEGORY TO DESCRIBE THE REASON FOR THE LOG ENTRY.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / scheduledMaintenanceDate
Namespace No namespace
Diagram
Diagram mmixm.tmp#PeriodicMaintenance_assignmentNumber mmixm.tmp#PeriodicMaintenance_certificationStatement mmixm.tmp#PeriodicMaintenance_directiveLevel mmixm.tmp#PeriodicMaintenance_earliestDateTime mmixm.tmp#PeriodicMaintenance_latestDateTime mmixm.tmp#PeriodicMaintenance_numberOfTasks mmixm.tmp#PeriodicMaintenance_orderChangeNumber mmixm.tmp#PeriodicMaintenance_publicationOrder mmixm.tmp#PeriodicMaintenance_scheduledDateTime mmixm.tmp#PeriodicMaintenance
Type feat:PeriodicMaintenance
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children assignmentNumber, certificationStatement, directiveLevel, earliestDateTime, latestDateTime, numberOfTasks, orderChangeNumber, publicationOrder, scheduledDateTime
Instance
<scheduledMaintenanceDate>
  <assignmentNumber>{0,1}</assignmentNumber>
  <certificationStatement>{0,1}</certificationStatement>
  <directiveLevel>{0,1}</directiveLevel>
  <earliestDateTime>{0,1}</earliestDateTime>
  <latestDateTime>{0,1}</latestDateTime>
  <numberOfTasks>{0,1}</numberOfTasks>
  <orderChangeNumber>{0,1}</orderChangeNumber>
  <publicationOrder>{0,1}</publicationOrder>
  <scheduledDateTime>{1,1}</scheduledDateTime>
</scheduledMaintenanceDate>
Source
<xs:element name="scheduledMaintenanceDate" type="feat:PeriodicMaintenance" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:PeriodicMaintenance / assignmentNumber
Namespace No namespace
Annotations
Unique ID for this set of tasks
Diagram
Diagram mmixm.tmp#Integer22Type
Type bas:Integer22Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxInclusive 9999999999999999999999
Source
<xs:element name="assignmentNumber" type="bas:Integer22Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Unique ID for this set of tasks</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:PeriodicMaintenance / certificationStatement
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="certificationStatement" type="xs:string" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:PeriodicMaintenance / directiveLevel
Namespace No namespace
Annotations
Is directive Local or National
Diagram
Diagram mmixm.tmp#CodeDirectiveLevelDescriptionType
Type bas:CodeDirectiveLevelDescriptionType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration LOCAL
enumeration NATIONAL
enumeration REGIONAL
Source
<xs:element name="directiveLevel" type="bas:CodeDirectiveLevelDescriptionType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Is directive Local or National</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:PeriodicMaintenance / earliestDateTime
Namespace No namespace
Annotations
Earliest date/time the PM/CE can scheduled to be performed.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="earliestDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Earliest date/time the PM/CE can scheduled to be performed.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:PeriodicMaintenance / latestDateTime
Namespace No namespace
Annotations
Latest date/time the PM/CE can scheduled to be performed.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="latestDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Latest date/time the PM/CE can scheduled to be performed.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:PeriodicMaintenance / numberOfTasks
Namespace No namespace
Annotations
Number of tasks this PM/CERT involves
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="numberOfTasks" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Number of tasks this PM/CERT involves</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:PeriodicMaintenance / orderChangeNumber
Namespace No namespace
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="orderChangeNumber" type="bas:String10Type" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:PeriodicMaintenance / publicationOrder
Namespace No namespace
Annotations
FAA Order Number
Diagram
Diagram mmixm.tmp#String30Type
Type bas:String30Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 30
Source
<xs:element name="publicationOrder" type="bas:String30Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>FAA Order Number</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:PeriodicMaintenance / scheduledDateTime
Namespace No namespace
Annotations
Date/time the PM/CE is scheduled to be performed.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="scheduledDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Date/time the PM/CE is scheduled to be performed.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / hasActivityTime
Namespace No namespace
Diagram
Diagram mmixm.tmp#MaintenanceActivityTime_activityStartTime mmixm.tmp#MaintenanceActivityTime_activityEndTime mmixm.tmp#MaintenanceActivityTime
Type feat:MaintenanceActivityTime
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children activityEndTime, activityStartTime
Instance
<hasActivityTime>
  <activityStartTime>{1,1}</activityStartTime>
  <activityEndTime>{0,1}</activityEndTime>
</hasActivityTime>
Source
<xs:element name="hasActivityTime" type="feat:MaintenanceActivityTime" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:MaintenanceActivityTime / activityStartTime
Namespace No namespace
Annotations
Date and time event starts getting logged
Diagram
Diagram mmixm.tmp#DateHourType
Type bas:DateHourType
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="activityStartTime" type="bas:DateHourType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Date and time event starts getting logged</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:MaintenanceActivityTime / activityEndTime
Namespace No namespace
Annotations
End time of event being logged
Diagram
Diagram mmixm.tmp#DateHourType
Type bas:DateHourType
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="activityEndTime" type="bas:DateHourType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>End time of event being logged</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / associatedEquip
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_equipmentID mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_equipmentIdent mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_facaNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_shortName mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_workArea mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo
Type feat:EquipmentInfo
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children equipmentID, equipmentIdent, facaNumber, shortName, workArea
Instance
<associatedEquip>
  <equipmentID>{1,1}</equipmentID>
  <equipmentIdent>{0,1}</equipmentIdent>
  <facaNumber>{0,1}</facaNumber>
  <shortName>{1,1}</shortName>
  <workArea>{1,1}</workArea>
</associatedEquip>
Source
<xs:element name="associatedEquip" type="feat:EquipmentInfo" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Log / associatedAssignment
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AssignmentInfo_assignedGroup mmixm.tmp#https___mmixm.aero_features_1.0.0_AssignmentInfo_assignedSpecialist mmixm.tmp#https___mmixm.aero_features_1.0.0_AssignmentInfo
Type feat:AssignmentInfo
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children assignedGroup, assignedSpecialist
Instance
<associatedAssignment>
  <assignedGroup>{0,1}</assignedGroup>
  <assignedSpecialist>{1,1}</assignedSpecialist>
</associatedAssignment>
Source
<xs:element name="associatedAssignment" type="feat:AssignmentInfo" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Log / assocCoordLog
Namespace No namespace
Diagram
Diagram mmixm.tmp#LogCoordination_ccdNumber mmixm.tmp#LogCoordination_coordinationDateTime mmixm.tmp#LogCoordination_coordinationModifiedBy mmixm.tmp#LogCoordination_coordinationModifiedDateTime mmixm.tmp#LogCoordination_coordinationStage mmixm.tmp#LogCoordination_pocInitials mmixm.tmp#LogCoordination
Type feat:LogCoordination
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children ccdNumber, coordinationDateTime, coordinationModifiedBy, coordinationModifiedDateTime, coordinationStage, pocInitials
Instance
<assocCoordLog>
  <ccdNumber>{0,1}</ccdNumber>
  <coordinationDateTime>{0,1}</coordinationDateTime>
  <coordinationModifiedBy>{1,1}</coordinationModifiedBy>
  <coordinationModifiedDateTime>{1,1}</coordinationModifiedDateTime>
  <coordinationStage>{1,1}</coordinationStage>
  <pocInitials>{0,1}</pocInitials>
</assocCoordLog>
Source
<xs:element name="assocCoordLog" type="feat:LogCoordination" minOccurs="0" maxOccurs="99"/>
[ top ]
Element feat:LogCoordination / ccdNumber
Namespace No namespace
Annotations
CCD Number
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="ccdNumber" type="bas:String10Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>CCD Number</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LogCoordination / coordinationDateTime
Namespace No namespace
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="coordinationDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:LogCoordination / coordinationModifiedBy
Namespace No namespace
Diagram
Diagram mmixm.tmp#PersonReferenceChoice_EmailOrEmpID mmixm.tmp#PersonReferenceChoice_EmailAndEmpID mmixm.tmp#PersonReferenceChoice
Type bas:PersonReferenceChoice
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children EmailAndEmpID, EmailOrEmpID
Instance
<coordinationModifiedBy>
  <EmailOrEmpID>{1,1}</EmailOrEmpID>
  <EmailAndEmpID>{1,1}</EmailAndEmpID>
</coordinationModifiedBy>
Source
<xs:element name="coordinationModifiedBy" type="bas:PersonReferenceChoice" minOccurs="1" maxOccurs="1"/>
[ top ]
Element feat:LogCoordination / coordinationModifiedDateTime
Namespace No namespace
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="coordinationModifiedDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1"/>
[ top ]
Element feat:LogCoordination / coordinationStage
Namespace No namespace
Diagram
Diagram mmixm.tmp#CodeCoordinationRestStageDescriptionType
Type bas:CodeCoordinationRestStageDescriptionType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration APPROVED
enumeration CALLBACK ACCEPTED
enumeration CANCELLED
enumeration DEFERRED
enumeration DELAYED
enumeration DISAPPROVED
enumeration NOT COORDINATED
enumeration PENDING APPROVAL
enumeration PENDING NOTIFICATION
enumeration RETURNED TO SERVICE
Source
<xs:element name="coordinationStage" type="bas:CodeCoordinationRestStageDescriptionType" minOccurs="1" maxOccurs="1"/>
[ top ]
Element feat:LogCoordination / pocInitials
Namespace No namespace
Diagram
Diagram mmixm.tmp#String50Type
Type bas:String50Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="pocInitials" type="bas:String50Type" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Log / hasArrivalDepartureDate
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_departureDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_arrivalDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_travelTimeDays mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_travelTimeHours mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_travelTimeMinutes mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate
Type feat:ArrivalDepartureDate
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children arrivalDateTime, departureDateTime, travelTimeDays, travelTimeHours, travelTimeMinutes
Instance
<hasArrivalDepartureDate>
  <departureDateTime>{0,1}</departureDateTime>
  <arrivalDateTime>{0,1}</arrivalDateTime>
  <travelTimeDays>{0,1}</travelTimeDays>
  <travelTimeHours>{0,1}</travelTimeHours>
  <travelTimeMinutes>{0,1}</travelTimeMinutes>
</hasArrivalDepartureDate>
Source
<xs:element name="hasArrivalDepartureDate" type="feat:ArrivalDepartureDate" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Log / hasOverlays
Namespace No namespace
Diagram
Diagram mmixm.tmp#NOCCLogOverlays_active mmixm.tmp#NOCCLogOverlays_closureDateTime mmixm.tmp#NOCCLogOverlays_docSummary mmixm.tmp#NOCCLogOverlays_noccEventImpact mmixm.tmp#NOCCLogOverlays_noccEventStatus mmixm.tmp#NOCCLogOverlays_noccEventType mmixm.tmp#NOCCLogOverlays
Type feat:NOCCLogOverlays
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children active, closureDateTime, docSummary, noccEventImpact, noccEventStatus, noccEventType
Instance
<hasOverlays>
  <active>{1,1}</active>
  <closureDateTime>{0,1}</closureDateTime>
  <docSummary>{0,1}</docSummary>
  <noccEventImpact>{1,1}</noccEventImpact>
  <noccEventStatus>{1,1}</noccEventStatus>
  <noccEventType>{1,1}</noccEventType>
</hasOverlays>
Source
<xs:element name="hasOverlays" type="feat:NOCCLogOverlays" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:NOCCLogOverlays / active
Namespace No namespace
Annotations
This field indicates whether the NOCC has closed the issue or not. It is distinct from EventStatus, which refers to the operational issue only.
Diagram
Diagram mmixm.tmp#Integer22Type
Type bas:Integer22Type
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxInclusive 9999999999999999999999
Source
<xs:element name="active" type="bas:Integer22Type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This field indicates whether the NOCC has closed the issue or not. It is distinct from EventStatus, which refers to the operational issue only.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:NOCCLogOverlays / closureDateTime
Namespace No namespace
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="closureDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:NOCCLogOverlays / docSummary
Namespace No namespace
Annotations
[TI 6140.32 NOCC User Guide] The Summary section of the Document Details window is used for specific reports such as Instrument Landing System (ILS) events, Loss of Redundancy and Terminal Doppler Weather Radar (TDWR)/Airport Surface Detection Equipment (ASDE) events.
Diagram
Diagram mmixm.tmp#String4000Type
Type bas:String4000Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 4000
Source
<xs:element name="docSummary" type="bas:String4000Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>[TI 6140.32 NOCC User Guide] The Summary section of the Document Details window is used for specific reports such as Instrument Landing System (ILS) events, Loss of Redundancy and Terminal Doppler Weather Radar (TDWR)/Airport Surface Detection Equipment (ASDE) events.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:NOCCLogOverlays / noccEventImpact
Namespace No namespace
Annotations
[TI 6140.32 NOCC User Guide] 

6.1.3 discusses Event Impact Type but does not give a definition.
Diagram
Diagram mmixm.tmp#CodeNoccEventImpactDescriptionType
Type bas:CodeNoccEventImpactDescriptionType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration Budget Impact
enumeration Line Only Interruption
enumeration NAS Impact
enumeration No Impact
enumeration Ongoing
enumeration Reduced Service
enumeration Reduced System/Equipment
enumeration Scheduled-FULL
enumeration Unscheduled-FULL
Source
<xs:element name="noccEventImpact" type="bas:CodeNoccEventImpactDescriptionType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>[TI 6140.32 NOCC User Guide] 6.1.3 discusses Event Impact Type but does not give a definition.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:NOCCLogOverlays / noccEventStatus
Namespace No namespace
Annotations
TI 6140.32 is the NOCC Event Manager User Guide. It defines the options for Event Status Type in 6.1.3.
Diagram
Diagram mmixm.tmp#CodeNoccEventStatusDescriptionType
Type bas:CodeNoccEventStatusDescriptionType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration Closed
enumeration Continuing
enumeration Open
Source
<xs:element name="noccEventStatus" type="bas:CodeNoccEventStatusDescriptionType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>TI 6140.32 is the NOCC Event Manager User Guide. It defines the options for Event Status Type in 6.1.3.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:NOCCLogOverlays / noccEventType
Namespace No namespace
Annotations
TI 6140.32 is the NOCC Event Manager User Guide. It references Event Type but does not provide a clear definition. The enumeration values are pulled from sample data.
Diagram
Diagram mmixm.tmp#CodeNoccEventTypeDescriptionType
Type bas:CodeNoccEventTypeDescriptionType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration Aircraft Accident/Incident
enumeration ASDE Outage
enumeration Budget
enumeration Commission
enumeration Decommission
enumeration Electrostatic Discharge
enumeration Facility/Service Outage
enumeration Flight Inspection
enumeration GPS
enumeration ILS Fac/Service Outage
enumeration Loss of Redundancy
enumeration Manmade Disaster
enumeration Miscellaneous Event
enumeration Natural Disaster
enumeration NCO Event
enumeration Personnel Safety/Haz. Mat.
enumeration Replacement
enumeration RFI Event
enumeration Surface Incident
enumeration Telecomm. Outage
enumeration Vandalism
Source
<xs:element name="noccEventType" type="bas:CodeNoccEventTypeDescriptionType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>TI 6140.32 is the NOCC Event Manager User Guide. It references Event Type but does not provide a clear definition. The enumeration values are pulled from sample data.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / hasAlarmInformation
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_luidValue mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_dpid mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_alarmDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_pointDescription mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_pointValue mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation
Type feat:AlarmInformation
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children alarmDateTime, dpid, luidValue, pointDescription, pointValue
Instance
<hasAlarmInformation>
  <luidValue>{0,1}</luidValue>
  <dpid>{0,1}</dpid>
  <alarmDateTime>{0,1}</alarmDateTime>
  <pointDescription>{0,1}</pointDescription>
  <pointValue>{0,1}</pointValue>
</hasAlarmInformation>
Source
<xs:element name="hasAlarmInformation" type="feat:AlarmInformation" minOccurs="0" maxOccurs="99"/>
[ top ]
Element feat:Log / associatedInterruptLog
Namespace No namespace
Diagram
Diagram mmixm.tmp#InterruptReport_cause mmixm.tmp#InterruptReport_causeDescription mmixm.tmp#InterruptReport_faultLocation mmixm.tmp#InterruptReport_primeRecoveryID mmixm.tmp#InterruptReport
Type feat:InterruptReport
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children cause, causeDescription, faultLocation, primeRecoveryID
Instance
<associatedInterruptLog>
  <cause>{0,1}</cause>
  <causeDescription>{0,1}</causeDescription>
  <faultLocation>{0,1}</faultLocation>
  <primeRecoveryID>{0,1}</primeRecoveryID>
</associatedInterruptLog>
Source
<xs:element name="associatedInterruptLog" type="feat:InterruptReport" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:InterruptReport / cause
Namespace No namespace
Annotations
Possible causes of the interruption.
Diagram
Diagram mmixm.tmp#CodeInterruptLogCauseType
Type bas:CodeInterruptLogCauseType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration ABORT REQUEST MESSAGE
enumeration AND AIR CONDITIONING (SC F)
enumeration CABLE DISTRIBUTION SYSTEMS (SC F)
enumeration CONTROL/MONITOR SYSTEM (SC F)
enumeration DIRECT CURRENT POWER SYSTEMS (SC F)
enumeration ENGINE GENERATORS (SC F)
enumeration ENVIRONMENTAL
enumeration EQUIPMENT
enumeration EXTERNAL INTERRUPT
enumeration HANG
enumeration HEATING
enumeration LINE (REQ. FOR CC 61/81)
enumeration LOCKOUT
enumeration OTHER
enumeration PERSONNEL ERROR
enumeration POWER INTERRUPTION/SPIKES/FLUCTUATIONS (SC F)
enumeration POWER PANELS AND SWITCH GEAR
enumeration SOFTWARE
enumeration SYSTEM DRIFT
enumeration UNINTERRUPTIBLE POWER SYSTEMS AND PCS (SC F)
enumeration VENTALTION
enumeration WEATHER
Source
<xs:element name="cause" type="bas:CodeInterruptLogCauseType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Possible causes of the interruption.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:InterruptReport / causeDescription
Namespace No namespace
Diagram
Diagram mmixm.tmp#CodeInterruptLogCauseDescriptionType
Type bas:CodeInterruptLogCauseDescriptionType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration AIR CONDITIONING CIRCUIT/COMPONENT
enumeration AIR HANDLER
enumeration AIR TRAFFIC
enumeration AIRWAYS FACILITIES
enumeration BATTERY BANK
enumeration BATTERY BANK EXHAUSTED
enumeration BATTERY CHARGE EXHAUSTED
enumeration BYPASS/ISOLATION SWITCH
enumeration CENTRAL PROCESSOR UNIT
enumeration CHILLER MECHANICAL/ELECTRIC
enumeration CHILLER SAFETY SHUTDOWN
enumeration CIRCUIT BREAKER
enumeration CIRCUIT DESTROYED
enumeration CIRCUIT INOPERATIVE
enumeration CIRCUIT LEVEL HIGH - INCOMING
enumeration CIRCUIT LEVEL HIGH - OUTGOING
enumeration CIRCUIT LEVEL LOW - INCOMING
enumeration CIRCUIT LEVEL LOW - OUTGOING
enumeration CIRCUIT NOISY
enumeration COMPRESSOR
enumeration CONTROL CABLES
enumeration CONTROL PANEL
enumeration COOLING SYSTEM
enumeration COOLING TOWER
enumeration DATA GATHERING PANEL
enumeration DISTRIBUTION PANEL
enumeration DISTRIBUTION SYSTEM
enumeration ELECTRICAL COMPONENT
enumeration EXHAUSTED FUEL
enumeration FAA OTHER
enumeration FAA SUBSTATION
enumeration FAA TRANSFORMER
enumeration FAN MOTOR
enumeration FEATURE IMPROPERLY FUNCTIONING
enumeration FUEL SYSTEM
enumeration GENERATOR COMPONENT
enumeration GOVERNOR SYSTEM COMPONENT
enumeration HEATING COMPONENT
enumeration HOT WATER BOILER
enumeration IMMERSION HEATER
enumeration LOAD SHARING
enumeration LOGIC CARD
enumeration MAIN ENTRANCE SWITCH
enumeration MAIN UTILITY
enumeration MECHANICAL COMPONENT
enumeration MODULE/COMPONENT
enumeration MONITOR INTERFACE
enumeration MOTOR CONTROL CENTER
enumeration NON FAA
enumeration OTHER
enumeration PNEUMATIC/ELECTRIC CONTROL
enumeration POWER CABLES
enumeration RECTIFIER/CHARGER
enumeration REMOTE MONITORING SYSTEM
enumeration REMOTE START
enumeration SAFETY SHUTDOWN
enumeration SEVERED CABLE
enumeration SPLICE FAILURE
enumeration STARTING BATTERIES
enumeration STARTING SYSTEM
enumeration STEAM BOILER
enumeration SYNC INVERTER
enumeration SYNCHRONIZER CIRCUIT
enumeration THERMOSTAT
enumeration TRANSFER SWITCH
enumeration TRANSFORMER
enumeration UTILITY SUBSTATION
enumeration UTILITY TRANSFORMER
enumeration VENTALATION COMPONENT
enumeration VOLTAGE REGULATOR
enumeration WINDOW AIR CONDITIONING
Source
<xs:element name="causeDescription" type="bas:CodeInterruptLogCauseDescriptionType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:InterruptReport / faultLocation
Namespace No namespace
Diagram
Diagram mmixm.tmp#CodeInterruptLogFaultLocationDescriptionType
Type bas:CodeInterruptLogFaultLocationDescriptionType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration CONTROL SITE
enumeration FAA LINE/LINK
enumeration REMOTE SITE
enumeration TELCO LINE/LINK (FOR LIR ENTRY CC 61/68/81/88)
enumeration UNKNOWN
Source
<xs:element name="faultLocation" type="bas:CodeInterruptLogFaultLocationDescriptionType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:InterruptReport / primeRecoveryID
Namespace No namespace
Diagram
Diagram mmixm.tmp#CodePrimeRecoveryDescriptionType
Type bas:CodePrimeRecoveryDescriptionType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration AUTO STARTOVER (MANUAL OR AUTOMATIC)
enumeration CENTRAL PROCESSOR SWITCHOVER (MANUAL OR AUTOMATIC)
enumeration COLD START
enumeration DISPLAY PROCESSOR PROGRAM LOAD
enumeration DISPLAY PROCESSOR RECONFIGURATION (MANUAL OR AUTOMATIC)
enumeration DISPLAY PROCESSOR STARTOVER WITH NEW DATABASE
enumeration IPL/AUTO LOAD
enumeration MODE 1
enumeration MODE 2
enumeration MODE 3
enumeration MODE 4
enumeration MODE 5
enumeration MODE 6
enumeration MODE 7
enumeration MODE 8
enumeration MODE 9
enumeration MODE A
enumeration MODE B
enumeration MODE C
enumeration RECONSTITUTE DATABASE
enumeration RE-ESTABLISH/RESCUE
enumeration RELOAD PROGRAM/RECONSTITUTE DATABASE/RESUME PROCESSING
enumeration RESUME
Source
<xs:element name="primeRecoveryID" type="bas:CodePrimeRecoveryDescriptionType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Log / associatedCM
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_CorrectiveMaintenance
Type feat:CorrectiveMaintenance
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Source
<xs:element name="associatedCM" type="feat:CorrectiveMaintenance" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Log / associatedArptRwy
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AirportRunwayInfo_airportId mmixm.tmp#https___mmixm.aero_features_1.0.0_AirportRunwayInfo_runway mmixm.tmp#https___mmixm.aero_features_1.0.0_AirportRunwayInfo
Type feat:AirportRunwayInfo
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children airportId, runway
Instance
<associatedArptRwy>
  <airportId>{0,1}</airportId>
  <runway>{0,2}</runway>
</associatedArptRwy>
Source
<xs:element name="associatedArptRwy" type="feat:AirportRunwayInfo" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:Log / associatedLine
Namespace No namespace
Diagram
Diagram mmixm.tmp#LogLine_channel mmixm.tmp#LogLine_lineFrequencyFlag mmixm.tmp#LogLine_lineFrequencyID mmixm.tmp#LogLine_lineNumber mmixm.tmp#LogLine_logLineID mmixm.tmp#LogLine_logLineModifiedDateTime mmixm.tmp#LogLine_path mmixm.tmp#LogLine_primarySpare mmixm.tmp#LogLine_associatedBwmInfo mmixm.tmp#LogLine_associatedSegment mmixm.tmp#LogLine_associatedTelcoInfo mmixm.tmp#LogLine_associatedUhfVhf mmixm.tmp#LogLine
Type feat:LogLine
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children associatedBwmInfo, associatedSegment, associatedTelcoInfo, associatedUhfVhf, channel, lineFrequencyFlag, lineFrequencyID, lineNumber, logLineID, logLineModifiedDateTime, path, primarySpare
Instance
<associatedLine>
  <channel>{1,1}</channel>
  <lineFrequencyFlag>{0,1}</lineFrequencyFlag>
  <lineFrequencyID>{0,1}</lineFrequencyID>
  <lineNumber>{0,1}</lineNumber>
  <logLineID>{1,1}</logLineID>
  <logLineModifiedDateTime>{0,1}</logLineModifiedDateTime>
  <path>{0,1}</path>
  <primarySpare>{0,1}</primarySpare>
  <associatedBwmInfo>{0,1}</associatedBwmInfo>
  <associatedSegment>{0,1}</associatedSegment>
  <associatedTelcoInfo>{0,1}</associatedTelcoInfo>
  <associatedUhfVhf>{0,1}</associatedUhfVhf>
</associatedLine>
Source
<xs:element name="associatedLine" type="feat:LogLine" minOccurs="0" maxOccurs="99"/>
[ top ]
Element feat:LogLine / channel
Namespace No namespace
Annotations
Identifier used to associated a communications line with the remote facility/service
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="channel" type="bas:String10Type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Identifier used to associated a communications line with the remote facility/service</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LogLine / lineFrequencyFlag
Namespace No namespace
Annotations
LINE, FREQUENCY OR BOTH
Diagram
Diagram mmixm.tmp#CodeLineFrequencyFlagType
Type bas:CodeLineFrequencyFlagType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration B
Line and Frequency (both)
enumeration F
Frequency
enumeration L
Line
Source
<xs:element name="lineFrequencyFlag" type="bas:CodeLineFrequencyFlagType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>LINE, FREQUENCY OR BOTH</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LogLine / lineFrequencyID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="lineFrequencyID" type="xs:string" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:LogLine / lineNumber
Namespace No namespace
Diagram
Diagram mmixm.tmp#String40Type
Type bas:String40Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 40
Source
<xs:element name="lineNumber" type="bas:String40Type" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:LogLine / logLineID
Namespace No namespace
Annotations
Unique ID - will have a suffix of two digits to allow for replication
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="logLineID" type="xs:nonNegativeInteger" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Unique ID - will have a suffix of two digits to allow for replication</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LogLine / logLineModifiedDateTime
Namespace No namespace
Annotations
Date/time of last change made
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="logLineModifiedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Date/time of last change made</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LogLine / path
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="path" type="xs:string" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:LogLine / primarySpare
Namespace No namespace
Annotations
Primary or Spare
Diagram
Diagram mmixm.tmp#CodePrimarySpareType
Type bas:CodePrimarySpareType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration P
enumeration S
Source
<xs:element name="primarySpare" type="bas:CodePrimarySpareType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Primary or Spare</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LogLine / associatedBwmInfo
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_card mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_domain mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_node mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_port mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo
Type feat:BwmInfo
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children card, domain, node, port
Instance
<associatedBwmInfo>
  <card>{0,1}</card>
  <domain>{0,1}</domain>
  <node>{0,1}</node>
  <port>{0,1}</port>
</associatedBwmInfo>
Source
<xs:element name="associatedBwmInfo" type="feat:BwmInfo" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:LogLine / associatedSegment
Namespace No namespace
Diagram
Diagram mmixm.tmp#SegmentInfo_segmentNumber mmixm.tmp#SegmentInfo_segmentTotal mmixm.tmp#SegmentInfo
Type feat:SegmentInfo
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children segmentNumber, segmentTotal
Instance
<associatedSegment>
  <segmentNumber>{0,1}</segmentNumber>
  <segmentTotal>{0,1}</segmentTotal>
</associatedSegment>
Source
<xs:element name="associatedSegment" type="feat:SegmentInfo" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:SegmentInfo / segmentNumber
Namespace No namespace
Annotations
Segment number in this path
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="segmentNumber" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Segment number in this path</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:SegmentInfo / segmentTotal
Namespace No namespace
Annotations
Total number of segments in this path
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="segmentTotal" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Total number of segments in this path</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LogLine / associatedTelcoInfo
Namespace No namespace
Diagram
Diagram mmixm.tmp#TelcoInfo_provider mmixm.tmp#TelcoInfo_ticketNumber mmixm.tmp#TelcoInfo
Type feat:TelcoInfo
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children provider, ticketNumber
Instance
<associatedTelcoInfo>
  <provider>{0,1}</provider>
  <ticketNumber>{0,1}</ticketNumber>
</associatedTelcoInfo>
Source
<xs:element name="associatedTelcoInfo" type="feat:TelcoInfo" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:TelcoInfo / provider
Namespace No namespace
Annotations
Phone company responsible
Diagram
Diagram mmixm.tmp#String50Type
Type bas:String50Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element name="provider" type="bas:String50Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Phone company responsible</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:TelcoInfo / ticketNumber
Namespace No namespace
Annotations
Phone company trouble ticket number
Diagram
Diagram mmixm.tmp#String30Type
Type bas:String30Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 30
Source
<xs:element name="ticketNumber" type="bas:String30Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Phone company trouble ticket number</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LogLine / associatedUhfVhf
Namespace No namespace
Diagram
Diagram mmixm.tmp#UhfVhf_frequencyType mmixm.tmp#UhfVhf_uhfFrequency mmixm.tmp#UhfVhf_vhfFrequency mmixm.tmp#UhfVhf
Type feat:UhfVhf
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children frequencyType, uhfFrequency, vhfFrequency
Instance
<associatedUhfVhf>
  <frequencyType>{0,1}</frequencyType>
  <uhfFrequency>{0,1}</uhfFrequency>
  <vhfFrequency>{0,1}</vhfFrequency>
</associatedUhfVhf>
Source
<xs:element name="associatedUhfVhf" type="feat:UhfVhf" minOccurs="0" maxOccurs="1"/>
[ top ]
Element feat:UhfVhf / frequencyType
Namespace No namespace
Annotations
UHF, VHF, or BOTH
Diagram
Diagram mmixm.tmp#UhfVhfFrequencyType
Type bas:UhfVhfFrequencyType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern [BILUV]
Source
<xs:element name="frequencyType" type="bas:UhfVhfFrequencyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>UHF, VHF, or BOTH</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:UhfVhf / uhfFrequency
Namespace No namespace
Annotations
UHF Frequency for this line
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="uhfFrequency" type="bas:String10Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>UHF Frequency for this line</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:UhfVhf / vhfFrequency
Namespace No namespace
Annotations
VHF Frequency for this line
Diagram
Diagram mmixm.tmp#String10Type
Type bas:String10Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 10
Source
<xs:element name="vhfFrequency" type="bas:String10Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>VHF Frequency for this line</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / associatedComments
Namespace No namespace
Diagram
Diagram mmixm.tmp#LogComments_commentDateTime mmixm.tmp#LogComments_commentID mmixm.tmp#LogComments_commentText mmixm.tmp#LogComments
Type feat:LogComments
Properties
content complex
minOccurs 0
maxOccurs 99
Model
Children commentDateTime, commentID, commentText
Instance
<associatedComments>
  <commentDateTime>{0,1}</commentDateTime>
  <commentID>{1,1}</commentID>
  <commentText>{0,1}</commentText>
</associatedComments>
Source
<xs:element name="associatedComments" type="feat:LogComments" minOccurs="0" maxOccurs="99"/>
[ top ]
Element feat:LogComments / commentDateTime
Namespace No namespace
Annotations
User entered date for comment
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="commentDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>User entered date for comment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LogComments / commentID
Namespace No namespace
Annotations
Unique reference ID for comment
Diagram
Diagram mmixm.tmp#Integer22Type
Type bas:Integer22Type
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxInclusive 9999999999999999999999
Source
<xs:element name="commentID" type="bas:Integer22Type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Unique reference ID for comment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:LogComments / commentText
Namespace No namespace
Annotations
Large text field for comments entered by user for this log
Diagram
Diagram mmixm.tmp#String4000Type
Type bas:String4000Type
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 4000
Source
<xs:element name="commentText" type="bas:String4000Type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Large text field for comments entered by user for this log</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Log / associatedOperationalAssetReference
Namespace No namespace
Diagram
Diagram mmixm.tmp#OperationalReference_facilityType mmixm.tmp#OperationalReference_facilityIdent mmixm.tmp#OperationalReference
Type feat:OperationalReference
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children facilityIdent, facilityType
Instance
<associatedOperationalAssetReference>
  <facilityType>{1,1}</facilityType>
  <facilityIdent>{1,1}</facilityIdent>
</associatedOperationalAssetReference>
Source
<xs:element name="associatedOperationalAssetReference" type="feat:OperationalReference" minOccurs="1" maxOccurs="1"/>
[ top ]
Element feat:InterruptReport
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#InterruptReport_cause mmixm.tmp#InterruptReport_causeDescription mmixm.tmp#InterruptReport_faultLocation mmixm.tmp#InterruptReport_primeRecoveryID mmixm.tmp#InterruptReport
Type feat:InterruptReport
Properties
content complex
Model
Children cause, causeDescription, faultLocation, primeRecoveryID
Instance
<feat:InterruptReport xmlns:feat="https://mmixm.aero/features/1.0.0">
  <cause>{0,1}</cause>
  <causeDescription>{0,1}</causeDescription>
  <faultLocation>{0,1}</faultLocation>
  <primeRecoveryID>{0,1}</primeRecoveryID>
</feat:InterruptReport>
Source
<xs:element name="InterruptReport" type="feat:InterruptReport"/>
[ top ]
Element feat:Log
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#Log_city mmixm.tmp#Log_errorCode mmixm.tmp#Log_eventTypeCode mmixm.tmp#Log_interruptCondition mmixm.tmp#Log_logType mmixm.tmp#Log_reportLevel mmixm.tmp#Log_status mmixm.tmp#Log_unscheduledFlag mmixm.tmp#Log_associatedNOTAM mmixm.tmp#Log_repeatedEvents mmixm.tmp#Log_associatedLoggingCode mmixm.tmp#Log_scheduledMaintenanceDate mmixm.tmp#Log_hasActivityTime mmixm.tmp#Log_associatedEquip mmixm.tmp#Log_associatedAssignment mmixm.tmp#Log_assocCoordLog mmixm.tmp#Log_hasArrivalDepartureDate mmixm.tmp#Log_hasOverlays mmixm.tmp#Log_hasAlarmInformation mmixm.tmp#Log_associatedInterruptLog mmixm.tmp#Log_associatedCM mmixm.tmp#Log_associatedArptRwy mmixm.tmp#Log_associatedLine mmixm.tmp#Log_associatedComments mmixm.tmp#Log_associatedOperationalAssetReference mmixm.tmp#Log
Type feat:Log
Properties
content complex
Model
Children assocCoordLog, associatedArptRwy, associatedAssignment, associatedCM, associatedComments, associatedEquip, associatedInterruptLog, associatedLine, associatedLoggingCode, associatedNOTAM, associatedOperationalAssetReference, city, errorCode, eventTypeCode, hasActivityTime, hasAlarmInformation, hasArrivalDepartureDate, hasOverlays, interruptCondition, logType, repeatedEvents, reportLevel, scheduledMaintenanceDate, status, unscheduledFlag
Instance
<feat:Log xmlns:feat="https://mmixm.aero/features/1.0.0">
  <city>{0,1}</city>
  <errorCode>{0,1}</errorCode>
  <eventTypeCode>{0,1}</eventTypeCode>
  <interruptCondition>{0,1}</interruptCondition>
  <logType>{1,1}</logType>
  <reportLevel>{0,1}</reportLevel>
  <status>{1,1}</status>
  <unscheduledFlag>{1,1}</unscheduledFlag>
  <associatedNOTAM>{0,1}</associatedNOTAM>
  <repeatedEvents>{0,99}</repeatedEvents>
  <associatedLoggingCode>{0,1}</associatedLoggingCode>
  <scheduledMaintenanceDate>{0,1}</scheduledMaintenanceDate>
  <hasActivityTime>{0,1}</hasActivityTime>
  <associatedEquip>{0,1}</associatedEquip>
  <associatedAssignment>{0,1}</associatedAssignment>
  <assocCoordLog>{0,99}</assocCoordLog>
  <hasArrivalDepartureDate>{0,1}</hasArrivalDepartureDate>
  <hasOverlays>{0,1}</hasOverlays>
  <hasAlarmInformation>{0,99}</hasAlarmInformation>
  <associatedInterruptLog>{0,1}</associatedInterruptLog>
  <associatedCM>{0,1}</associatedCM>
  <associatedArptRwy>{0,1}</associatedArptRwy>
  <associatedLine>{0,99}</associatedLine>
  <associatedComments>{0,99}</associatedComments>
  <associatedOperationalAssetReference>{1,1}</associatedOperationalAssetReference>
</feat:Log>
Source
<xs:element name="Log" type="feat:Log"/>
[ top ]
Element feat:LogComments
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#LogComments_commentDateTime mmixm.tmp#LogComments_commentID mmixm.tmp#LogComments_commentText mmixm.tmp#LogComments
Type feat:LogComments
Properties
content complex
Model
Children commentDateTime, commentID, commentText
Instance
<feat:LogComments xmlns:feat="https://mmixm.aero/features/1.0.0">
  <commentDateTime>{0,1}</commentDateTime>
  <commentID>{1,1}</commentID>
  <commentText>{0,1}</commentText>
</feat:LogComments>
Source
<xs:element name="LogComments" type="feat:LogComments"/>
[ top ]
Element feat:LogCoordination
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#LogCoordination_ccdNumber mmixm.tmp#LogCoordination_coordinationDateTime mmixm.tmp#LogCoordination_coordinationModifiedBy mmixm.tmp#LogCoordination_coordinationModifiedDateTime mmixm.tmp#LogCoordination_coordinationStage mmixm.tmp#LogCoordination_pocInitials mmixm.tmp#LogCoordination
Type feat:LogCoordination
Properties
content complex
Model
Children ccdNumber, coordinationDateTime, coordinationModifiedBy, coordinationModifiedDateTime, coordinationStage, pocInitials
Instance
<feat:LogCoordination xmlns:feat="https://mmixm.aero/features/1.0.0">
  <ccdNumber>{0,1}</ccdNumber>
  <coordinationDateTime>{0,1}</coordinationDateTime>
  <coordinationModifiedBy>{1,1}</coordinationModifiedBy>
  <coordinationModifiedDateTime>{1,1}</coordinationModifiedDateTime>
  <coordinationStage>{1,1}</coordinationStage>
  <pocInitials>{0,1}</pocInitials>
</feat:LogCoordination>
Source
<xs:element name="LogCoordination" type="feat:LogCoordination"/>
[ top ]
Element feat:LoggingCode
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#LoggingCode_codeCategory mmixm.tmp#LoggingCode_maintenanceActionCode mmixm.tmp#LoggingCode_supplementalCode mmixm.tmp#LoggingCode
Type feat:LoggingCode
Properties
content complex
Model
Children codeCategory, maintenanceActionCode, supplementalCode
Instance
<feat:LoggingCode xmlns:feat="https://mmixm.aero/features/1.0.0">
  <codeCategory>{1,1}</codeCategory>
  <maintenanceActionCode>{0,1}</maintenanceActionCode>
  <supplementalCode>{0,1}</supplementalCode>
</feat:LoggingCode>
Source
<xs:element name="LoggingCode" type="feat:LoggingCode"/>
[ top ]
Element feat:LogLine
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#LogLine_channel mmixm.tmp#LogLine_lineFrequencyFlag mmixm.tmp#LogLine_lineFrequencyID mmixm.tmp#LogLine_lineNumber mmixm.tmp#LogLine_logLineID mmixm.tmp#LogLine_logLineModifiedDateTime mmixm.tmp#LogLine_path mmixm.tmp#LogLine_primarySpare mmixm.tmp#LogLine_associatedBwmInfo mmixm.tmp#LogLine_associatedSegment mmixm.tmp#LogLine_associatedTelcoInfo mmixm.tmp#LogLine_associatedUhfVhf mmixm.tmp#LogLine
Type feat:LogLine
Properties
content complex
Model
Children associatedBwmInfo, associatedSegment, associatedTelcoInfo, associatedUhfVhf, channel, lineFrequencyFlag, lineFrequencyID, lineNumber, logLineID, logLineModifiedDateTime, path, primarySpare
Instance
<feat:LogLine xmlns:feat="https://mmixm.aero/features/1.0.0">
  <channel>{1,1}</channel>
  <lineFrequencyFlag>{0,1}</lineFrequencyFlag>
  <lineFrequencyID>{0,1}</lineFrequencyID>
  <lineNumber>{0,1}</lineNumber>
  <logLineID>{1,1}</logLineID>
  <logLineModifiedDateTime>{0,1}</logLineModifiedDateTime>
  <path>{0,1}</path>
  <primarySpare>{0,1}</primarySpare>
  <associatedBwmInfo>{0,1}</associatedBwmInfo>
  <associatedSegment>{0,1}</associatedSegment>
  <associatedTelcoInfo>{0,1}</associatedTelcoInfo>
  <associatedUhfVhf>{0,1}</associatedUhfVhf>
</feat:LogLine>
Source
<xs:element name="LogLine" type="feat:LogLine"/>
[ top ]
Element feat:MaintenanceActivityTime
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#MaintenanceActivityTime_activityStartTime mmixm.tmp#MaintenanceActivityTime_activityEndTime mmixm.tmp#MaintenanceActivityTime
Type feat:MaintenanceActivityTime
Properties
content complex
Model
Children activityEndTime, activityStartTime
Instance
<feat:MaintenanceActivityTime xmlns:feat="https://mmixm.aero/features/1.0.0">
  <activityStartTime>{1,1}</activityStartTime>
  <activityEndTime>{0,1}</activityEndTime>
</feat:MaintenanceActivityTime>
Source
<xs:element name="MaintenanceActivityTime" type="feat:MaintenanceActivityTime"/>
[ top ]
Element feat:ModificationInfo
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#ModificationInfo_modChangeNumber mmixm.tmp#ModificationInfo_modChapterNumber mmixm.tmp#ModificationInfo_modOrderNumber mmixm.tmp#ModificationInfo_modType mmixm.tmp#ModificationInfo
Type feat:ModificationInfo
Properties
content complex
Model
Children modChangeNumber, modChapterNumber, modOrderNumber, modType
Instance
<feat:ModificationInfo xmlns:feat="https://mmixm.aero/features/1.0.0">
  <modChangeNumber>{0,1}</modChangeNumber>
  <modChapterNumber>{0,1}</modChapterNumber>
  <modOrderNumber>{0,1}</modOrderNumber>
  <modType>{0,1}</modType>
</feat:ModificationInfo>
Source
<xs:element name="ModificationInfo" type="feat:ModificationInfo"/>
[ top ]
Element feat:NOCCLogOverlays
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#NOCCLogOverlays_active mmixm.tmp#NOCCLogOverlays_closureDateTime mmixm.tmp#NOCCLogOverlays_docSummary mmixm.tmp#NOCCLogOverlays_noccEventImpact mmixm.tmp#NOCCLogOverlays_noccEventStatus mmixm.tmp#NOCCLogOverlays_noccEventType mmixm.tmp#NOCCLogOverlays
Type feat:NOCCLogOverlays
Properties
content complex
Model
Children active, closureDateTime, docSummary, noccEventImpact, noccEventStatus, noccEventType
Instance
<feat:NOCCLogOverlays xmlns:feat="https://mmixm.aero/features/1.0.0">
  <active>{1,1}</active>
  <closureDateTime>{0,1}</closureDateTime>
  <docSummary>{0,1}</docSummary>
  <noccEventImpact>{1,1}</noccEventImpact>
  <noccEventStatus>{1,1}</noccEventStatus>
  <noccEventType>{1,1}</noccEventType>
</feat:NOCCLogOverlays>
Source
<xs:element name="NOCCLogOverlays" type="feat:NOCCLogOverlays"/>
[ top ]
Element feat:NOTAM
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#NOTAM_cancelInitials mmixm.tmp#NOTAM_issueInitials mmixm.tmp#NOTAM_notamNumber mmixm.tmp#NOTAM
Type feat:NOTAM
Properties
content complex
Model
Children cancelInitials, issueInitials, notamNumber
Instance
<feat:NOTAM xmlns:feat="https://mmixm.aero/features/1.0.0">
  <cancelInitials>{0,1}</cancelInitials>
  <issueInitials>{0,1}</issueInitials>
  <notamNumber>{0,1}</notamNumber>
</feat:NOTAM>
Source
<xs:element name="NOTAM" type="feat:NOTAM"/>
[ top ]
Element feat:PeriodicMaintenance
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#PeriodicMaintenance_assignmentNumber mmixm.tmp#PeriodicMaintenance_certificationStatement mmixm.tmp#PeriodicMaintenance_directiveLevel mmixm.tmp#PeriodicMaintenance_earliestDateTime mmixm.tmp#PeriodicMaintenance_latestDateTime mmixm.tmp#PeriodicMaintenance_numberOfTasks mmixm.tmp#PeriodicMaintenance_orderChangeNumber mmixm.tmp#PeriodicMaintenance_publicationOrder mmixm.tmp#PeriodicMaintenance_scheduledDateTime mmixm.tmp#PeriodicMaintenance
Type feat:PeriodicMaintenance
Properties
content complex
Model
Children assignmentNumber, certificationStatement, directiveLevel, earliestDateTime, latestDateTime, numberOfTasks, orderChangeNumber, publicationOrder, scheduledDateTime
Instance
<feat:PeriodicMaintenance xmlns:feat="https://mmixm.aero/features/1.0.0">
  <assignmentNumber>{0,1}</assignmentNumber>
  <certificationStatement>{0,1}</certificationStatement>
  <directiveLevel>{0,1}</directiveLevel>
  <earliestDateTime>{0,1}</earliestDateTime>
  <latestDateTime>{0,1}</latestDateTime>
  <numberOfTasks>{0,1}</numberOfTasks>
  <orderChangeNumber>{0,1}</orderChangeNumber>
  <publicationOrder>{0,1}</publicationOrder>
  <scheduledDateTime>{1,1}</scheduledDateTime>
</feat:PeriodicMaintenance>
Source
<xs:element name="PeriodicMaintenance" type="feat:PeriodicMaintenance"/>
[ top ]
Element feat:RelatedLog
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_RelatedLog
Type feat:RelatedLog
Properties
content complex
Model
Source
<xs:element name="RelatedLog" type="feat:RelatedLog"/>
[ top ]
Element feat:RepeatEvents
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#RepeatEvents_repeatId mmixm.tmp#RepeatEvents
Type feat:RepeatEvents
Properties
content complex
Model
Children repeatId
Instance
<feat:RepeatEvents xmlns:feat="https://mmixm.aero/features/1.0.0">
  <repeatId>{1,1}</repeatId>
</feat:RepeatEvents>
Source
<xs:element name="RepeatEvents" type="feat:RepeatEvents"/>
[ top ]
Element feat:SegmentInfo
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#SegmentInfo_segmentNumber mmixm.tmp#SegmentInfo_segmentTotal mmixm.tmp#SegmentInfo
Type feat:SegmentInfo
Properties
content complex
Model
Children segmentNumber, segmentTotal
Instance
<feat:SegmentInfo xmlns:feat="https://mmixm.aero/features/1.0.0">
  <segmentNumber>{0,1}</segmentNumber>
  <segmentTotal>{0,1}</segmentTotal>
</feat:SegmentInfo>
Source
<xs:element name="SegmentInfo" type="feat:SegmentInfo"/>
[ top ]
Element feat:TelcoInfo
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#TelcoInfo_provider mmixm.tmp#TelcoInfo_ticketNumber mmixm.tmp#TelcoInfo
Type feat:TelcoInfo
Properties
content complex
Model
Children provider, ticketNumber
Instance
<feat:TelcoInfo xmlns:feat="https://mmixm.aero/features/1.0.0">
  <provider>{0,1}</provider>
  <ticketNumber>{0,1}</ticketNumber>
</feat:TelcoInfo>
Source
<xs:element name="TelcoInfo" type="feat:TelcoInfo"/>
[ top ]
Element feat:UhfVhf
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#UhfVhf_frequencyType mmixm.tmp#UhfVhf_uhfFrequency mmixm.tmp#UhfVhf_vhfFrequency mmixm.tmp#UhfVhf
Type feat:UhfVhf
Properties
content complex
Model
Children frequencyType, uhfFrequency, vhfFrequency
Instance
<feat:UhfVhf xmlns:feat="https://mmixm.aero/features/1.0.0">
  <frequencyType>{0,1}</frequencyType>
  <uhfFrequency>{0,1}</uhfFrequency>
  <vhfFrequency>{0,1}</vhfFrequency>
</feat:UhfVhf>
Source
<xs:element name="UhfVhf" type="feat:UhfVhf"/>
[ top ]
Element feat:Document
Namespace https://mmixm.aero/features/1.0.0
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_cancellationDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentConfidentiality mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentFormat mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentID mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentStatus mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentTitle mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentType mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_effectiveDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_relatedDocumentReference mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_responsibleOffice mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_versionDate mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_versionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_references mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_electronicLocation mmixm.tmp#https___mmixm.aero_features_1.0.0_Document
Type feat:Document
Properties
content complex
Model
Children additionalInformation, cancellationDateTime, documentConfidentiality, documentFormat, documentID, documentStatus, documentTitle, documentType, effectiveDateTime, electronicLocation, references, relatedDocumentReference, responsibleOffice, versionDate, versionNumber
Instance
<feat:Document xmlns:feat="https://mmixm.aero/features/1.0.0">
  <additionalInformation>{0,1}</additionalInformation>
  <cancellationDateTime>{0,1}</cancellationDateTime>
  <documentConfidentiality>{0,1}</documentConfidentiality>
  <documentFormat>{0,1}</documentFormat>
  <documentID>{1,1}</documentID>
  <documentStatus>{0,1}</documentStatus>
  <documentTitle>{1,1}</documentTitle>
  <documentType>{1,1}</documentType>
  <effectiveDateTime>{1,1}</effectiveDateTime>
  <relatedDocumentReference>{0,10}</relatedDocumentReference>
  <responsibleOffice>{1,1}</responsibleOffice>
  <versionDate>{0,1}</versionDate>
  <versionNumber>{0,1}</versionNumber>
  <references>{1,1}</references>
  <electronicLocation>{1,99}</electronicLocation>
</feat:Document>
Source
<xs:element name="Document" type="feat:Document"/>
[ top ]
Element feat:Document / additionalInformation
Namespace No namespace
Annotations
This field is used to provide some additional comments or information
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation_namevalue mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation
Type bas:AdditionalInformation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children namevalue
Instance
<additionalInformation>
  <namevalue name="" value="">{1,10}</namevalue>
</additionalInformation>
Source
<xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This field is used to provide some additional comments or information</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / cancellationDateTime
Namespace No namespace
Annotations
Identifies the Cancellation Date for the document
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="cancellationDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Identifies the Cancellation Date for the document</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / documentConfidentiality
Namespace No namespace
Annotations
A type of official approval or permission for access or use.
Diagram
Diagram mmixm.tmp#CodeDocumentConfidentialityType
Type bas:CodeDocumentConfidentialityType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration Top Secret
enumeration Secret
enumeration Confidential
enumeration None
Source
<xs:element name="documentConfidentiality" type="bas:CodeDocumentConfidentialityType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>A type of official approval or permission for access or use.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / documentFormat
Namespace No namespace
Annotations
Details on the document properties, including electronic file type or hardcopy if applicable.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="documentFormat" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Details on the document properties, including electronic file type or hardcopy if applicable.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / documentID
Namespace No namespace
Annotations
Document Number/FAA Order Number
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="documentID" type="xs:string" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Document Number/FAA Order Number</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / documentStatus
Namespace No namespace
Annotations
This refers to the status of a document, current or cancelled
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="documentStatus" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This refers to the status of a document, current or cancelled</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / documentTitle
Namespace No namespace
Annotations
The title of document
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="documentTitle" type="xs:string" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The title of document</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / documentType
Namespace No namespace
Annotations
Identifies whether a document is an order or notice
Diagram
Diagram mmixm.tmp#CodeDocumentTypeType
Type bas:CodeDocumentTypeType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration Notice
enumeration Order
Source
<xs:element name="documentType" type="bas:CodeDocumentTypeType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Identifies whether a document is an order or notice</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / effectiveDateTime
Namespace No namespace
Annotations
Identifies the Issue Date for the document
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="effectiveDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Identifies the Issue Date for the document</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / relatedDocumentReference
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 10
Source
<xs:element name="relatedDocumentReference" type="xs:string" minOccurs="0" maxOccurs="10"/>
[ top ]
Element feat:Document / responsibleOffice
Namespace No namespace
Annotations
Identifies the office responsible for maintaining the document.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="responsibleOffice" type="xs:string" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Identifies the office responsible for maintaining the document.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / versionDate
Namespace No namespace
Annotations
Issue date of the document version
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="versionDate" type="xs:dateTime" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Issue date of the document version</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / versionNumber
Namespace No namespace
Annotations
version number of the document
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="versionNumber" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>version number of the document</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element feat:Document / references
Namespace No namespace
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_cancellationDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentConfidentiality mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentFormat mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentID mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentStatus mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentTitle mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentType mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_effectiveDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_relatedDocumentReference mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_responsibleOffice mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_versionDate mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_versionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_references mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_electronicLocation mmixm.tmp#https___mmixm.aero_features_1.0.0_Document
Type feat:Document
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children additionalInformation, cancellationDateTime, documentConfidentiality, documentFormat, documentID, documentStatus, documentTitle, documentType, effectiveDateTime, electronicLocation, references, relatedDocumentReference, responsibleOffice, versionDate, versionNumber
Instance
<references>
  <additionalInformation>{0,1}</additionalInformation>
  <cancellationDateTime>{0,1}</cancellationDateTime>
  <documentConfidentiality>{0,1}</documentConfidentiality>
  <documentFormat>{0,1}</documentFormat>
  <documentID>{1,1}</documentID>
  <documentStatus>{0,1}</documentStatus>
  <documentTitle>{1,1}</documentTitle>
  <documentType>{1,1}</documentType>
  <effectiveDateTime>{1,1}</effectiveDateTime>
  <relatedDocumentReference>{0,10}</relatedDocumentReference>
  <responsibleOffice>{1,1}</responsibleOffice>
  <versionDate>{0,1}</versionDate>
  <versionNumber>{0,1}</versionNumber>
  <references>{1,1}</references>
  <electronicLocation>{1,99}</electronicLocation>
</references>
Source
<xs:element name="references" type="feat:Document" minOccurs="1" maxOccurs="1"/>
[ top ]
Element feat:Document / electronicLocation
Namespace No namespace
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation_ip mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation_textDescription mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation_url mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation
Type bas:ElectronicLocation
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 99
Model
Children ip, textDescription, url
Instance
<electronicLocation>
  <ip>{0,1}</ip>
  <textDescription>{0,1}</textDescription>
  <url>{0,1}</url>
</electronicLocation>
Source
<xs:element name="electronicLocation" type="bas:ElectronicLocation" minOccurs="1" maxOccurs="99"/>
[ top ]
Complex Type bas:AddressLocation
Namespace https://mmixm.aero/base/1.0.0
Annotations
The location specified by an address
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_AddressLocation_address mmixm.tmp#https___mmixm.aero_base_1.0.0_AddressLocation_description
Type extension of bas:Location
Type hierarchy
Used by
Model
Children address, description
Source
<xs:complexType name="AddressLocation">
  <xs:annotation>
    <xs:documentation>The location specified by an address</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:Location">
      <xs:sequence>
        <xs:element name="address" type="bas:PostalAddress" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>postal address</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>this field is used to provide additional details about the address</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type bas:Location
Namespace https://mmixm.aero/base/1.0.0
Annotations
base type for a location
Diagram
Diagram
Properties
abstract true
Used by
Model
Source
<xs:complexType name="Location" abstract="true">
  <xs:annotation>
    <xs:documentation>base type for a location</xs:documentation>
  </xs:annotation>
  <xs:sequence/>
</xs:complexType>
[ top ]
Complex Type bas:PostalAddress
Namespace https://mmixm.aero/base/1.0.0
Annotations
Postal address for the person or organization
Diagram
Diagram mmixm.tmp#PostalAddress_addressCategory mmixm.tmp#PostalAddress_administrativeArea mmixm.tmp#PostalAddress_city mmixm.tmp#PostalAddress_countryCode mmixm.tmp#PostalAddress_countryName mmixm.tmp#PostalAddress_deliveryPoint mmixm.tmp#PostalAddress_postalCode
Used by
Model
Children addressCategory, administrativeArea, city, countryCode, countryName, deliveryPoint, postalCode
Source
<xs:complexType name="PostalAddress">
  <xs:annotation>
    <xs:documentation>Postal address for the person or organization</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="addressCategory" type="xs:string" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The type of address (e.g., Home, Work, Shipping, etc.)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="administrativeArea" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>the administrative area for the address (e.g., state, province)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="city" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The City associated with the address.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="countryCode" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="countryName" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The Country for the address.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="deliveryPoint" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Defines address for delivering an item</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="postalCode" type="bas:PostalCodeType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The Postal or Zip code for the address.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type bas:PostalCodeType
Namespace https://mmixm.aero/base/1.0.0
Annotations
The Postal or Zip code for the address.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9][0-9][0-9][0-9][0-9]
Used by
Source
<xs:simpleType name="PostalCodeType">
  <xs:annotation>
    <xs:documentation>The Postal or Zip code for the address.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9][0-9][0-9][0-9][0-9]"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type bas:ElectronicLocation
Namespace https://mmixm.aero/base/1.0.0
Annotations
Grouping of elements specifying an electronic location
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation_ip mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation_textDescription mmixm.tmp#https___mmixm.aero_base_1.0.0_ElectronicLocation_url
Type extension of bas:Location
Type hierarchy
Used by
Model
Children ip, textDescription, url
Source
<xs:complexType name="ElectronicLocation">
  <xs:annotation>
    <xs:documentation>Grouping of elements specifying an electronic location</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:Location">
      <xs:sequence>
        <xs:element name="ip" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The digital location of document content represented as an IP address.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="textDescription" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Description of electronic location</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="url" type="xs:anyURI" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The digital location of document content represented as a URL.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type bas:GeographicLocation
Namespace https://mmixm.aero/base/1.0.0
Annotations
grouping of elements defining the geographic location
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation_crs mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation_elevation mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation_latitude mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation_longitude mmixm.tmp#https___mmixm.aero_base_1.0.0_GeographicLocation_source
Type extension of bas:Location
Type hierarchy
Used by
Model
Children crs, elevation, latitude, longitude, source
Source
<xs:complexType name="GeographicLocation">
  <xs:annotation>
    <xs:documentation>grouping of elements defining the geographic location</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:Location">
      <xs:sequence>
        <xs:element name="crs" type="xs:integer" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Coordinate Reference System (CRS) is the system used to identify locations on the earth.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="elevation" type="xs:integer" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The elevation at the given location.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="latitude" type="xs:decimal" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The latitude for a given location in the context of the associated CRS.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="longitude" type="xs:decimal" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The longitude for a given location in the context of the associated CRS.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="source" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>source of geographic information</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type bas:GsaAddress
Namespace https://mmixm.aero/base/1.0.0
Annotations
GSA address code
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_GsaAddress_gsaAddress
Type extension of bas:Location
Type hierarchy
Used by
Element bas:GsaAddress
Model
Children gsaAddress
Source
<xs:complexType name="GsaAddress">
  <xs:annotation>
    <xs:documentation>GSA address code</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:Location">
      <xs:sequence>
        <xs:element name="gsaAddress" type="bas:String10Type" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>This field contains the GSA address code assigned by the FAA Logistic Center</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Simple Type bas:String10Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 10 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 10
Used by
Source
<xs:simpleType name="String10Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 10 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="10"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type bas:LocationInBuilding
Namespace https://mmixm.aero/base/1.0.0
Annotations
Location in building where parts, equipment, and/or systems may be located
Diagram
Diagram mmixm.tmp#Location mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_bin mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_building mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_cabinet mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_description mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_room mmixm.tmp#https___mmixm.aero_base_1.0.0_LocationInBuilding_shelf
Type extension of bas:Location
Type hierarchy
Used by
Model
Children bin, building, cabinet, description, room, shelf
Source
<xs:complexType name="LocationInBuilding">
  <xs:annotation>
    <xs:documentation>Location in building where parts, equipment, and/or systems may be located</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:Location">
      <xs:sequence>
        <xs:element name="bin" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>A specific bin within a building.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="building" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>[Definition from class Building] The type and identifier uniquely identifies each building at a location identifier where the facilities are located within the building or supports the building.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="cabinet" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>A specific cabinet within a building.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Free from text further specifying the location of the asset within a building.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="room" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>A specific room within a building.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="shelf" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>A specific shelf within a building.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Simple Type bas:AirportCodeType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Three or four-character airport code
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [A-Z]{3,4}
Used by
Source
<xs:simpleType name="AirportCodeType">
  <xs:annotation>
    <xs:documentation>Three or four-character airport code</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Z]{3,4}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:AssetCodeType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Four-character alphanumeric asset code
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [A-Z0-9]{4}
Used by
Source
<xs:simpleType name="AssetCodeType">
  <xs:annotation>
    <xs:documentation>Four-character alphanumeric asset code</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Z0-9]{4}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:AssetSystemCodeType
Namespace https://mmixm.aero/base/1.0.0
Annotations
One digit numeric code
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{1}
Used by
Source
<xs:simpleType name="AssetSystemCodeType">
  <xs:annotation>
    <xs:documentation>One digit numeric code</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{1}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:ATOWGrpType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Five alpha-numeric character code representing the ATOW Group
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9A-Z]{5}
Used by
Source
<xs:simpleType name="ATOWGrpType">
  <xs:annotation>
    <xs:documentation>Five alpha-numeric character code representing the ATOW Group</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9A-Z]{5}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:BinaryType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Value of 0 or 1
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 1
minInclusive 0
Used by
Source
<xs:simpleType name="BinaryType">
  <xs:annotation>
    <xs:documentation>Value of 0 or 1</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:maxInclusive value="1"/>
    <xs:minInclusive value="0"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeAssetClassType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Code signifying the class of asset
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 0
enumeration 1
enumeration 2
enumeration 3
enumeration 4
enumeration 5
enumeration 6
enumeration 9
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration H
enumeration J
enumeration K
enumeration L
enumeration M
enumeration N
enumeration O
enumeration P
enumeration Q
enumeration R
enumeration S
enumeration T
enumeration U
enumeration V
enumeration W
enumeration X
enumeration Y
enumeration Z
Used by
Source
<xs:simpleType name="CodeAssetClassType">
  <xs:annotation>
    <xs:documentation>Code signifying the class of asset</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="0"/>
    <xs:enumeration value="1"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="4"/>
    <xs:enumeration value="5"/>
    <xs:enumeration value="6"/>
    <xs:enumeration value="9"/>
    <xs:enumeration value="A"/>
    <xs:enumeration value="B"/>
    <xs:enumeration value="C"/>
    <xs:enumeration value="D"/>
    <xs:enumeration value="E"/>
    <xs:enumeration value="F"/>
    <xs:enumeration value="G"/>
    <xs:enumeration value="H"/>
    <xs:enumeration value="J"/>
    <xs:enumeration value="K"/>
    <xs:enumeration value="L"/>
    <xs:enumeration value="M"/>
    <xs:enumeration value="N"/>
    <xs:enumeration value="O"/>
    <xs:enumeration value="P"/>
    <xs:enumeration value="Q"/>
    <xs:enumeration value="R"/>
    <xs:enumeration value="S"/>
    <xs:enumeration value="T"/>
    <xs:enumeration value="U"/>
    <xs:enumeration value="V"/>
    <xs:enumeration value="W"/>
    <xs:enumeration value="X"/>
    <xs:enumeration value="Y"/>
    <xs:enumeration value="Z"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeAssetStatusType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Code signifying the asset status type
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration $
enumeration A
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration P
enumeration S
enumeration T
enumeration X
enumeration Y
enumeration Z
Used by
Source
<xs:simpleType name="CodeAssetStatusType">
  <xs:annotation>
    <xs:documentation>Code signifying the asset status type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="$"/>
    <xs:enumeration value="A"/>
    <xs:enumeration value="C"/>
    <xs:enumeration value="D"/>
    <xs:enumeration value="E"/>
    <xs:enumeration value="F"/>
    <xs:enumeration value="G"/>
    <xs:enumeration value="P"/>
    <xs:enumeration value="S"/>
    <xs:enumeration value="T"/>
    <xs:enumeration value="X"/>
    <xs:enumeration value="Y"/>
    <xs:enumeration value="Z"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeCategoryDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Code Category description
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ADMINISTRATIVE
enumeration AIRCRAFT ACC./INCDT
enumeration ARRIVE/DEPART SITE
enumeration CERTIFICATION
enumeration COMMISSIONING
enumeration CORRECTIVE MAINT.
enumeration CORRECTIVE MAINTENANCE
enumeration DECERTIFICATION
enumeration DECOMMISSIONING
enumeration DEVIATION
enumeration EQUIPMENT
enumeration FLIGHT INSPECTION
enumeration IMPROVEMENTS
enumeration INSTALL/SPECIAL PROJ.
enumeration INTERFERENCE CONDITIONS
enumeration MODIFICATION
enumeration NATURE/WEATHER/PHYSICAL EFFECTS
enumeration NON-FAA LINES/CIRCUITS
enumeration NON-FEDERAL VERIFICATION
enumeration OTHER
enumeration PERFORMANCE EXAM
enumeration PERIODIC MAINTENANCE
enumeration PM NOT PERFORMED
enumeration PRIME POWER
enumeration PROTECTIVE SHUTDOWN
enumeration RADIO FREQ. INTERF.
enumeration RELATED
enumeration REMOTE MONITORING
enumeration RESERVED
enumeration SOFTWARE
enumeration STANDBY POWER
enumeration SUPERVISORY REVIEW
enumeration TECHNICAL EVALUATION
enumeration UNKNOWN
enumeration VANDALISM
Used by
Source
<xs:simpleType name="CodeCategoryDescriptionType">
  <xs:annotation>
    <xs:documentation>Code Category description</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="ADMINISTRATIVE"/>
    <xs:enumeration value="AIRCRAFT ACC./INCDT"/>
    <xs:enumeration value="ARRIVE/DEPART SITE"/>
    <xs:enumeration value="CERTIFICATION"/>
    <xs:enumeration value="COMMISSIONING"/>
    <xs:enumeration value="CORRECTIVE MAINT."/>
    <xs:enumeration value="CORRECTIVE MAINTENANCE"/>
    <xs:enumeration value="DECERTIFICATION"/>
    <xs:enumeration value="DECOMMISSIONING"/>
    <xs:enumeration value="DEVIATION"/>
    <xs:enumeration value="EQUIPMENT"/>
    <xs:enumeration value="FLIGHT INSPECTION"/>
    <xs:enumeration value="IMPROVEMENTS"/>
    <xs:enumeration value="INSTALL/SPECIAL PROJ."/>
    <xs:enumeration value="INTERFERENCE CONDITIONS"/>
    <xs:enumeration value="MODIFICATION"/>
    <xs:enumeration value="NATURE/WEATHER/PHYSICAL EFFECTS"/>
    <xs:enumeration value="NON-FAA LINES/CIRCUITS"/>
    <xs:enumeration value="NON-FEDERAL VERIFICATION"/>
    <xs:enumeration value="OTHER"/>
    <xs:enumeration value="PERFORMANCE EXAM"/>
    <xs:enumeration value="PERIODIC MAINTENANCE"/>
    <xs:enumeration value="PM NOT PERFORMED"/>
    <xs:enumeration value="PRIME POWER"/>
    <xs:enumeration value="PROTECTIVE SHUTDOWN"/>
    <xs:enumeration value="RADIO FREQ. INTERF."/>
    <xs:enumeration value="RELATED"/>
    <xs:enumeration value="REMOTE MONITORING"/>
    <xs:enumeration value="RESERVED"/>
    <xs:enumeration value="SOFTWARE"/>
    <xs:enumeration value="STANDBY POWER"/>
    <xs:enumeration value="SUPERVISORY REVIEW"/>
    <xs:enumeration value="TECHNICAL EVALUATION"/>
    <xs:enumeration value="UNKNOWN"/>
    <xs:enumeration value="VANDALISM"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeCategoryType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Enumerated list of asset categories
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Facility
enumeration System
enumeration SubSystem
enumeration Equipment
enumeration NAPRS Services
Used by
Source
<xs:simpleType name="CodeCategoryType">
  <xs:annotation>
    <xs:documentation>Enumerated list of asset categories</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Facility"/>
    <xs:enumeration value="System"/>
    <xs:enumeration value="SubSystem"/>
    <xs:enumeration value="Equipment"/>
    <xs:enumeration value="NAPRS Services"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeCertificationStatusType
Namespace https://mmixm.aero/base/1.0.0
Annotations
[3000.57 ATO TechOps Training and Certification] 
Regular Certification Authority. Regular certification authority on a system, subsystem, or service may be granted to a technical specialist by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager.

Temporary certification authority should only be granted during unusual circumstances (i.e., when there is an immediate need and the normal process would take too long). 

Remote regular certification authority on a system, subsystem, or service may be granted to technical specialists who are responsible for accomplishing remote certifications through the use of Remote Maintenance Monitoring (RMM) equipment and capabilities. It is intended for OCC personnel, although other technical specialists may also be issued remote regular certification authorities when required by their position.

FAA Order 3400.3H contained a process for interim certification authority.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Active
enumeration Expiration Pending
enumeration Inactive
enumeration Never Issued
enumeration Revoked
Used by
Source
<xs:simpleType name="CodeCertificationStatusType">
  <xs:annotation>
    <xs:documentation>[3000.57 ATO TechOps Training and Certification] Regular Certification Authority. Regular certification authority on a system, subsystem, or service may be granted to a technical specialist by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager. Temporary certification authority should only be granted during unusual circumstances (i.e., when there is an immediate need and the normal process would take too long). Remote regular certification authority on a system, subsystem, or service may be granted to technical specialists who are responsible for accomplishing remote certifications through the use of Remote Maintenance Monitoring (RMM) equipment and capabilities. It is intended for OCC personnel, although other technical specialists may also be issued remote regular certification authorities when required by their position. FAA Order 3400.3H contained a process for interim certification authority.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Active"/>
    <xs:enumeration value="Expiration Pending"/>
    <xs:enumeration value="Inactive"/>
    <xs:enumeration value="Never Issued"/>
    <xs:enumeration value="Revoked"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeCertificationType
Namespace https://mmixm.aero/base/1.0.0
Annotations
[3000.57 ATO TechOps Training and Certification] 
Regular Certification Authority. Regular certification authority on a system, subsystem, or service may be granted to a technical specialist by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager.

Temporary certification authority should only be granted during unusual circumstances (i.e., when there is an immediate need and the normal process would take too long). 

Remote regular certification authority on a system, subsystem, or service may be granted to technical specialists who are responsible for accomplishing remote certifications through the use of Remote Maintenance Monitoring (RMM) equipment and capabilities. It is intended for OCC personnel, although other technical specialists may also be issued remote regular certification authorities when required by their position.

FAA Order 3400.3H contained a process for interim certification authority.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Interim
enumeration Regular
enumeration Remote Regular
enumeration Temporary
Used by
Source
<xs:simpleType name="CodeCertificationType">
  <xs:annotation>
    <xs:documentation>[3000.57 ATO TechOps Training and Certification] Regular Certification Authority. Regular certification authority on a system, subsystem, or service may be granted to a technical specialist by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager. Temporary certification authority should only be granted during unusual circumstances (i.e., when there is an immediate need and the normal process would take too long). Remote regular certification authority on a system, subsystem, or service may be granted to technical specialists who are responsible for accomplishing remote certifications through the use of Remote Maintenance Monitoring (RMM) equipment and capabilities. It is intended for OCC personnel, although other technical specialists may also be issued remote regular certification authorities when required by their position. FAA Order 3400.3H contained a process for interim certification authority.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Interim"/>
    <xs:enumeration value="Regular"/>
    <xs:enumeration value="Remote Regular"/>
    <xs:enumeration value="Temporary"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeConditionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Serviceable - When a manufactured asset is place into service.
Repairable - When a manufactured asset is repairable.
Survey - When a manufactured asset is lost, stolen or destroyed
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration REPAIRABLE
enumeration SERVICEABLE
enumeration SURVEY
Used by
Source
<xs:simpleType name="CodeConditionType">
  <xs:annotation>
    <xs:documentation>Serviceable - When a manufactured asset is place into service. Repairable - When a manufactured asset is repairable. Survey - When a manufactured asset is lost, stolen or destroyed</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="REPAIRABLE"/>
    <xs:enumeration value="SERVICEABLE"/>
    <xs:enumeration value="SURVEY"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeCoordinationRestStageDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Stage of the coordination log
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration APPROVED
enumeration CALLBACK ACCEPTED
enumeration CANCELLED
enumeration DEFERRED
enumeration DELAYED
enumeration DISAPPROVED
enumeration NOT COORDINATED
enumeration PENDING APPROVAL
enumeration PENDING NOTIFICATION
enumeration RETURNED TO SERVICE
Used by
Source
<xs:simpleType name="CodeCoordinationRestStageDescriptionType">
  <xs:annotation>
    <xs:documentation>Stage of the coordination log</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="APPROVED"/>
    <xs:enumeration value="CALLBACK ACCEPTED"/>
    <xs:enumeration value="CANCELLED"/>
    <xs:enumeration value="DEFERRED"/>
    <xs:enumeration value="DELAYED"/>
    <xs:enumeration value="DISAPPROVED"/>
    <xs:enumeration value="NOT COORDINATED"/>
    <xs:enumeration value="PENDING APPROVAL"/>
    <xs:enumeration value="PENDING NOTIFICATION"/>
    <xs:enumeration value="RETURNED TO SERVICE"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeCreatorType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Identifies creator of logs at AFCCs
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration A80
enumeration ANC
enumeration AOC
enumeration C90
enumeration D10
enumeration EOC
enumeration MOC
enumeration N90
enumeration NCT
enumeration NEM
enumeration NOC
enumeration PCT
enumeration POC
enumeration SCT
enumeration SNC
enumeration WAA
enumeration ZAB
enumeration ZAN
enumeration ZAU
enumeration ZBW
enumeration ZDC
enumeration ZDV
enumeration ZFW
enumeration ZHN
enumeration ZHU
enumeration ZID
enumeration ZJX
enumeration ZKC
enumeration ZLA
enumeration ZLC
enumeration ZMA
enumeration ZME
enumeration ZMP
enumeration ZNY
enumeration ZOA
enumeration ZOB
enumeration ZSE
enumeration ZTL
Used by
Source
<xs:simpleType name="CodeCreatorType">
  <xs:annotation>
    <xs:documentation>Identifies creator of logs at AFCCs</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="A80"/>
    <xs:enumeration value="ANC"/>
    <xs:enumeration value="AOC"/>
    <xs:enumeration value="C90"/>
    <xs:enumeration value="D10"/>
    <xs:enumeration value="EOC"/>
    <xs:enumeration value="MOC"/>
    <xs:enumeration value="N90"/>
    <xs:enumeration value="NCT"/>
    <xs:enumeration value="NEM"/>
    <xs:enumeration value="NOC"/>
    <xs:enumeration value="PCT"/>
    <xs:enumeration value="POC"/>
    <xs:enumeration value="SCT"/>
    <xs:enumeration value="SNC"/>
    <xs:enumeration value="WAA"/>
    <xs:enumeration value="ZAB"/>
    <xs:enumeration value="ZAN"/>
    <xs:enumeration value="ZAU"/>
    <xs:enumeration value="ZBW"/>
    <xs:enumeration value="ZDC"/>
    <xs:enumeration value="ZDV"/>
    <xs:enumeration value="ZFW"/>
    <xs:enumeration value="ZHN"/>
    <xs:enumeration value="ZHU"/>
    <xs:enumeration value="ZID"/>
    <xs:enumeration value="ZJX"/>
    <xs:enumeration value="ZKC"/>
    <xs:enumeration value="ZLA"/>
    <xs:enumeration value="ZLC"/>
    <xs:enumeration value="ZMA"/>
    <xs:enumeration value="ZME"/>
    <xs:enumeration value="ZMP"/>
    <xs:enumeration value="ZNY"/>
    <xs:enumeration value="ZOA"/>
    <xs:enumeration value="ZOB"/>
    <xs:enumeration value="ZSE"/>
    <xs:enumeration value="ZTL"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeDirectiveLevelDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Is directive Local or National or Regional
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration LOCAL
enumeration NATIONAL
enumeration REGIONAL
Used by
Source
<xs:simpleType name="CodeDirectiveLevelDescriptionType">
  <xs:annotation>
    <xs:documentation>Is directive Local or National or Regional</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="LOCAL"/>
    <xs:enumeration value="NATIONAL"/>
    <xs:enumeration value="REGIONAL"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeDistrictOfficeGroupType
Namespace https://mmixm.aero/base/1.0.0
Annotations
The District Office group of the ATOW Organization
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 0
enumeration 1
enumeration 2
enumeration 3
enumeration 4
enumeration 5
enumeration 6
enumeration C
Used by
Source
<xs:simpleType name="CodeDistrictOfficeGroupType">
  <xs:annotation>
    <xs:documentation>The District Office group of the ATOW Organization</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="0"/>
    <xs:enumeration value="1"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="4"/>
    <xs:enumeration value="5"/>
    <xs:enumeration value="6"/>
    <xs:enumeration value="C"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeDistrictOfficeType
Namespace https://mmixm.aero/base/1.0.0
Annotations
code signifying the district office
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 0
enumeration 2
enumeration 3
enumeration 4
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration K
enumeration M
enumeration N
enumeration P
enumeration Q
enumeration R
enumeration S
enumeration T
enumeration U
enumeration V
enumeration W
enumeration X
Used by
Source
<xs:simpleType name="CodeDistrictOfficeType">
  <xs:annotation>
    <xs:documentation>code signifying the district office</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="0"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="4"/>
    <xs:enumeration value="A"/>
    <xs:enumeration value="B"/>
    <xs:enumeration value="C"/>
    <xs:enumeration value="D"/>
    <xs:enumeration value="E"/>
    <xs:enumeration value="K"/>
    <xs:enumeration value="M"/>
    <xs:enumeration value="N"/>
    <xs:enumeration value="P"/>
    <xs:enumeration value="Q"/>
    <xs:enumeration value="R"/>
    <xs:enumeration value="S"/>
    <xs:enumeration value="T"/>
    <xs:enumeration value="U"/>
    <xs:enumeration value="V"/>
    <xs:enumeration value="W"/>
    <xs:enumeration value="X"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeDocumentConfidentialityType
Namespace https://mmixm.aero/base/1.0.0
Annotations
A type of official approval or permission for access or use.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Top Secret
enumeration Secret
enumeration Confidential
enumeration None
Used by
Source
<xs:simpleType name="CodeDocumentConfidentialityType">
  <xs:annotation>
    <xs:documentation>A type of official approval or permission for access or use.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Top Secret"/>
    <xs:enumeration value="Secret"/>
    <xs:enumeration value="Confidential"/>
    <xs:enumeration value="None"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeDocumentTypeType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Identifies the nature and/or purpose of the document.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Notice
enumeration Order
Used by
Source
<xs:simpleType name="CodeDocumentTypeType">
  <xs:annotation>
    <xs:documentation>Identifies the nature and/or purpose of the document.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Notice"/>
    <xs:enumeration value="Order"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeErrorType
Namespace https://mmixm.aero/base/1.0.0
Annotations
For Use by SAL for unresolved logs
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration C
enumeration G
Used by
Source
<xs:simpleType name="CodeErrorType">
  <xs:annotation>
    <xs:documentation>For Use by SAL for unresolved logs</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="C"/>
    <xs:enumeration value="G"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeEventTypeDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Type of event
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ADVISED
enumeration AFCC ONLY
enumeration AIRCRAFT ACCIDENT / INCIDENT
enumeration ENGINE GENERATOR
enumeration FLIGHT CHECK
enumeration INFO ITEM
enumeration LINE PROBLEM
enumeration LOSS OF REDUNDANCY
enumeration MAJOR TELCO EVENT
enumeration NOTIFY
enumeration RMM
enumeration SPECIAL EVENTS
Used by
Source
<xs:simpleType name="CodeEventTypeDescriptionType">
  <xs:annotation>
    <xs:documentation>Type of event</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="ADVISED"/>
    <xs:enumeration value="AFCC ONLY"/>
    <xs:enumeration value="AIRCRAFT ACCIDENT / INCIDENT"/>
    <xs:enumeration value="ENGINE GENERATOR"/>
    <xs:enumeration value="FLIGHT CHECK"/>
    <xs:enumeration value="INFO ITEM"/>
    <xs:enumeration value="LINE PROBLEM"/>
    <xs:enumeration value="LOSS OF REDUNDANCY"/>
    <xs:enumeration value="MAJOR TELCO EVENT"/>
    <xs:enumeration value="NOTIFY"/>
    <xs:enumeration value="RMM"/>
    <xs:enumeration value="SPECIAL EVENTS"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeHolderStatusType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Status of credential holder
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Active
enumeration Inactive
enumeration In-transfer
Used by
Source
<xs:simpleType name="CodeHolderStatusType">
  <xs:annotation>
    <xs:documentation>Status of credential holder</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Active"/>
    <xs:enumeration value="Inactive"/>
    <xs:enumeration value="In-transfer"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeInterruptConditionDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
TI 6140.33B OCC/SOC Event Manager User's Guide 5.1.2.2 Filter Events. Identifies the extent of the outage.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration FULL INTERRUPTION
enumeration INFORMATIONAL ENTRY
enumeration REDUCED FAC/SERV INTERRUPTION
enumeration REDUCED SYSTEM/EQUIPMENT
Used by
Source
<xs:simpleType name="CodeInterruptConditionDescriptionType">
  <xs:annotation>
    <xs:documentation>TI 6140.33B OCC/SOC Event Manager User's Guide 5.1.2.2 Filter Events. Identifies the extent of the outage.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="FULL INTERRUPTION"/>
    <xs:enumeration value="INFORMATIONAL ENTRY"/>
    <xs:enumeration value="REDUCED FAC/SERV INTERRUPTION"/>
    <xs:enumeration value="REDUCED SYSTEM/EQUIPMENT"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeInterruptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Code signifying the type of interruption
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Full Outage
enumeration Reduced Service
enumeration Reduced Equipment
enumeration Information
Source
<xs:simpleType name="CodeInterruptionType">
  <xs:annotation>
    <xs:documentation>Code signifying the type of interruption</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Full Outage"/>
    <xs:enumeration value="Reduced Service"/>
    <xs:enumeration value="Reduced Equipment"/>
    <xs:enumeration value="Information"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeInterruptLogCauseDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Description of possible cause of interruption
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration AIR CONDITIONING CIRCUIT/COMPONENT
enumeration AIR HANDLER
enumeration AIR TRAFFIC
enumeration AIRWAYS FACILITIES
enumeration BATTERY BANK
enumeration BATTERY BANK EXHAUSTED
enumeration BATTERY CHARGE EXHAUSTED
enumeration BYPASS/ISOLATION SWITCH
enumeration CENTRAL PROCESSOR UNIT
enumeration CHILLER MECHANICAL/ELECTRIC
enumeration CHILLER SAFETY SHUTDOWN
enumeration CIRCUIT BREAKER
enumeration CIRCUIT DESTROYED
enumeration CIRCUIT INOPERATIVE
enumeration CIRCUIT LEVEL HIGH - INCOMING
enumeration CIRCUIT LEVEL HIGH - OUTGOING
enumeration CIRCUIT LEVEL LOW - INCOMING
enumeration CIRCUIT LEVEL LOW - OUTGOING
enumeration CIRCUIT NOISY
enumeration COMPRESSOR
enumeration CONTROL CABLES
enumeration CONTROL PANEL
enumeration COOLING SYSTEM
enumeration COOLING TOWER
enumeration DATA GATHERING PANEL
enumeration DISTRIBUTION PANEL
enumeration DISTRIBUTION SYSTEM
enumeration ELECTRICAL COMPONENT
enumeration EXHAUSTED FUEL
enumeration FAA OTHER
enumeration FAA SUBSTATION
enumeration FAA TRANSFORMER
enumeration FAN MOTOR
enumeration FEATURE IMPROPERLY FUNCTIONING
enumeration FUEL SYSTEM
enumeration GENERATOR COMPONENT
enumeration GOVERNOR SYSTEM COMPONENT
enumeration HEATING COMPONENT
enumeration HOT WATER BOILER
enumeration IMMERSION HEATER
enumeration LOAD SHARING
enumeration LOGIC CARD
enumeration MAIN ENTRANCE SWITCH
enumeration MAIN UTILITY
enumeration MECHANICAL COMPONENT
enumeration MODULE/COMPONENT
enumeration MONITOR INTERFACE
enumeration MOTOR CONTROL CENTER
enumeration NON FAA
enumeration OTHER
enumeration PNEUMATIC/ELECTRIC CONTROL
enumeration POWER CABLES
enumeration RECTIFIER/CHARGER
enumeration REMOTE MONITORING SYSTEM
enumeration REMOTE START
enumeration SAFETY SHUTDOWN
enumeration SEVERED CABLE
enumeration SPLICE FAILURE
enumeration STARTING BATTERIES
enumeration STARTING SYSTEM
enumeration STEAM BOILER
enumeration SYNC INVERTER
enumeration SYNCHRONIZER CIRCUIT
enumeration THERMOSTAT
enumeration TRANSFER SWITCH
enumeration TRANSFORMER
enumeration UTILITY SUBSTATION
enumeration UTILITY TRANSFORMER
enumeration VENTALATION COMPONENT
enumeration VOLTAGE REGULATOR
enumeration WINDOW AIR CONDITIONING
Used by
Source
<xs:simpleType name="CodeInterruptLogCauseDescriptionType">
  <xs:annotation>
    <xs:documentation>Description of possible cause of interruption</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="AIR CONDITIONING CIRCUIT/COMPONENT"/>
    <xs:enumeration value="AIR HANDLER"/>
    <xs:enumeration value="AIR TRAFFIC"/>
    <xs:enumeration value="AIRWAYS FACILITIES"/>
    <xs:enumeration value="BATTERY BANK"/>
    <xs:enumeration value="BATTERY BANK EXHAUSTED"/>
    <xs:enumeration value="BATTERY CHARGE EXHAUSTED"/>
    <xs:enumeration value="BYPASS/ISOLATION SWITCH"/>
    <xs:enumeration value="CENTRAL PROCESSOR UNIT"/>
    <xs:enumeration value="CHILLER MECHANICAL/ELECTRIC"/>
    <xs:enumeration value="CHILLER SAFETY SHUTDOWN"/>
    <xs:enumeration value="CIRCUIT BREAKER"/>
    <xs:enumeration value="CIRCUIT DESTROYED"/>
    <xs:enumeration value="CIRCUIT INOPERATIVE"/>
    <xs:enumeration value="CIRCUIT LEVEL HIGH - INCOMING"/>
    <xs:enumeration value="CIRCUIT LEVEL HIGH - OUTGOING"/>
    <xs:enumeration value="CIRCUIT LEVEL LOW - INCOMING"/>
    <xs:enumeration value="CIRCUIT LEVEL LOW - OUTGOING"/>
    <xs:enumeration value="CIRCUIT NOISY"/>
    <xs:enumeration value="COMPRESSOR"/>
    <xs:enumeration value="CONTROL CABLES"/>
    <xs:enumeration value="CONTROL PANEL"/>
    <xs:enumeration value="COOLING SYSTEM"/>
    <xs:enumeration value="COOLING TOWER"/>
    <xs:enumeration value="DATA GATHERING PANEL"/>
    <xs:enumeration value="DISTRIBUTION PANEL"/>
    <xs:enumeration value="DISTRIBUTION SYSTEM"/>
    <xs:enumeration value="ELECTRICAL COMPONENT"/>
    <xs:enumeration value="EXHAUSTED FUEL"/>
    <xs:enumeration value="FAA OTHER"/>
    <xs:enumeration value="FAA SUBSTATION"/>
    <xs:enumeration value="FAA TRANSFORMER"/>
    <xs:enumeration value="FAN MOTOR"/>
    <xs:enumeration value="FEATURE IMPROPERLY FUNCTIONING"/>
    <xs:enumeration value="FUEL SYSTEM"/>
    <xs:enumeration value="GENERATOR COMPONENT"/>
    <xs:enumeration value="GOVERNOR SYSTEM COMPONENT"/>
    <xs:enumeration value="HEATING COMPONENT"/>
    <xs:enumeration value="HOT WATER BOILER"/>
    <xs:enumeration value="IMMERSION HEATER"/>
    <xs:enumeration value="LOAD SHARING"/>
    <xs:enumeration value="LOGIC CARD"/>
    <xs:enumeration value="MAIN ENTRANCE SWITCH"/>
    <xs:enumeration value="MAIN UTILITY"/>
    <xs:enumeration value="MECHANICAL COMPONENT"/>
    <xs:enumeration value="MODULE/COMPONENT"/>
    <xs:enumeration value="MONITOR INTERFACE"/>
    <xs:enumeration value="MOTOR CONTROL CENTER"/>
    <xs:enumeration value="NON FAA"/>
    <xs:enumeration value="OTHER"/>
    <xs:enumeration value="PNEUMATIC/ELECTRIC CONTROL"/>
    <xs:enumeration value="POWER CABLES"/>
    <xs:enumeration value="RECTIFIER/CHARGER"/>
    <xs:enumeration value="REMOTE MONITORING SYSTEM"/>
    <xs:enumeration value="REMOTE START"/>
    <xs:enumeration value="SAFETY SHUTDOWN"/>
    <xs:enumeration value="SEVERED CABLE"/>
    <xs:enumeration value="SPLICE FAILURE"/>
    <xs:enumeration value="STARTING BATTERIES"/>
    <xs:enumeration value="STARTING SYSTEM"/>
    <xs:enumeration value="STEAM BOILER"/>
    <xs:enumeration value="SYNC INVERTER"/>
    <xs:enumeration value="SYNCHRONIZER CIRCUIT"/>
    <xs:enumeration value="THERMOSTAT"/>
    <xs:enumeration value="TRANSFER SWITCH"/>
    <xs:enumeration value="TRANSFORMER"/>
    <xs:enumeration value="UTILITY SUBSTATION"/>
    <xs:enumeration value="UTILITY TRANSFORMER"/>
    <xs:enumeration value="VENTALATION COMPONENT"/>
    <xs:enumeration value="VOLTAGE REGULATOR"/>
    <xs:enumeration value="WINDOW AIR CONDITIONING"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeInterruptLogCauseType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Possible causes of the interruption.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ABORT REQUEST MESSAGE
enumeration AND AIR CONDITIONING (SC F)
enumeration CABLE DISTRIBUTION SYSTEMS (SC F)
enumeration CONTROL/MONITOR SYSTEM (SC F)
enumeration DIRECT CURRENT POWER SYSTEMS (SC F)
enumeration ENGINE GENERATORS (SC F)
enumeration ENVIRONMENTAL
enumeration EQUIPMENT
enumeration EXTERNAL INTERRUPT
enumeration HANG
enumeration HEATING
enumeration LINE (REQ. FOR CC 61/81)
enumeration LOCKOUT
enumeration OTHER
enumeration PERSONNEL ERROR
enumeration POWER INTERRUPTION/SPIKES/FLUCTUATIONS (SC F)
enumeration POWER PANELS AND SWITCH GEAR
enumeration SOFTWARE
enumeration SYSTEM DRIFT
enumeration UNINTERRUPTIBLE POWER SYSTEMS AND PCS (SC F)
enumeration VENTALTION
enumeration WEATHER
Used by
Source
<xs:simpleType name="CodeInterruptLogCauseType">
  <xs:annotation>
    <xs:documentation>Possible causes of the interruption.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="ABORT REQUEST MESSAGE"/>
    <xs:enumeration value="AND AIR CONDITIONING (SC F)"/>
    <xs:enumeration value="CABLE DISTRIBUTION SYSTEMS (SC F)"/>
    <xs:enumeration value="CONTROL/MONITOR SYSTEM (SC F)"/>
    <xs:enumeration value="DIRECT CURRENT POWER SYSTEMS (SC F)"/>
    <xs:enumeration value="ENGINE GENERATORS (SC F)"/>
    <xs:enumeration value="ENVIRONMENTAL"/>
    <xs:enumeration value="EQUIPMENT"/>
    <xs:enumeration value="EXTERNAL INTERRUPT"/>
    <xs:enumeration value="HANG"/>
    <xs:enumeration value="HEATING"/>
    <xs:enumeration value="LINE (REQ. FOR CC 61/81)"/>
    <xs:enumeration value="LOCKOUT"/>
    <xs:enumeration value="OTHER"/>
    <xs:enumeration value="PERSONNEL ERROR"/>
    <xs:enumeration value="POWER INTERRUPTION/SPIKES/FLUCTUATIONS (SC F)"/>
    <xs:enumeration value="POWER PANELS AND SWITCH GEAR"/>
    <xs:enumeration value="SOFTWARE"/>
    <xs:enumeration value="SYSTEM DRIFT"/>
    <xs:enumeration value="UNINTERRUPTIBLE POWER SYSTEMS AND PCS (SC F)"/>
    <xs:enumeration value="VENTALTION"/>
    <xs:enumeration value="WEATHER"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeInterruptLogFaultLocationDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Description of the fault location causing the interruption to the equipment/service
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration CONTROL SITE
enumeration FAA LINE/LINK
enumeration REMOTE SITE
enumeration TELCO LINE/LINK (FOR LIR ENTRY CC 61/68/81/88)
enumeration UNKNOWN
Used by
Source
<xs:simpleType name="CodeInterruptLogFaultLocationDescriptionType">
  <xs:annotation>
    <xs:documentation>Description of the fault location causing the interruption to the equipment/service</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="CONTROL SITE"/>
    <xs:enumeration value="FAA LINE/LINK"/>
    <xs:enumeration value="REMOTE SITE"/>
    <xs:enumeration value="TELCO LINE/LINK (FOR LIR ENTRY CC 61/68/81/88)"/>
    <xs:enumeration value="UNKNOWN"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeLineFrequencyFlagType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Code signifying whether line or frequency (or both)
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration B
Line and Frequency (both)
enumeration F
Frequency
enumeration L
Line
Used by
Source
<xs:simpleType name="CodeLineFrequencyFlagType">
  <xs:annotation>
    <xs:documentation>Code signifying whether line or frequency (or both)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="B">
      <xs:annotation>
        <xs:documentation>Line and Frequency (both)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="F">
      <xs:annotation>
        <xs:documentation>Frequency</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="L">
      <xs:annotation>
        <xs:documentation>Line</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeLogStatusDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
TI 6140.33B OCC/SOC Event Manager User's Guide, values from Table 5–1. Display Event Columns
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration CLOSED
enumeration OPEN
enumeration VOID
Used by
Element feat:Log/status
Source
<xs:simpleType name="CodeLogStatusDescriptionType">
  <xs:annotation>
    <xs:documentation>TI 6140.33B OCC/SOC Event Manager User's Guide, values from Table 5–1. Display Event Columns</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="CLOSED"/>
    <xs:enumeration value="OPEN"/>
    <xs:enumeration value="VOID"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeMaintenanceActionDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
6000.15G: We use the Maintenance Action Code (MAC) in conjunction with the Code Category to describe the maintenance action that personnel perform. All log entries require a MAC. You must use the applicable MAC as listed in Appendix A, Logging Codes Table 5. Maintenance Action Codes.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Adjusted/Aligned
enumeration Blank/Not Applicable
enumeration Certification
enumeration Cleaned
enumeration Equip Not Avail for PM
enumeration Initialization
enumeration Maintenance Moratorium
enumeration Military Corrected
enumeration Mod Completed
enumeration Mod Issued
enumeration Mod Not Applicable
enumeration Mod Not Performed
enumeration Mod On Hold - Manpower Shortage (HQ use only)
enumeration Mod On Hold - Washington (GNOT)(HQ use only)
enumeration Mod On Hold (HQ use only)
enumeration Mod Ready To Install
enumeration Other
enumeration Parts on Order (AWP)
enumeration Parts On Order (AWP)
enumeration Patched/Switched
enumeration Pm Incomplete
enumeration PM Incomplete
enumeration Pm Not Performed
enumeration PM Not Performed
enumeration PM Performed
enumeration Pm Performed
enumeration Propagation Condition Improved
enumeration Repaired
enumeration Replaced
enumeration Replaced Card
enumeration Replacement Of Light Bulbs In Lighted Nav/Aids
enumeration Replacement Of Peripherals
enumeration Restored
enumeration Retried
enumeration Self Corrected/No Trouble Found
enumeration Service Complaint
enumeration Telco Unspecified Correction
enumeration Test Equipment Not Available
Used by
Source
<xs:simpleType name="CodeMaintenanceActionDescriptionType">
  <xs:annotation>
    <xs:documentation>6000.15G: We use the Maintenance Action Code (MAC) in conjunction with the Code Category to describe the maintenance action that personnel perform. All log entries require a MAC. You must use the applicable MAC as listed in Appendix A, Logging Codes Table 5. Maintenance Action Codes.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Adjusted/Aligned"/>
    <xs:enumeration value="Blank/Not Applicable"/>
    <xs:enumeration value="Certification"/>
    <xs:enumeration value="Cleaned"/>
    <xs:enumeration value="Equip Not Avail for PM"/>
    <xs:enumeration value="Initialization"/>
    <xs:enumeration value="Maintenance Moratorium"/>
    <xs:enumeration value="Military Corrected"/>
    <xs:enumeration value="Mod Completed"/>
    <xs:enumeration value="Mod Issued"/>
    <xs:enumeration value="Mod Not Applicable"/>
    <xs:enumeration value="Mod Not Performed"/>
    <xs:enumeration value="Mod On Hold - Manpower Shortage (HQ use only)"/>
    <xs:enumeration value="Mod On Hold - Washington (GNOT)(HQ use only)"/>
    <xs:enumeration value="Mod On Hold (HQ use only)"/>
    <xs:enumeration value="Mod Ready To Install"/>
    <xs:enumeration value="Other"/>
    <xs:enumeration value="Parts on Order (AWP)"/>
    <xs:enumeration value="Parts On Order (AWP)"/>
    <xs:enumeration value="Patched/Switched"/>
    <xs:enumeration value="Pm Incomplete"/>
    <xs:enumeration value="PM Incomplete"/>
    <xs:enumeration value="Pm Not Performed"/>
    <xs:enumeration value="PM Not Performed"/>
    <xs:enumeration value="PM Performed"/>
    <xs:enumeration value="Pm Performed"/>
    <xs:enumeration value="Propagation Condition Improved"/>
    <xs:enumeration value="Repaired"/>
    <xs:enumeration value="Replaced"/>
    <xs:enumeration value="Replaced Card"/>
    <xs:enumeration value="Replacement Of Light Bulbs In Lighted Nav/Aids"/>
    <xs:enumeration value="Replacement Of Peripherals"/>
    <xs:enumeration value="Restored"/>
    <xs:enumeration value="Retried"/>
    <xs:enumeration value="Self Corrected/No Trouble Found"/>
    <xs:enumeration value="Service Complaint"/>
    <xs:enumeration value="Telco Unspecified Correction"/>
    <xs:enumeration value="Test Equipment Not Available"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeManafacturedAssetStatusType
Namespace https://mmixm.aero/base/1.0.0
Annotations
The status of an inventoried asset. This status represents whether the assets is received and available, unavailable, in use, or in transit
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ACTIVE
enumeration INACTIVE
enumeration IN_SERVICE
enumeration IN_TRANSIT
enumeration MISSING
Used by
Source
<xs:simpleType name="CodeManafacturedAssetStatusType">
  <xs:annotation>
    <xs:documentation>The status of an inventoried asset. This status represents whether the assets is received and available, unavailable, in use, or in transit</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="ACTIVE"/>
    <xs:enumeration value="INACTIVE"/>
    <xs:enumeration value="IN_SERVICE"/>
    <xs:enumeration value="IN_TRANSIT"/>
    <xs:enumeration value="MISSING"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeNoccEventImpactDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
[TI 6140.32 NOCC User Guide] 6.1.3 discusses Event Impact Type but does not give a definition.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Budget Impact
enumeration Line Only Interruption
enumeration NAS Impact
enumeration No Impact
enumeration Ongoing
enumeration Reduced Service
enumeration Reduced System/Equipment
enumeration Scheduled-FULL
enumeration Unscheduled-FULL
Used by
Source
<xs:simpleType name="CodeNoccEventImpactDescriptionType">
  <xs:annotation>
    <xs:documentation>[TI 6140.32 NOCC User Guide] 6.1.3 discusses Event Impact Type but does not give a definition.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Budget Impact"/>
    <xs:enumeration value="Line Only Interruption"/>
    <xs:enumeration value="NAS Impact"/>
    <xs:enumeration value="No Impact"/>
    <xs:enumeration value="Ongoing"/>
    <xs:enumeration value="Reduced Service"/>
    <xs:enumeration value="Reduced System/Equipment"/>
    <xs:enumeration value="Scheduled-FULL"/>
    <xs:enumeration value="Unscheduled-FULL"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeNoccEventStatusDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
TI 6140.32 is the NOCC Event Manager User Guide. It defines the options for Event Status Type in 6.1.3.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Closed
enumeration Continuing
enumeration Open
Used by
Source
<xs:simpleType name="CodeNoccEventStatusDescriptionType">
  <xs:annotation>
    <xs:documentation>TI 6140.32 is the NOCC Event Manager User Guide. It defines the options for Event Status Type in 6.1.3.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Closed"/>
    <xs:enumeration value="Continuing"/>
    <xs:enumeration value="Open"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeNoccEventTypeDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
TI 6140.32 is the NOCC Event Manager User Guide. It references Event Type but does not provide a clear definition. The enumeration values are pulled from sample data.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Aircraft Accident/Incident
enumeration ASDE Outage
enumeration Budget
enumeration Commission
enumeration Decommission
enumeration Electrostatic Discharge
enumeration Facility/Service Outage
enumeration Flight Inspection
enumeration GPS
enumeration ILS Fac/Service Outage
enumeration Loss of Redundancy
enumeration Manmade Disaster
enumeration Miscellaneous Event
enumeration Natural Disaster
enumeration NCO Event
enumeration Personnel Safety/Haz. Mat.
enumeration Replacement
enumeration RFI Event
enumeration Surface Incident
enumeration Telecomm. Outage
enumeration Vandalism
Used by
Source
<xs:simpleType name="CodeNoccEventTypeDescriptionType">
  <xs:annotation>
    <xs:documentation>TI 6140.32 is the NOCC Event Manager User Guide. It references Event Type but does not provide a clear definition. The enumeration values are pulled from sample data.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Aircraft Accident/Incident"/>
    <xs:enumeration value="ASDE Outage"/>
    <xs:enumeration value="Budget"/>
    <xs:enumeration value="Commission"/>
    <xs:enumeration value="Decommission"/>
    <xs:enumeration value="Electrostatic Discharge"/>
    <xs:enumeration value="Facility/Service Outage"/>
    <xs:enumeration value="Flight Inspection"/>
    <xs:enumeration value="GPS"/>
    <xs:enumeration value="ILS Fac/Service Outage"/>
    <xs:enumeration value="Loss of Redundancy"/>
    <xs:enumeration value="Manmade Disaster"/>
    <xs:enumeration value="Miscellaneous Event"/>
    <xs:enumeration value="Natural Disaster"/>
    <xs:enumeration value="NCO Event"/>
    <xs:enumeration value="Personnel Safety/Haz. Mat."/>
    <xs:enumeration value="Replacement"/>
    <xs:enumeration value="RFI Event"/>
    <xs:enumeration value="Surface Incident"/>
    <xs:enumeration value="Telecomm. Outage"/>
    <xs:enumeration value="Vandalism"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeNumberOfUnitsType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Normally each facility contains a single unit and the number ‘1’ is used. The FSEP Desk guide captures facilities qualifying for multiple unit status.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 0
enumeration 1
enumeration 10
enumeration 102
enumeration 103
enumeration 104
enumeration 106
enumeration 108
enumeration 11
enumeration 111
enumeration 112
enumeration 114
enumeration 117
enumeration 12
enumeration 120
enumeration 123
enumeration 124
enumeration 128
enumeration 13
enumeration 130
enumeration 132
enumeration 133
enumeration 135
enumeration 138
enumeration 14
enumeration 140
enumeration 144
enumeration 145
enumeration 15
enumeration 152
enumeration 154
enumeration 16
enumeration 160
enumeration 161
enumeration 165
enumeration 168
enumeration 169
enumeration 17
enumeration 177
enumeration 18
enumeration 182
enumeration 187
enumeration 19
enumeration 192
enumeration 2
enumeration 20
enumeration 200
enumeration 202
enumeration 209
enumeration 21
enumeration 215
enumeration 22
enumeration 23
enumeration 24
enumeration 25
enumeration 26
enumeration 263
enumeration 27
enumeration 28
enumeration 29
enumeration 299
enumeration 3
enumeration 30
enumeration 31
enumeration 32
enumeration 33
enumeration 34
enumeration 35
enumeration 36
enumeration 37
enumeration 39
enumeration 4
enumeration 40
enumeration 42
enumeration 43
enumeration 44
enumeration 45
enumeration 46
enumeration 47
enumeration 48
enumeration 49
enumeration 5
enumeration 50
enumeration 51
enumeration 52
enumeration 53
enumeration 54
enumeration 55
enumeration 56
enumeration 59
enumeration 6
enumeration 60
enumeration 61
enumeration 62
enumeration 63
enumeration 64
enumeration 65
enumeration 67
enumeration 68
enumeration 69
enumeration 7
enumeration 72
enumeration 74
enumeration 75
enumeration 76
enumeration 78
enumeration 79
enumeration 8
enumeration 80
enumeration 81
enumeration 82
enumeration 84
enumeration 86
enumeration 87
enumeration 88
enumeration 89
enumeration 9
enumeration 90
enumeration 93
enumeration 95
enumeration 96
enumeration 98
enumeration 99
Used by
Source
<xs:simpleType name="CodeNumberOfUnitsType">
  <xs:annotation>
    <xs:documentation>Normally each facility contains a single unit and the number ‘1’ is used. The FSEP Desk guide captures facilities qualifying for multiple unit status.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="0"/>
    <xs:enumeration value="1"/>
    <xs:enumeration value="10"/>
    <xs:enumeration value="102"/>
    <xs:enumeration value="103"/>
    <xs:enumeration value="104"/>
    <xs:enumeration value="106"/>
    <xs:enumeration value="108"/>
    <xs:enumeration value="11"/>
    <xs:enumeration value="111"/>
    <xs:enumeration value="112"/>
    <xs:enumeration value="114"/>
    <xs:enumeration value="117"/>
    <xs:enumeration value="12"/>
    <xs:enumeration value="120"/>
    <xs:enumeration value="123"/>
    <xs:enumeration value="124"/>
    <xs:enumeration value="128"/>
    <xs:enumeration value="13"/>
    <xs:enumeration value="130"/>
    <xs:enumeration value="132"/>
    <xs:enumeration value="133"/>
    <xs:enumeration value="135"/>
    <xs:enumeration value="138"/>
    <xs:enumeration value="14"/>
    <xs:enumeration value="140"/>
    <xs:enumeration value="144"/>
    <xs:enumeration value="145"/>
    <xs:enumeration value="15"/>
    <xs:enumeration value="152"/>
    <xs:enumeration value="154"/>
    <xs:enumeration value="16"/>
    <xs:enumeration value="160"/>
    <xs:enumeration value="161"/>
    <xs:enumeration value="165"/>
    <xs:enumeration value="168"/>
    <xs:enumeration value="169"/>
    <xs:enumeration value="17"/>
    <xs:enumeration value="177"/>
    <xs:enumeration value="18"/>
    <xs:enumeration value="182"/>
    <xs:enumeration value="187"/>
    <xs:enumeration value="19"/>
    <xs:enumeration value="192"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="20"/>
    <xs:enumeration value="200"/>
    <xs:enumeration value="202"/>
    <xs:enumeration value="209"/>
    <xs:enumeration value="21"/>
    <xs:enumeration value="215"/>
    <xs:enumeration value="22"/>
    <xs:enumeration value="23"/>
    <xs:enumeration value="24"/>
    <xs:enumeration value="25"/>
    <xs:enumeration value="26"/>
    <xs:enumeration value="263"/>
    <xs:enumeration value="27"/>
    <xs:enumeration value="28"/>
    <xs:enumeration value="29"/>
    <xs:enumeration value="299"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="30"/>
    <xs:enumeration value="31"/>
    <xs:enumeration value="32"/>
    <xs:enumeration value="33"/>
    <xs:enumeration value="34"/>
    <xs:enumeration value="35"/>
    <xs:enumeration value="36"/>
    <xs:enumeration value="37"/>
    <xs:enumeration value="39"/>
    <xs:enumeration value="4"/>
    <xs:enumeration value="40"/>
    <xs:enumeration value="42"/>
    <xs:enumeration value="43"/>
    <xs:enumeration value="44"/>
    <xs:enumeration value="45"/>
    <xs:enumeration value="46"/>
    <xs:enumeration value="47"/>
    <xs:enumeration value="48"/>
    <xs:enumeration value="49"/>
    <xs:enumeration value="5"/>
    <xs:enumeration value="50"/>
    <xs:enumeration value="51"/>
    <xs:enumeration value="52"/>
    <xs:enumeration value="53"/>
    <xs:enumeration value="54"/>
    <xs:enumeration value="55"/>
    <xs:enumeration value="56"/>
    <xs:enumeration value="59"/>
    <xs:enumeration value="6"/>
    <xs:enumeration value="60"/>
    <xs:enumeration value="61"/>
    <xs:enumeration value="62"/>
    <xs:enumeration value="63"/>
    <xs:enumeration value="64"/>
    <xs:enumeration value="65"/>
    <xs:enumeration value="67"/>
    <xs:enumeration value="68"/>
    <xs:enumeration value="69"/>
    <xs:enumeration value="7"/>
    <xs:enumeration value="72"/>
    <xs:enumeration value="74"/>
    <xs:enumeration value="75"/>
    <xs:enumeration value="76"/>
    <xs:enumeration value="78"/>
    <xs:enumeration value="79"/>
    <xs:enumeration value="8"/>
    <xs:enumeration value="80"/>
    <xs:enumeration value="81"/>
    <xs:enumeration value="82"/>
    <xs:enumeration value="84"/>
    <xs:enumeration value="86"/>
    <xs:enumeration value="87"/>
    <xs:enumeration value="88"/>
    <xs:enumeration value="89"/>
    <xs:enumeration value="9"/>
    <xs:enumeration value="90"/>
    <xs:enumeration value="93"/>
    <xs:enumeration value="95"/>
    <xs:enumeration value="96"/>
    <xs:enumeration value="98"/>
    <xs:enumeration value="99"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeOperationalAvailabilityType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Describes the current operational availability of the asset (e.g., available, partially available, unavailable, etc.)
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Available
enumeration Partially Available
enumeration Unavailable
enumeration Unknown
Used by
Source
<xs:simpleType name="CodeOperationalAvailabilityType">
  <xs:annotation>
    <xs:documentation>Describes the current operational availability of the asset (e.g., available, partially available, unavailable, etc.)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Available"/>
    <xs:enumeration value="Partially Available"/>
    <xs:enumeration value="Unavailable"/>
    <xs:enumeration value="Unknown"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodePrimarySpareType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Primary or Spare
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration P
enumeration S
Used by
Source
<xs:simpleType name="CodePrimarySpareType">
  <xs:annotation>
    <xs:documentation>Primary or Spare</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="P"/>
    <xs:enumeration value="S"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodePrimeRecoveryDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
description of the recovery mechanism
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration AUTO STARTOVER (MANUAL OR AUTOMATIC)
enumeration CENTRAL PROCESSOR SWITCHOVER (MANUAL OR AUTOMATIC)
enumeration COLD START
enumeration DISPLAY PROCESSOR PROGRAM LOAD
enumeration DISPLAY PROCESSOR RECONFIGURATION (MANUAL OR AUTOMATIC)
enumeration DISPLAY PROCESSOR STARTOVER WITH NEW DATABASE
enumeration IPL/AUTO LOAD
enumeration MODE 1
enumeration MODE 2
enumeration MODE 3
enumeration MODE 4
enumeration MODE 5
enumeration MODE 6
enumeration MODE 7
enumeration MODE 8
enumeration MODE 9
enumeration MODE A
enumeration MODE B
enumeration MODE C
enumeration RECONSTITUTE DATABASE
enumeration RE-ESTABLISH/RESCUE
enumeration RELOAD PROGRAM/RECONSTITUTE DATABASE/RESUME PROCESSING
enumeration RESUME
Used by
Source
<xs:simpleType name="CodePrimeRecoveryDescriptionType">
  <xs:annotation>
    <xs:documentation>description of the recovery mechanism</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="AUTO STARTOVER (MANUAL OR AUTOMATIC)"/>
    <xs:enumeration value="CENTRAL PROCESSOR SWITCHOVER (MANUAL OR AUTOMATIC)"/>
    <xs:enumeration value="COLD START"/>
    <xs:enumeration value="DISPLAY PROCESSOR PROGRAM LOAD"/>
    <xs:enumeration value="DISPLAY PROCESSOR RECONFIGURATION (MANUAL OR AUTOMATIC)"/>
    <xs:enumeration value="DISPLAY PROCESSOR STARTOVER WITH NEW DATABASE"/>
    <xs:enumeration value="IPL/AUTO LOAD"/>
    <xs:enumeration value="MODE 1"/>
    <xs:enumeration value="MODE 2"/>
    <xs:enumeration value="MODE 3"/>
    <xs:enumeration value="MODE 4"/>
    <xs:enumeration value="MODE 5"/>
    <xs:enumeration value="MODE 6"/>
    <xs:enumeration value="MODE 7"/>
    <xs:enumeration value="MODE 8"/>
    <xs:enumeration value="MODE 9"/>
    <xs:enumeration value="MODE A"/>
    <xs:enumeration value="MODE B"/>
    <xs:enumeration value="MODE C"/>
    <xs:enumeration value="RECONSTITUTE DATABASE"/>
    <xs:enumeration value="RE-ESTABLISH/RESCUE"/>
    <xs:enumeration value="RELOAD PROGRAM/RECONSTITUTE DATABASE/RESUME PROCESSING"/>
    <xs:enumeration value="RESUME"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeRatingStatusType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Status of the credential
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Current
enumeration Historical
enumeration Pending
Used by
Source
<xs:simpleType name="CodeRatingStatusType">
  <xs:annotation>
    <xs:documentation>Status of the credential</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Current"/>
    <xs:enumeration value="Historical"/>
    <xs:enumeration value="Pending"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeRegionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
The code for the NAS region associated with the operational asset
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration AC
enumeration AL
enumeration CE
enumeration CT
enumeration EA
enumeration GL
enumeration NE
enumeration NM
enumeration SO
enumeration SW
enumeration WA
enumeration WP
Used by
Source
<xs:simpleType name="CodeRegionType">
  <xs:annotation>
    <xs:documentation>The code for the NAS region associated with the operational asset</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="AC"/>
    <xs:enumeration value="AL"/>
    <xs:enumeration value="CE"/>
    <xs:enumeration value="CT"/>
    <xs:enumeration value="EA"/>
    <xs:enumeration value="GL"/>
    <xs:enumeration value="NE"/>
    <xs:enumeration value="NM"/>
    <xs:enumeration value="SO"/>
    <xs:enumeration value="SW"/>
    <xs:enumeration value="WA"/>
    <xs:enumeration value="WP"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeReportLevelType
Namespace https://mmixm.aero/base/1.0.0
Annotations
TI 6140.33B OCC/SOC Event Manager User's Guide Values from Table 5–1. Display Event Columns, Event scope reporting level
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration M
enumeration N
Used by
Source
<xs:simpleType name="CodeReportLevelType">
  <xs:annotation>
    <xs:documentation>TI 6140.33B OCC/SOC Event Manager User's Guide Values from Table 5–1. Display Event Columns, Event scope reporting level</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="M"/>
    <xs:enumeration value="N"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeResponsibilityType
Namespace https://mmixm.aero/base/1.0.0
Annotations
The entity responsible for maintaining the asset.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration #
enumeration 1
enumeration 3
enumeration 4
enumeration 5
enumeration 6
enumeration 7
enumeration 9
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration H
enumeration I
enumeration J
enumeration K
enumeration L
enumeration M
enumeration N
enumeration O
enumeration P
enumeration Q
enumeration R
enumeration S
enumeration T
enumeration U
enumeration V
enumeration W
enumeration X
enumeration Y
enumeration Z
Used by
Source
<xs:simpleType name="CodeResponsibilityType">
  <xs:annotation>
    <xs:documentation>The entity responsible for maintaining the asset.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="#"/>
    <xs:enumeration value="1"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="4"/>
    <xs:enumeration value="5"/>
    <xs:enumeration value="6"/>
    <xs:enumeration value="7"/>
    <xs:enumeration value="9"/>
    <xs:enumeration value="A"/>
    <xs:enumeration value="B"/>
    <xs:enumeration value="C"/>
    <xs:enumeration value="D"/>
    <xs:enumeration value="E"/>
    <xs:enumeration value="F"/>
    <xs:enumeration value="G"/>
    <xs:enumeration value="H"/>
    <xs:enumeration value="I"/>
    <xs:enumeration value="J"/>
    <xs:enumeration value="K"/>
    <xs:enumeration value="L"/>
    <xs:enumeration value="M"/>
    <xs:enumeration value="N"/>
    <xs:enumeration value="O"/>
    <xs:enumeration value="P"/>
    <xs:enumeration value="Q"/>
    <xs:enumeration value="R"/>
    <xs:enumeration value="S"/>
    <xs:enumeration value="T"/>
    <xs:enumeration value="U"/>
    <xs:enumeration value="V"/>
    <xs:enumeration value="W"/>
    <xs:enumeration value="X"/>
    <xs:enumeration value="Y"/>
    <xs:enumeration value="Z"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeServiceAreaType
Namespace https://mmixm.aero/base/1.0.0
Annotations
The first two characters of the ATOW Organization define the Service Area.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration W0
enumeration W1
enumeration W2
enumeration WB
enumeration WC
enumeration WE
enumeration WN
enumeration WT
enumeration WW
Used by
Source
<xs:simpleType name="CodeServiceAreaType">
  <xs:annotation>
    <xs:documentation>The first two characters of the ATOW Organization define the Service Area.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="W0"/>
    <xs:enumeration value="W1"/>
    <xs:enumeration value="W2"/>
    <xs:enumeration value="WB"/>
    <xs:enumeration value="WC"/>
    <xs:enumeration value="WE"/>
    <xs:enumeration value="WN"/>
    <xs:enumeration value="WT"/>
    <xs:enumeration value="WW"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeSscType
Namespace https://mmixm.aero/base/1.0.0
Annotations
The FAA System Support Center (SSC).  The last two characters of the ATOW Org represents the SSC code
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 0
enumeration 1
enumeration 2
enumeration 3
enumeration 4
enumeration 5
enumeration 6
enumeration 7
enumeration 8
enumeration 9
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration H
enumeration J
enumeration K
enumeration L
enumeration M
enumeration N
enumeration P
Used by
Source
<xs:simpleType name="CodeSscType">
  <xs:annotation>
    <xs:documentation>The FAA System Support Center (SSC). The last two characters of the ATOW Org represents the SSC code</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="0"/>
    <xs:enumeration value="1"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="4"/>
    <xs:enumeration value="5"/>
    <xs:enumeration value="6"/>
    <xs:enumeration value="7"/>
    <xs:enumeration value="8"/>
    <xs:enumeration value="9"/>
    <xs:enumeration value="A"/>
    <xs:enumeration value="B"/>
    <xs:enumeration value="C"/>
    <xs:enumeration value="D"/>
    <xs:enumeration value="E"/>
    <xs:enumeration value="F"/>
    <xs:enumeration value="G"/>
    <xs:enumeration value="H"/>
    <xs:enumeration value="J"/>
    <xs:enumeration value="K"/>
    <xs:enumeration value="L"/>
    <xs:enumeration value="M"/>
    <xs:enumeration value="N"/>
    <xs:enumeration value="P"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeStaffedHoursType
Namespace https://mmixm.aero/base/1.0.0
Annotations
This three-character numeric field contains the hours that a facility is manned. The first two characters indicate the staffing hours per day (from 00 to 24) for the facility by Tech Ops field personnel and the third character indicates the number of days in a week (from 0 to 7).
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 105
enumeration 106
enumeration 107
enumeration 125
enumeration 126
enumeration 127
enumeration 165
enumeration 166
enumeration 167
enumeration 245
enumeration 246
enumeration 247
enumeration 85
enumeration 86
enumeration 87
Used by
Source
<xs:simpleType name="CodeStaffedHoursType">
  <xs:annotation>
    <xs:documentation>This three-character numeric field contains the hours that a facility is manned. The first two characters indicate the staffing hours per day (from 00 to 24) for the facility by Tech Ops field personnel and the third character indicates the number of days in a week (from 0 to 7).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="105"/>
    <xs:enumeration value="106"/>
    <xs:enumeration value="107"/>
    <xs:enumeration value="125"/>
    <xs:enumeration value="126"/>
    <xs:enumeration value="127"/>
    <xs:enumeration value="165"/>
    <xs:enumeration value="166"/>
    <xs:enumeration value="167"/>
    <xs:enumeration value="245"/>
    <xs:enumeration value="246"/>
    <xs:enumeration value="247"/>
    <xs:enumeration value="85"/>
    <xs:enumeration value="86"/>
    <xs:enumeration value="87"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeSupplementalDescriptionType
Namespace https://mmixm.aero/base/1.0.0
Annotations
SUPPLEMENTAL CODE USED IN CONJUNCTION WITH CODE CATEGORY TO DESCRIBE THE REASON FOR THE LOG ENTRY.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration & FRD Review
enumeration Adaptation Change
enumeration Adaptation Load
enumeration Adaptation Loads Or Reloads
enumeration Adjustment of Certification Parameter
enumeration Administrative (Air Shows
enumeration Air Traffic
enumeration Aircraft Accident
enumeration Airport Activities (Airport Ops
enumeration Anomalous Propagation (Radar Services Only)
enumeration ATC-0 At A/T Fac (ARTCC
enumeration ATCT
enumeration Birds/Animals/Insects
enumeration Blank/ Not Applicable
enumeration Blank/Not Applicable
enumeration Brute Force Or Bleed Over
enumeration Building Repairs/Replacement
enumeration Cable Failure/Cut
enumeration Caused By A Facility Interruption
enumeration Caused by Facility Interruption
enumeration Caused by Service Interruption
enumeration CERAP
enumeration Channel Failure (Switch Over)
enumeration Chart Load
enumeration Chart Loads Or Reloads
enumeration Chart or Map Update
enumeration Circuit/Line/IP Cloud
enumeration Cold start(not assoc. w/PM-see CC 60
enumeration Conditioned Based Maintenance
enumeration Control Center (Technical Operations)
enumeration Critical for NAS Operations
enumeration DOD Activities
enumeration Earthquake/Volcanic Event
enumeration Electronic Attack Operations
enumeration Environmental Causes
enumeration Equip Upgrade (Requires FSEP Key Field Change)
enumeration Equipment
enumeration Equipment Part Failure
enumeration etc)
enumeration Etc)
enumeration etc.)
enumeration FAA Line/Links/Intermediate Fac
enumeration Fac/Serv taken OTS for mod to another Fac/Serv
enumeration Facility Inspections
enumeration Facility Maintenance Log Review only
enumeration Facility Power and Support Systems
enumeration Facility Power and Support Systems (FAA)
enumeration Facility Power and Support Systems (Non-FAA)
enumeration Facility Reference Data Review only
enumeration FBO
enumeration Fire
enumeration Firmware
enumeration Flight Check Cancelled
enumeration Flood
enumeration Frequency Change
enumeration Fuse/Circuit Breaker
enumeration Hazardous Misleading Information (HMI) Shutdown
enumeration Ice
enumeration ILS CoS Events
enumeration Intermittent Errors/Auto Reset
enumeration Intermittent Spurious
enumeration Intermodulation (TX/RX)
enumeration Key Site Testing
enumeration Lightning Strike
enumeration Local Release Change (Software Update)
enumeration Logs
enumeration Manual Reset (Equipment Only)
enumeration Military
enumeration Mod On Failure/OTS
enumeration Modification (Must Have NCP/LEM Number)
enumeration National Team Assignment/Non-standard Issuance
enumeration Network Maintenance
enumeration No Trouble Found
enumeration Non-FAA Circuits
enumeration Non-Govt (Contractor
enumeration Non-Mil Govt Agency
enumeration Operating System
enumeration Order Parts
enumeration Other
enumeration Other FAA Org
enumeration Other Or Null
enumeration Perform Diagnostic
enumeration Performance Examinations
enumeration Periodic Maintenance
enumeration Personnel Error
enumeration Phased Implementation
enumeration Physical Storage Medium
enumeration PM for Reset/Initialization/Cold Start/CHNL Promo
enumeration Post Aircraft Accident
enumeration Power (Non-FAA Provided)
enumeration Power (Telco Provided)
enumeration Power Supply
enumeration Program Implementation Error
enumeration Protective Shutdown
enumeration Protective Shutdown (Hurricane/Flood/Tsunami/etc)
enumeration Public
enumeration Rain
enumeration RCL (Telco Provider Maintained Only)
enumeration Relocation (Physical Move of a Facility)
enumeration Remove And Replace
enumeration Repair Parts
enumeration Replace/Repair
enumeration Reserved
enumeration Reset
enumeration Reset (for non-Tech Ops Groups)
enumeration Restoral Flight Check
enumeration RF Interference
enumeration Runway Closure/Construction
enumeration Runway Safety Area (RSA) Work
enumeration Safety
enumeration Safety - Delayed Restoration
enumeration Safety (Personnel)
enumeration Safety Related Check
enumeration Safety Related Check (Safety Of Flight)
enumeration Safety-Delayed Restoration due to Employee Fatigue
enumeration sc 7 for PM)
enumeration Scheduled (by AVN)
enumeration Security Activities
enumeration Snow
enumeration Snow/Ice Removal
enumeration Software Load
enumeration Software Load Or Reload
enumeration Software/Firmware Error
enumeration Solar Activity
enumeration Solar Outage Prediction- SOG use only
enumeration Special (Requested by Technical Operations)
enumeration Special Tests
enumeration Standard
enumeration Stuck Mic Or Continuous Carrier
enumeration Tech On Site (TOS)
enumeration Technical Operations (Non Control Center)
enumeration Technical Performance Record (TPR) Review only
enumeration Telco
enumeration Temperature Extremes/Variations
enumeration Temperature Inversion Or Path Fade
enumeration Testing
enumeration TPR
enumeration TPR and FRD Review
enumeration TRACO
enumeration Training (OJT/PeXam)
enumeration Transmission Line/Connector
enumeration Tree Trimming
enumeration Troubleshooting
enumeration Troubleshooting/Repair
enumeration Unknown
enumeration Vandalism Or Other Act Of Purposeful Destruction
enumeration Vegetation (Trees
enumeration Vegetation Control
enumeration Vegetation Control (Mowing
enumeration Waiting On Flight Check
enumeration Waiting Technician Availability
enumeration Wind/Tornado/Hurricane
Used by
Source
<xs:simpleType name="CodeSupplementalDescriptionType">
  <xs:annotation>
    <xs:documentation>SUPPLEMENTAL CODE USED IN CONJUNCTION WITH CODE CATEGORY TO DESCRIBE THE REASON FOR THE LOG ENTRY.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="& FRD Review"/>
    <xs:enumeration value="Adaptation Change"/>
    <xs:enumeration value="Adaptation Load"/>
    <xs:enumeration value="Adaptation Loads Or Reloads"/>
    <xs:enumeration value="Adjustment of Certification Parameter"/>
    <xs:enumeration value="Administrative (Air Shows"/>
    <xs:enumeration value="Air Traffic"/>
    <xs:enumeration value="Aircraft Accident"/>
    <xs:enumeration value="Airport Activities (Airport Ops"/>
    <xs:enumeration value="Anomalous Propagation (Radar Services Only)"/>
    <xs:enumeration value="ATC-0 At A/T Fac (ARTCC"/>
    <xs:enumeration value="ATCT"/>
    <xs:enumeration value="Birds/Animals/Insects"/>
    <xs:enumeration value="Blank/ Not Applicable"/>
    <xs:enumeration value="Blank/Not Applicable"/>
    <xs:enumeration value="Brute Force Or Bleed Over"/>
    <xs:enumeration value="Building Repairs/Replacement"/>
    <xs:enumeration value="Cable Failure/Cut"/>
    <xs:enumeration value="Caused By A Facility Interruption"/>
    <xs:enumeration value="Caused by Facility Interruption"/>
    <xs:enumeration value="Caused by Service Interruption"/>
    <xs:enumeration value="CERAP"/>
    <xs:enumeration value="Channel Failure (Switch Over)"/>
    <xs:enumeration value="Chart Load"/>
    <xs:enumeration value="Chart Loads Or Reloads"/>
    <xs:enumeration value="Chart or Map Update"/>
    <xs:enumeration value="Circuit/Line/IP Cloud"/>
    <xs:enumeration value="Cold start(not assoc. w/PM-see CC 60"/>
    <xs:enumeration value="Conditioned Based Maintenance"/>
    <xs:enumeration value="Control Center (Technical Operations)"/>
    <xs:enumeration value="Critical for NAS Operations"/>
    <xs:enumeration value="DOD Activities"/>
    <xs:enumeration value="Earthquake/Volcanic Event"/>
    <xs:enumeration value="Electronic Attack Operations"/>
    <xs:enumeration value="Environmental Causes"/>
    <xs:enumeration value="Equip Upgrade (Requires FSEP Key Field Change)"/>
    <xs:enumeration value="Equipment"/>
    <xs:enumeration value="Equipment Part Failure"/>
    <xs:enumeration value="etc)"/>
    <xs:enumeration value="Etc)"/>
    <xs:enumeration value="etc.)"/>
    <xs:enumeration value="FAA Line/Links/Intermediate Fac"/>
    <xs:enumeration value="Fac/Serv taken OTS for mod to another Fac/Serv"/>
    <xs:enumeration value="Facility Inspections"/>
    <xs:enumeration value="Facility Maintenance Log Review only"/>
    <xs:enumeration value="Facility Power and Support Systems"/>
    <xs:enumeration value="Facility Power and Support Systems (FAA)"/>
    <xs:enumeration value="Facility Power and Support Systems (Non-FAA)"/>
    <xs:enumeration value="Facility Reference Data Review only"/>
    <xs:enumeration value="FBO"/>
    <xs:enumeration value="Fire"/>
    <xs:enumeration value="Firmware"/>
    <xs:enumeration value="Flight Check Cancelled"/>
    <xs:enumeration value="Flood"/>
    <xs:enumeration value="Frequency Change"/>
    <xs:enumeration value="Fuse/Circuit Breaker"/>
    <xs:enumeration value="Hazardous Misleading Information (HMI) Shutdown"/>
    <xs:enumeration value="Ice"/>
    <xs:enumeration value="ILS CoS Events"/>
    <xs:enumeration value="Intermittent Errors/Auto Reset"/>
    <xs:enumeration value="Intermittent Spurious"/>
    <xs:enumeration value="Intermodulation (TX/RX)"/>
    <xs:enumeration value="Key Site Testing"/>
    <xs:enumeration value="Lightning Strike"/>
    <xs:enumeration value="Local Release Change (Software Update)"/>
    <xs:enumeration value="Logs"/>
    <xs:enumeration value="Manual Reset (Equipment Only)"/>
    <xs:enumeration value="Military"/>
    <xs:enumeration value="Mod On Failure/OTS"/>
    <xs:enumeration value="Modification (Must Have NCP/LEM Number)"/>
    <xs:enumeration value="National Team Assignment/Non-standard Issuance"/>
    <xs:enumeration value="Network Maintenance"/>
    <xs:enumeration value="No Trouble Found"/>
    <xs:enumeration value="Non-FAA Circuits"/>
    <xs:enumeration value="Non-Govt (Contractor"/>
    <xs:enumeration value="Non-Mil Govt Agency"/>
    <xs:enumeration value="Operating System"/>
    <xs:enumeration value="Order Parts"/>
    <xs:enumeration value="Other"/>
    <xs:enumeration value="Other FAA Org"/>
    <xs:enumeration value="Other Or Null"/>
    <xs:enumeration value="Perform Diagnostic"/>
    <xs:enumeration value="Performance Examinations"/>
    <xs:enumeration value="Periodic Maintenance"/>
    <xs:enumeration value="Personnel Error"/>
    <xs:enumeration value="Phased Implementation"/>
    <xs:enumeration value="Physical Storage Medium"/>
    <xs:enumeration value="PM for Reset/Initialization/Cold Start/CHNL Promo"/>
    <xs:enumeration value="Post Aircraft Accident"/>
    <xs:enumeration value="Power (Non-FAA Provided)"/>
    <xs:enumeration value="Power (Telco Provided)"/>
    <xs:enumeration value="Power Supply"/>
    <xs:enumeration value="Program Implementation Error"/>
    <xs:enumeration value="Protective Shutdown"/>
    <xs:enumeration value="Protective Shutdown (Hurricane/Flood/Tsunami/etc)"/>
    <xs:enumeration value="Public"/>
    <xs:enumeration value="Rain"/>
    <xs:enumeration value="RCL (Telco Provider Maintained Only)"/>
    <xs:enumeration value="Relocation (Physical Move of a Facility)"/>
    <xs:enumeration value="Remove And Replace"/>
    <xs:enumeration value="Repair Parts"/>
    <xs:enumeration value="Replace/Repair"/>
    <xs:enumeration value="Reserved"/>
    <xs:enumeration value="Reset"/>
    <xs:enumeration value="Reset (for non-Tech Ops Groups)"/>
    <xs:enumeration value="Restoral Flight Check"/>
    <xs:enumeration value="RF Interference"/>
    <xs:enumeration value="Runway Closure/Construction"/>
    <xs:enumeration value="Runway Safety Area (RSA) Work"/>
    <xs:enumeration value="Safety"/>
    <xs:enumeration value="Safety - Delayed Restoration"/>
    <xs:enumeration value="Safety (Personnel)"/>
    <xs:enumeration value="Safety Related Check"/>
    <xs:enumeration value="Safety Related Check (Safety Of Flight)"/>
    <xs:enumeration value="Safety-Delayed Restoration due to Employee Fatigue"/>
    <xs:enumeration value="sc 7 for PM)"/>
    <xs:enumeration value="Scheduled (by AVN)"/>
    <xs:enumeration value="Security Activities"/>
    <xs:enumeration value="Snow"/>
    <xs:enumeration value="Snow/Ice Removal"/>
    <xs:enumeration value="Software Load"/>
    <xs:enumeration value="Software Load Or Reload"/>
    <xs:enumeration value="Software/Firmware Error"/>
    <xs:enumeration value="Solar Activity"/>
    <xs:enumeration value="Solar Outage Prediction- SOG use only"/>
    <xs:enumeration value="Special (Requested by Technical Operations)"/>
    <xs:enumeration value="Special Tests"/>
    <xs:enumeration value="Standard"/>
    <xs:enumeration value="Stuck Mic Or Continuous Carrier"/>
    <xs:enumeration value="Tech On Site (TOS)"/>
    <xs:enumeration value="Technical Operations (Non Control Center)"/>
    <xs:enumeration value="Technical Performance Record (TPR) Review only"/>
    <xs:enumeration value="Telco"/>
    <xs:enumeration value="Temperature Extremes/Variations"/>
    <xs:enumeration value="Temperature Inversion Or Path Fade"/>
    <xs:enumeration value="Testing"/>
    <xs:enumeration value="TPR"/>
    <xs:enumeration value="TPR and FRD Review"/>
    <xs:enumeration value="TRACO"/>
    <xs:enumeration value="Training (OJT/PeXam)"/>
    <xs:enumeration value="Transmission Line/Connector"/>
    <xs:enumeration value="Tree Trimming"/>
    <xs:enumeration value="Troubleshooting"/>
    <xs:enumeration value="Troubleshooting/Repair"/>
    <xs:enumeration value="Unknown"/>
    <xs:enumeration value="Vandalism Or Other Act Of Purposeful Destruction"/>
    <xs:enumeration value="Vegetation (Trees"/>
    <xs:enumeration value="Vegetation Control"/>
    <xs:enumeration value="Vegetation Control (Mowing"/>
    <xs:enumeration value="Waiting On Flight Check"/>
    <xs:enumeration value="Waiting Technician Availability"/>
    <xs:enumeration value="Wind/Tornado/Hurricane"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeTelephoneCountryType
Namespace https://mmixm.aero/base/1.0.0
Annotations
country code used in a telephone number
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="CodeTelephoneCountryType">
  <xs:annotation>
    <xs:documentation>country code used in a telephone number</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
[ top ]
Simple Type bas:CodeTierType
Namespace https://mmixm.aero/base/1.0.0
Annotations
provides a means for Tech Ops to monitor store credits. Restore equipment during a government shutdown. [6000.1 FSEP Pocket Reference Guide]
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 111
enumeration 222
enumeration 333
enumeration XXX
Used by
Source
<xs:simpleType name="CodeTierType">
  <xs:annotation>
    <xs:documentation>provides a means for Tech Ops to monitor store credits. Restore equipment during a government shutdown. [6000.1 FSEP Pocket Reference Guide]</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="111"/>
    <xs:enumeration value="222"/>
    <xs:enumeration value="333"/>
    <xs:enumeration value="XXX"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CodeWorkResponsibilityAreaType
Namespace https://mmixm.aero/base/1.0.0
Annotations
code signifying a work responsibility area
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 9020
enumeration ARTS
enumeration ATCT
enumeration AUTO
enumeration BUILD
enumeration COMM
enumeration COORD
enumeration DARC
enumeration DATA
enumeration DSPLY
enumeration ENROUT
enumeration ESU
enumeration NAVAID
enumeration PSEUDO
enumeration RADAR
enumeration SUPP
enumeration SUPPRT
enumeration SURV
enumeration TE
enumeration TERMIN
enumeration WX
Source
<xs:simpleType name="CodeWorkResponsibilityAreaType">
  <xs:annotation>
    <xs:documentation>code signifying a work responsibility area</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="9020"/>
    <xs:enumeration value="ARTS"/>
    <xs:enumeration value="ATCT"/>
    <xs:enumeration value="AUTO"/>
    <xs:enumeration value="BUILD"/>
    <xs:enumeration value="COMM"/>
    <xs:enumeration value="COORD"/>
    <xs:enumeration value="DARC"/>
    <xs:enumeration value="DATA"/>
    <xs:enumeration value="DSPLY"/>
    <xs:enumeration value="ENROUT"/>
    <xs:enumeration value="ESU"/>
    <xs:enumeration value="NAVAID"/>
    <xs:enumeration value="PSEUDO"/>
    <xs:enumeration value="RADAR"/>
    <xs:enumeration value="SUPP"/>
    <xs:enumeration value="SUPPRT"/>
    <xs:enumeration value="SURV"/>
    <xs:enumeration value="TE"/>
    <xs:enumeration value="TERMIN"/>
    <xs:enumeration value="WX"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:CostCenterType
Namespace https://mmixm.aero/base/1.0.0
Annotations
five character alphanumeric string representing the cost center
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [A-Z0-9]{5}
Used by
Source
<xs:simpleType name="CostCenterType">
  <xs:annotation>
    <xs:documentation>five character alphanumeric string representing the cost center</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Z0-9]{5}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:DateHourType
Namespace https://mmixm.aero/base/1.0.0
Annotations
date and hour format
Diagram
Diagram
Type xs:dateTime
Used by
Source
<xs:simpleType name="DateHourType">
  <xs:annotation>
    <xs:documentation>date and hour format</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:dateTime"/>
</xs:simpleType>
[ top ]
Simple Type bas:DomainCodeType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Domain code type
Diagram
Diagram mmixm.tmp#String50Type
Type bas:String50Type
Type hierarchy
Facets
maxLength 50
Used by
Source
<xs:simpleType name="DomainCodeType">
  <xs:annotation>
    <xs:documentation>Domain code type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="bas:String50Type"/>
</xs:simpleType>
[ top ]
Simple Type bas:String50Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 50 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 50
Used by
Source
<xs:simpleType name="String50Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 50 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="50"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:FacilityAssetType
Namespace https://mmixm.aero/base/1.0.0
Annotations
The five- character alphanumeric field contains the type of entity in FSEP, including services. The FSEP Desk Guide contains acronyms for facility type fields.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9A-Z]{2,5}
Used by
Source
<xs:simpleType name="FacilityAssetType">
  <xs:annotation>
    <xs:documentation>The five- character alphanumeric field contains the type of entity in FSEP, including services. The FSEP Desk Guide contains acronyms for facility type fields.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9A-Z]{2,5}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:FacilityIdentType
Namespace https://mmixm.aero/base/1.0.0
Annotations
This three or four character field represents the location of the equipment. Location identifiers assignment process is detailed in Order 6000.5E, Chapter 3, Section 3.1 Location Identifier Process.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9A-Z]{3,4}
Used by
Source
<xs:simpleType name="FacilityIdentType">
  <xs:annotation>
    <xs:documentation>This three or four character field represents the location of the equipment. Location identifiers assignment process is detailed in Order 6000.5E, Chapter 3, Section 3.1 Location Identifier Process.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9A-Z]{3,4}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:Integer22Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
Allows up to a 22 digit integer
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 9999999999999999999999
Used by
Source
<xs:simpleType name="Integer22Type">
  <xs:annotation>
    <xs:documentation>Allows up to a 22 digit integer</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:maxInclusive value="9999999999999999999999"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:NaprsControlTypeType
Namespace https://mmixm.aero/base/1.0.0
Annotations
NAPRS Control Type
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [A-Z0-9]{1,5}
Source
<xs:simpleType name="NaprsControlTypeType">
  <xs:annotation>
    <xs:documentation>NAPRS Control Type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Z0-9]{1,5}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:NdcEmpIdType
Namespace https://mmixm.aero/base/1.0.0
Annotations
Specifies allowable values for the NDC employee ID
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 99999999
minInclusive 1
Used by
Source
<xs:simpleType name="NdcEmpIdType">
  <xs:annotation>
    <xs:documentation>Specifies allowable values for the NDC employee ID</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:maxInclusive value="99999999"/>
    <xs:minInclusive value="1"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:PhoneNumberType
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a telephone number format
Diagram
Diagram
Type restriction of xs:string
Facets
pattern (\+)?[0-9\s\-\(\)]+
Used by
Source
<xs:simpleType name="PhoneNumberType">
  <xs:annotation>
    <xs:documentation>specifies a telephone number format</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="(\+)?[0-9\s\-\(\)]+"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:RunwayType
Namespace https://mmixm.aero/base/1.0.0
Annotations
This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern ([1-9]|[1-2][0-9]|[3][0-6])[LRC]?
Used by
Source
<xs:simpleType name="RunwayType">
  <xs:annotation>
    <xs:documentation>This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="([1-9]|[1-2][0-9]|[3][0-6])[LRC]?"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:StatusDateType
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a type of date format
Diagram
Diagram
Type restriction of xs:string
Facets
pattern \d{2}[/]\d{2}[/]\d{4}
Source
<xs:simpleType name="StatusDateType">
  <xs:annotation>
    <xs:documentation>specifies a type of date format</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="\d{2}[/]\d{2}[/]\d{4}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String13Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 13 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 13
Source
<xs:simpleType name="String13Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 13 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="13"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String15Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 15 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 15
Used by
Source
<xs:simpleType name="String15Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 15 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="15"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String1Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 1 character
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 1
Used by
Source
<xs:simpleType name="String1Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 1 character</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="1"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String255Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 255 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 255
Used by
Source
<xs:simpleType name="String255Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 255 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="255"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String2Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 2 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 2
Used by
Source
<xs:simpleType name="String2Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 2 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="2"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String30Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 30 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 30
Used by
Source
<xs:simpleType name="String30Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 30 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="30"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String4000Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 4000 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 4000
Used by
Source
<xs:simpleType name="String4000Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 4000 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="4000"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String40Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 40 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 40
Used by
Source
<xs:simpleType name="String40Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 40 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="40"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String4Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 4 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 4
Used by
Source
<xs:simpleType name="String4Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 4 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="4"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String5Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 5 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 5
Used by
Source
<xs:simpleType name="String5Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 5 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="5"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:String8Type
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies a string of up to 8 characters
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 8
Used by
Source
<xs:simpleType name="String8Type">
  <xs:annotation>
    <xs:documentation>specifies a string of up to 8 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="8"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:TravelTimeDaysType
Namespace https://mmixm.aero/base/1.0.0
Annotations
days of travel time for specialist to arrive at the facility
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 99
Used by
Source
<xs:simpleType name="TravelTimeDaysType">
  <xs:annotation>
    <xs:documentation>days of travel time for specialist to arrive at the facility</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:maxInclusive value="99"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:UhfVhfFrequencyType
Namespace https://mmixm.aero/base/1.0.0
Annotations
UHF, VHF, or BOTH
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [BILUV]
Used by
Source
<xs:simpleType name="UhfVhfFrequencyType">
  <xs:annotation>
    <xs:documentation>UHF, VHF, or BOTH</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[BILUV]"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:UsStateAbbreviationType
Namespace https://mmixm.aero/base/1.0.0
Annotations
format for a US state abbreviation
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [A-Z]{2}
Source
<xs:simpleType name="UsStateAbbreviationType">
  <xs:annotation>
    <xs:documentation>format for a US state abbreviation</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Z]{2}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bas:YearType
Namespace https://mmixm.aero/base/1.0.0
Annotations
the format for specifying the year
Diagram
Diagram
Type restriction of xs:integer
Facets
minInclusive 1800
Source
<xs:simpleType name="YearType">
  <xs:annotation>
    <xs:documentation>the format for specifying the year</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="1800"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type bas:AdditionalInformation
Namespace https://mmixm.aero/base/1.0.0
Annotations
any additional information to be contained in the message that is not standardized within the XSD.  this info is encoded via name/value pairs.
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AdditionalInformation_namevalue
Used by
Model
Children namevalue
Source
<xs:complexType name="AdditionalInformation">
  <xs:annotation>
    <xs:documentation>any additional information to be contained in the message that is not standardized within the XSD. this info is encoded via name/value pairs.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="namevalue" type="bas:NameValuePair" minOccurs="1" maxOccurs="10"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:NameValuePair
Namespace https://mmixm.aero/base/1.0.0
Annotations
complex type allowing users to enter supplementary, unstandardized information via name/value pairs
Diagram
Diagram mmixm.tmp#NameValuePair_name mmixm.tmp#NameValuePair_value
Used by
Model
Attributes
QName Type Use Annotation
name xs:string optional
Name of the property or attribute
value xs:string optional
Value of the property or attribute
Source
<xs:complexType name="NameValuePair">
  <xs:annotation>
    <xs:documentation>complex type allowing users to enter supplementary, unstandardized information via name/value pairs</xs:documentation>
  </xs:annotation>
  <xs:sequence/>
  <xs:attribute name="name" use="optional" type="xs:string">
    <xs:annotation>
      <xs:documentation>Name of the property or attribute</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="value" use="optional" type="xs:string">
    <xs:annotation>
      <xs:documentation>Value of the property or attribute</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
[ top ]
Complex Type bas:RunwayInformation
Namespace https://mmixm.aero/base/1.0.0
Annotations
information about the runway
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_RunwayInformation_primaryRunway mmixm.tmp#https___mmixm.aero_base_1.0.0_RunwayInformation_secondaryRunway
Used by
Model
Children primaryRunway, secondaryRunway
Source
<xs:complexType name="RunwayInformation">
  <xs:annotation>
    <xs:documentation>information about the runway</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="primaryRunway" type="bas:RunwayType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="secondaryRunway" type="bas:RunwayType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This three-character field contains a second runway number for Terminal Area Navigation facilities with dual runways. See the FSEP Desk Guide for specific runway information, i.e., DME.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:TelephoneInformationType
Namespace https://mmixm.aero/base/1.0.0
Annotations
specifies info describing a telephone contact
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_countryCode mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_telephoneNumber mmixm.tmp#https___mmixm.aero_base_1.0.0_TelephoneInformationType_telephoneNumberExtension
Used by
Model
Children countryCode, telephoneNumber, telephoneNumberExtension
Source
<xs:complexType name="TelephoneInformationType">
  <xs:annotation>
    <xs:documentation>specifies info describing a telephone contact</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="countryCode" type="bas:CodeTelephoneCountryType" minOccurs="0" maxOccurs="1"/>
    <xs:element name="telephoneNumber" type="bas:PhoneNumberType" minOccurs="0" maxOccurs="1"/>
    <xs:element name="telephoneNumberExtension" type="xs:integer" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:ContactInformation
Namespace https://mmixm.aero/base/1.0.0
Annotations
Information required to enable contact with the responsible person and/or organization.
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation_email mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation_address mmixm.tmp#https___mmixm.aero_base_1.0.0_ContactInformation_phoneFax
Used by
Model
Children address, email, phoneFax
Source
<xs:complexType name="ContactInformation">
  <xs:annotation>
    <xs:documentation>Information required to enable contact with the responsible person and/or organization.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>E-mail address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="address" type="bas:PostalAddress" minOccurs="0" maxOccurs="99"/>
    <xs:element name="phoneFax" type="bas:TelephoneContact" minOccurs="0" maxOccurs="99"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:TelephoneContact
Namespace https://mmixm.aero/base/1.0.0
Annotations
The contact's telephone number
Diagram
Diagram mmixm.tmp#TelephoneContact_phoneCategory mmixm.tmp#TelephoneContact_phoneNumber
Used by
Model
Children phoneCategory, phoneNumber
Source
<xs:complexType name="TelephoneContact">
  <xs:annotation>
    <xs:documentation>The contact's telephone number</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="phoneCategory" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The phone type (e.g., Home, Office, Personal Mobile, Work Mobile, etc.)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phoneNumber" type="bas:TelephoneInformationType" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:ATOWOrganization
Namespace https://mmixm.aero/base/1.0.0
Annotations
complex type containing descriptors about the ATOW Organization
Diagram
Diagram mmixm.tmp#Organization_additionalInformation mmixm.tmp#Organization_organizationName mmixm.tmp#Organization_organizationContact mmixm.tmp#Organization mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_districtOffice mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_districtOfficeGrp mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_serviceArea mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_systemSupportCenter
Type extension of bas:Organization
Type hierarchy
Used by
Model
Children additionalInformation, districtOffice, districtOfficeGrp, organizationContact, organizationName, serviceArea, systemSupportCenter
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="bas:Organization">
      <xs:sequence>
        <xs:element name="districtOffice" type="bas:CodeDistrictOfficeType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The third character of the ATOW Organization defines the District Office</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="districtOfficeGrp" type="bas:CodeDistrictOfficeGroupType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The District Office group of the ATOW Organization</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="serviceArea" type="bas:CodeServiceAreaType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The first two characters of the ATOW Organization define the Service Area.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="systemSupportCenter" type="bas:CodeSscType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The FAA System Support Center (SSC). The last two characters of the ATOW Org represents the SSC code</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type bas:Organization
Namespace https://mmixm.aero/base/1.0.0
Annotations
Represents an organization or authority
Diagram
Diagram mmixm.tmp#Organization_additionalInformation mmixm.tmp#Organization_organizationName mmixm.tmp#Organization_organizationContact
Used by
Model
Children additionalInformation, organizationContact, organizationName
Source
<xs:complexType name="Organization">
  <xs:annotation>
    <xs:documentation>Represents an organization or authority</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Field used to populate other types of information that can't be captured by the schema</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="organizationName" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The name of the organization</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="organizationContact" type="bas:Person" minOccurs="0" maxOccurs="99"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:Person
Namespace https://mmixm.aero/base/1.0.0
Annotations
Grouping of elements identifying a Person
Diagram
Diagram mmixm.tmp#Person_additionalInformation mmixm.tmp#Person_personName mmixm.tmp#Person_personContact mmixm.tmp#Person_associatedOrganization mmixm.tmp#Person_associatedPersonReference mmixm.tmp#Person_personQualification mmixm.tmp#Person_Schedule
Used by
Model
Children Schedule, additionalInformation, associatedOrganization, associatedPersonReference, personContact, personName, personQualification
Source
<xs:complexType name="Person">
  <xs:annotation>
    <xs:documentation>Grouping of elements identifying a Person</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Field used to populate other types of information that can't be captured by the schema</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="personName" type="bas:PersonName" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>full name of a person</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="personContact" type="bas:ContactInformation" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedOrganization" type="bas:Organization" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedPersonReference" type="bas:PersonReferenceChoice" minOccurs="0" maxOccurs="1"/>
    <xs:element name="personQualification" type="feat:Qualification" minOccurs="0" maxOccurs="99"/>
    <xs:element name="Schedule" type="bas:Schedule" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:PersonName
Namespace https://mmixm.aero/base/1.0.0
Annotations
First name of the person
Diagram
Diagram mmixm.tmp#PersonName_firstName mmixm.tmp#PersonName_lastName mmixm.tmp#PersonName_middleName mmixm.tmp#PersonName_suffix mmixm.tmp#PersonName_title
Used by
Model
Children firstName, lastName, middleName, suffix, title
Source
<xs:complexType name="PersonName">
  <xs:annotation>
    <xs:documentation>First name of the person</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="firstName" type="xs:string" minOccurs="1" maxOccurs="1"/>
    <xs:element name="lastName" type="xs:string" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Last name of the person</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="middleName" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Middle name of the person</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="suffix" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="title" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>title for the person</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:PersonReferenceChoice
Namespace https://mmixm.aero/base/1.0.0
Annotations
A person can be referenced within a database by either their e-mail address, NDC employee ID, or both.
Diagram
Diagram mmixm.tmp#PersonReferenceChoice_EmailOrEmpID mmixm.tmp#PersonReferenceChoice_EmailAndEmpID
Used by
Model
Children EmailAndEmpID, EmailOrEmpID
Source
<xs:complexType name="PersonReferenceChoice">
  <xs:annotation>
    <xs:documentation>A person can be referenced within a database by either their e-mail address, NDC employee ID, or both.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="EmailOrEmpID" type="bas:EmailOrEmpID" minOccurs="1" maxOccurs="1"/>
    <xs:element name="EmailAndEmpID" type="bas:EmailAndEmpID" minOccurs="1" maxOccurs="1"/>
  </xs:choice>
</xs:complexType>
[ top ]
Complex Type bas:EmailOrEmpID
Namespace https://mmixm.aero/base/1.0.0
Annotations
complex type containing the email address or NDC employee ID of a person
Diagram
Diagram mmixm.tmp#EmailOrEmpID_emailAddress mmixm.tmp#EmailOrEmpID_ndcEmpID
Used by
Model
Children emailAddress, ndcEmpID
Source
<xs:complexType name="EmailOrEmpID">
  <xs:annotation>
    <xs:documentation>complex type containing the email address or NDC employee ID of a person</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="emailAddress" type="xs:string" minOccurs="1" maxOccurs="1"/>
    <xs:element name="ndcEmpID" type="bas:NdcEmpIdType" minOccurs="1" maxOccurs="1"/>
  </xs:choice>
</xs:complexType>
[ top ]
Complex Type bas:EmailAndEmpID
Namespace https://mmixm.aero/base/1.0.0
Annotations
complex type containing the email address and NDC employee ID of a person
Diagram
Diagram mmixm.tmp#EmailAndEmpID_emailAddress mmixm.tmp#EmailAndEmpID_ndcEmpId
Used by
Model
Children emailAddress, ndcEmpId
Source
<xs:complexType name="EmailAndEmpID">
  <xs:annotation>
    <xs:documentation>complex type containing the email address and NDC employee ID of a person</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="emailAddress" type="xs:string" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Email address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ndcEmpId" type="bas:NdcEmpIdType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>NDC employee ID</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:Qualification
Namespace https://mmixm.aero/features/1.0.0
Annotations
Abstract class for technician qualifications
Diagram
Diagram mmixm.tmp#Qualification_additionalInformation mmixm.tmp#Qualification_expirationDate mmixm.tmp#Qualification_qualifiedPerson
Properties
abstract true
Used by
Model
Children additionalInformation, expirationDate, qualifiedPerson
Source
<xs:complexType name="Qualification" abstract="true">
  <xs:annotation>
    <xs:documentation>Abstract class for technician qualifications</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Used to provide additional information about the Qualification</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="expirationDate" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Date the qualification is no longer active</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="qualifiedPerson" type="bas:Person" minOccurs="0" maxOccurs="99"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:Schedule
Namespace https://mmixm.aero/base/1.0.0
Annotations
The schedule of a resource (which could be defined as a person, asset, conference room, etc.)
Diagram
Diagram
Properties
abstract true
Used by
Model
Source
<xs:complexType name="Schedule" abstract="true">
  <xs:annotation>
    <xs:documentation>The schedule of a resource (which could be defined as a person, asset, conference room, etc.)</xs:documentation>
  </xs:annotation>
  <xs:sequence/>
</xs:complexType>
[ top ]
Complex Type bas:ATOWOrganizationLocation
Namespace https://mmixm.aero/base/1.0.0
Annotations
extension of ATOW Organization class that contains an extra descriptive field
Diagram
Diagram mmixm.tmp#Organization_additionalInformation mmixm.tmp#Organization_organizationName mmixm.tmp#Organization_organizationContact mmixm.tmp#Organization mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_districtOffice mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_districtOfficeGrp mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_serviceArea mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization_systemSupportCenter mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganization mmixm.tmp#https___mmixm.aero_base_1.0.0_ATOWOrganizationLocation_field6
Type extension of bas:ATOWOrganization
Type hierarchy
Used by
Model
Children additionalInformation, districtOffice, districtOfficeGrp, field6, organizationContact, organizationName, serviceArea, systemSupportCenter
Source
<xs:complexType name="ATOWOrganizationLocation">
  <xs:annotation>
    <xs:documentation>extension of ATOW Organization class that contains an extra descriptive field</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:ATOWOrganization">
      <xs:sequence>
        <xs:element name="field6" type="bas:String1Type" minOccurs="0" maxOccurs="1"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type bas:CageCode
Namespace https://mmixm.aero/base/1.0.0
Annotations
The Commercial and Government Entity Code, or CAGE Code, is a unique identifier assigned to suppliers to various government or defense agencies, as well as to government agencies themselves and also various organizations. CAGE codes provide a standardized method of identifying a given facility at a specific location.
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_CageCode_cageCode
Used by
Model
Children cageCode
Source
<xs:complexType name="CageCode">
  <xs:annotation>
    <xs:documentation>The Commercial and Government Entity Code, or CAGE Code, is a unique identifier assigned to suppliers to various government or defense agencies, as well as to government agencies themselves and also various organizations. CAGE codes provide a standardized method of identifying a given facility at a specific location.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cageCode" type="bas:String10Type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The Commercial and Government Entity Code, or CAGE Code, is a unique identifier assigned to suppliers to various government or defense agencies, as well as to government agencies themselves and also various organizations. CAGE codes provide a standardized method of identifying a given facility at a specific location.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:CostCenter
Namespace https://mmixm.aero/base/1.0.0
Annotations
contains the cost center code
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_CostCenter_costCenterCode
Used by
Model
Children costCenterCode
Source
<xs:complexType name="CostCenter">
  <xs:annotation>
    <xs:documentation>contains the cost center code</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="costCenterCode" type="bas:CostCenterType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This five-character code field contains the organization assigned maintenance responsibility</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:atowIdentType
Namespace https://mmixm.aero/features/1.0.0
Annotations
complex type containing the ATOW group info along with the location ID
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_atowIdentType_atowGrp mmixm.tmp#https___mmixm.aero_features_1.0.0_atowIdentType_locId
Used by
Model
Children atowGrp, locId
Source
<xs:complexType name="atowIdentType">
  <xs:annotation>
    <xs:documentation>complex type containing the ATOW group info along with the location ID</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="atowGrp" type="bas:ATOWGrpType" minOccurs="1" maxOccurs="1"/>
    <xs:element name="locId" type="bas:FacilityIdentType" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:Certification
Namespace https://mmixm.aero/features/1.0.0
Annotations
[3000.57 ATO TechOps Training and Certification] 
5-5. Individuals Requiring Certification Authority. Only FAA employees may be granted certification authority. FAA individuals required to hold certification authority for systems, subsystems, or services are identified as follows: 
a. All technical specialists that certify systems, subsystems, or services. 
b. Performance examiners in the workplace. 
c. DoP examiners at the FAA Academy or vendor locations. 
d. OJT instructors in the workplace providing instruction for OJT packages that lead to certification authority. 
e. Other personnel, as required by duties or administrative determinations.
Diagram
Diagram mmixm.tmp#Qualification_additionalInformation mmixm.tmp#Qualification_expirationDate mmixm.tmp#Qualification_qualifiedPerson mmixm.tmp#Qualification mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_annualReviewDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_certificationStatus mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_certificationType mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_grantDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_grantor mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_revokeDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Certification_supervisor
Type extension of feat:Qualification
Type hierarchy
Used by
Model
Children additionalInformation, annualReviewDateTime, certificationStatus, certificationType, expirationDate, grantDateTime, grantor, qualifiedPerson, revokeDateTime, supervisor
Source
<xs:complexType name="Certification">
  <xs:annotation>
    <xs:documentation>[3000.57 ATO TechOps Training and Certification] 5-5. Individuals Requiring Certification Authority. Only FAA employees may be granted certification authority. FAA individuals required to hold certification authority for systems, subsystems, or services are identified as follows: a. All technical specialists that certify systems, subsystems, or services. b. Performance examiners in the workplace. c. DoP examiners at the FAA Academy or vendor locations. d. OJT instructors in the workplace providing instruction for OJT packages that lead to certification authority. e. Other personnel, as required by duties or administrative determinations.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="feat:Qualification">
      <xs:sequence>
        <xs:element name="annualReviewDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>[3000.57] 5-11 a. First-Level Review of Certification Authority. The first-level manager and the technical specialist must ensure retention of proficiency as long as the certification authority is active. The first-level manager must review the proficiency of each technical specialist, including his/her own. The first-level manager must perform a proficiency review of active certification authorities annually (no more than 13 months after the previous review), or whenever a question arises concerning the individual’s technical proficiency. The first-level manager must document the review on the technical specialist’s FAA Form 3400-3 in the nationally approved software system.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="certificationStatus" type="bas:CodeCertificationStatusType" minOccurs="0" maxOccurs="1"/>
        <xs:element name="certificationType" type="bas:CodeCertificationType" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>[3000.57 ATO TechOps Training and Certification] Regular Certification Authority. Regular certification authority on a system, subsystem, or service may be granted to a technical specialist by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager. Temporary certification authority should only be granted during unusual circumstances (i.e., when there is an immediate need and the normal process would take too long). Remote regular certification authority on a system, subsystem, or service may be granted to technical specialists who are responsible for accomplishing remote certifications through the use of Remote Maintenance Monitoring (RMM) equipment and capabilities. It is intended for OCC personnel, although other technical specialists may also be issued remote regular certification authorities when required by their position. FAA Order 3400.3H contained a process for interim certification authority.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="grantDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Date the certification was granted.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="grantor" type="bas:PersonReferenceChoice" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The person who granted the technician certification</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="revokeDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>[3000.57 ATO TechOps Training and Certification] 5-14. Revocation of Certification Authority: When it is determined by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager that the proficiency (performance and/or knowledge of theory-of-operations) of a technical specialist has deteriorated to a level such that continued certification of a system, subsystem, or service by the technical specialist might render it unusable or unsafe for use.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="supervisor" type="bas:PersonReferenceChoice" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Email address of supervisor.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type feat:Credential
Namespace https://mmixm.aero/features/1.0.0
Annotations
Contains information about a credential (e.g., rating type, rating status, holder status, organization info, etc.)
Diagram
Diagram mmixm.tmp#Qualification_additionalInformation mmixm.tmp#Qualification_expirationDate mmixm.tmp#Qualification_qualifiedPerson mmixm.tmp#Qualification mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_atowIdent mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_holderStatus mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_locationIdent mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_modifiedDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_ratingStatus mmixm.tmp#https___mmixm.aero_features_1.0.0_Credential_ratingType
Type extension of feat:Qualification
Type hierarchy
Used by
Element feat:Credential
Model
Children additionalInformation, atowIdent, expirationDate, holderStatus, locationIdent, modifiedDateTime, qualifiedPerson, ratingStatus, ratingType
Source
<xs:complexType name="Credential">
  <xs:annotation>
    <xs:documentation>Contains information about a credential (e.g., rating type, rating status, holder status, organization info, etc.)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="feat:Qualification">
      <xs:sequence>
        <xs:element name="atowIdent" type="bas:ATOWOrganizationLocation" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The ATOW organization and location, associated with the Credential</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="holderStatus" type="bas:CodeHolderStatusType" minOccurs="0" maxOccurs="1"/>
        <xs:element name="locationIdent" type="bas:FacilityIdentType" minOccurs="0" maxOccurs="1"/>
        <xs:element name="modifiedDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>the date/time the record was last modified</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ratingStatus" type="bas:CodeRatingStatusType" minOccurs="0" maxOccurs="1"/>
        <xs:element name="ratingType" type="bas:DomainCodeType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>This field indicates the rating type of the credential.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type bas:AbstractMessage
Namespace https://mmixm.aero/base/1.0.0
Annotations
AbstractMessage is used to derive other message classes.  The purpose of a message class is to encode message-related parameters (e.g., message time stamp, message id, etc.).
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp
Properties
abstract true
Used by
Model
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:complexType name="AbstractMessage" abstract="true">
  <xs:annotation>
    <xs:documentation>AbstractMessage is used to derive other message classes. The purpose of a message class is to encode message-related parameters (e.g., message time stamp, message id, etc.).</xs:documentation>
  </xs:annotation>
  <xs:sequence/>
  <xs:attribute name="id" use="optional" type="xs:integer"/>
  <xs:attribute name="messageType" use="optional" type="xs:string"/>
  <xs:attribute name="timestamp" use="optional" type="xs:dateTime"/>
</xs:complexType>
[ top ]
Complex Type bas:AssetMessage
Namespace https://mmixm.aero/base/1.0.0
Annotations
Message that incorporates Asset data
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage mmixm.tmp#Asset
Type extension of bas:AbstractMessage
Type hierarchy
Used by
Model
Children feat:Asset
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:complexType name="AssetMessage">
  <xs:annotation>
    <xs:documentation>Message that incorporates Asset data</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:AbstractMessage">
      <xs:sequence>
        <xs:element ref="feat:Asset" minOccurs="0" maxOccurs="99"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type feat:Asset
Namespace https://mmixm.aero/features/1.0.0
Annotations
An asset is an item of value managed or operated by the FAA
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetName mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_description mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_faaPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_manufacturerPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_nationalStockNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_operationalAvailability mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_revisionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasInventoryInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetIdentifier mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_composedOf mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasLocation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedOperationalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_responsibleOrganization mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedCostCenterCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetCageCode
Used by
Model
Children additionalInformation, assetCageCode, assetIdentifier, assetName, associatedCostCenterCode, associatedOperationalInformation, composedOf, description, faaPartNumber, hasInventoryInformation, hasLocation, manufacturerPartNumber, nationalStockNumber, operationalAvailability, responsibleOrganization, revisionNumber
Source
<xs:complexType name="Asset">
  <xs:annotation>
    <xs:documentation>An asset is an item of value managed or operated by the FAA</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This field is used to provide some additional comments or information</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="assetName" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The name of the asset</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Product/Part description.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="faaPartNumber" type="bas:String50Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>FAA assigned Part Number</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="manufacturerPartNumber" type="bas:String50Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Unique identifier for a part manufactured by a specific Manufacturer and sold by a CAGE.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="nationalStockNumber" type="bas:String50Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Standardized material items of supply' as they have been recognized by all NATO countries including the United States Department of Defense.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="operationalAvailability" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The operational state of the asset</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="revisionNumber" type="bas:Integer22Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The specific revision associated with a product or part.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="hasInventoryInformation" type="feat:InventoryInformation" minOccurs="0" maxOccurs="1"/>
    <xs:element name="assetIdentifier" type="feat:UniqueAssetIdentifiers" minOccurs="0" maxOccurs="1"/>
    <xs:element name="composedOf" type="feat:Asset" minOccurs="0" maxOccurs="99"/>
    <xs:element name="hasLocation" type="bas:Location" minOccurs="0" maxOccurs="99"/>
    <xs:element name="associatedOperationalInformation" type="feat:OperationalInformation" minOccurs="0" maxOccurs="1"/>
    <xs:element name="responsibleOrganization" type="bas:Organization" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedCostCenterCode" type="bas:CostCenter" minOccurs="0" maxOccurs="1"/>
    <xs:element name="assetCageCode" type="bas:CageCode" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:InventoryInformation
Namespace https://mmixm.aero/features/1.0.0
Annotations
Information about the asset inventory
Diagram
Diagram mmixm.tmp#InventoryInformation_assetInventoryStatus mmixm.tmp#InventoryInformation_condition mmixm.tmp#InventoryInformation_lastInventoriedDateTime mmixm.tmp#InventoryInformation_lastUpdatedDateTime
Used by
Model
Children assetInventoryStatus, condition, lastInventoriedDateTime, lastUpdatedDateTime
Source
<xs:complexType name="InventoryInformation">
  <xs:annotation>
    <xs:documentation>Information about the asset inventory</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="assetInventoryStatus" type="bas:CodeManafacturedAssetStatusType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The status of an inventoried asset. This status represents whether the assets is received and available, unavailable, in use, or in transit</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="condition" type="bas:CodeConditionType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The condition of an inventoried asset (e.g., whether it's serviceable, repairable, etc.)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="lastInventoriedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The timestamp of when the asset was last inventoried.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="lastUpdatedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The timestamp of when the asset was last updated.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:UniqueAssetIdentifiers
Namespace https://mmixm.aero/features/1.0.0
Annotations
Collection of identifiers that could be used to uniquely identify an asset instance
Diagram
Diagram mmixm.tmp#UniqueAssetIdentifiers_giai mmixm.tmp#UniqueAssetIdentifiers_associatedFaaIdentifier mmixm.tmp#UniqueAssetIdentifiers_associatedManufacturerIdentifier mmixm.tmp#UniqueAssetIdentifiers_associatedOperationalReference
Used by
Model
Children associatedFaaIdentifier, associatedManufacturerIdentifier, associatedOperationalReference, giai
Source
<xs:complexType name="UniqueAssetIdentifiers">
  <xs:annotation>
    <xs:documentation>Collection of identifiers that could be used to uniquely identify an asset instance</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="giai" type="bas:String50Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The Global Individual Asset Identifier (GIAI) is part of the GS1 system of standards. Its a simple tool to identify an asset by type and can identify assets uniquely where required.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="associatedFaaIdentifier" type="feat:FaaAssetIdentifiers" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedManufacturerIdentifier" type="feat:ManufacturerAssetIdentifiers" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedOperationalReference" type="feat:OperationalReference" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:FaaAssetIdentifiers
Namespace https://mmixm.aero/features/1.0.0
Annotations
Grouping of asset identifiers assigned by the FAA
Diagram
Diagram mmixm.tmp#FaaAssetIdentifiers_facaNumber
Used by
Model
Children facaNumber
Source
<xs:complexType name="FaaAssetIdentifiers">
  <xs:annotation>
    <xs:documentation>Grouping of asset identifiers assigned by the FAA</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="facaNumber" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The FA/CA number (Federal Aviation/Civil Aviation Number) is an alphanumeric reference designator that individually differentiates each Equipment type from others with the same short name. The manufacturer’s model number must be used when FA/CA numbers are not available. An example of the correct FA/CA# format is FA-10065 (or freeform if the model number is used).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:ManufacturerAssetIdentifiers
Namespace https://mmixm.aero/features/1.0.0
Annotations
Grouping of asset identifiers assigned by manufacturers
Diagram
Diagram mmixm.tmp#ManufacturerAssetIdentifiers_manufacturer mmixm.tmp#ManufacturerAssetIdentifiers_serialNumber
Used by
Model
Children manufacturer, serialNumber
Source
<xs:complexType name="ManufacturerAssetIdentifiers">
  <xs:annotation>
    <xs:documentation>Grouping of asset identifiers assigned by manufacturers</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="manufacturer" type="bas:String50Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>A producer of manufactured assets: parts, equipment, and/or systems.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="serialNumber" type="bas:String50Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Manufacturer assigned Serial Number</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:OperationalReference
Namespace https://mmixm.aero/features/1.0.0
Annotations
complex type containing the facilityIdent and facilityType operational reference
Diagram
Diagram mmixm.tmp#OperationalReference_facilityType mmixm.tmp#OperationalReference_facilityIdent
Used by
Model
Children facilityIdent, facilityType
Source
<xs:complexType name="OperationalReference">
  <xs:annotation>
    <xs:documentation>complex type containing the facilityIdent and facilityType operational reference</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="facilityType" type="bas:FacilityAssetType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The five- character alphanumeric field contains the type of entity in FSEP, including services. The FSEP Desk Guide contains acronyms for facility type fields.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="facilityIdent" type="bas:FacilityIdentType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This three or four character field represents the location of the equipment. Location identifiers assignment process is detailed in Order 6000.5E, Chapter 3, Section 3.1 Location Identifier Process.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:OperationalInformation
Namespace https://mmixm.aero/features/1.0.0
Annotations
Groups information about operational assets such as facilities, equipment and services
Diagram
Diagram mmixm.tmp#OperationalInformation_capabilityCode mmixm.tmp#OperationalInformation_categoryCode mmixm.tmp#OperationalInformation_numberOfUnits mmixm.tmp#OperationalInformation_phoneContact mmixm.tmp#OperationalInformation_regionCode mmixm.tmp#OperationalInformation_responsibilityCode mmixm.tmp#OperationalInformation_revisionID mmixm.tmp#OperationalInformation_staffedHours mmixm.tmp#OperationalInformation_tier mmixm.tmp#OperationalInformation_AssetClassCode mmixm.tmp#OperationalInformation_AssetStatusHistory mmixm.tmp#OperationalInformation_associatedAirportAndRunway
Used by
Model
Children AssetClassCode, AssetStatusHistory, associatedAirportAndRunway, capabilityCode, categoryCode, numberOfUnits, phoneContact, regionCode, responsibilityCode, revisionID, staffedHours, tier
Source
<xs:complexType name="OperationalInformation">
  <xs:annotation>
    <xs:documentation>Groups information about operational assets such as facilities, equipment and services</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="capabilityCode" type="bas:DomainCodeType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This field contains the NAS Operational Inventory (NOI) capability as defined in the current version of FSEP Order 6000.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="categoryCode" type="bas:CodeCategoryType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This field contains the NAS Operational Inventory (NOI) category as defined in the current version of FSEP Order 6000.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="numberOfUnits" type="bas:CodeNumberOfUnitsType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Normally each facility contains a single unit and the number ‘1’ is used. The FSEP Desk guide captures facilities qualifying for multiple unit status.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phoneContact" type="bas:TelephoneInformationType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The telephone contact associated with the operational asset</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="regionCode" type="bas:CodeRegionType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>the code for the NAS region associated with the operational asset</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="responsibilityCode" type="bas:CodeResponsibilityType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The entity responsible for maintaining the asset.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="revisionID" type="xs:integer" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Facility Revision ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="staffedHours" type="bas:CodeStaffedHoursType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This three-character numeric field contains the hours that a facility is manned. The first two characters indicate the staffing hours per day (from 00 to 24) for the facility by Tech Ops field personnel and the third character indicates the number of days in a week (from 0 to 7).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="tier" type="bas:CodeTierType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>provides a means for Tech Ops to monitor store credits. Restore equipment during a government shutdown. [6000.1 FSEP Pocket Reference Guide]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssetClassCode" type="feat:AssetClassCode" minOccurs="0" maxOccurs="1"/>
    <xs:element name="AssetStatusHistory" type="feat:AssetStatusHistory" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedAirportAndRunway" type="feat:AirportRunway" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:AssetClassCode
Namespace https://mmixm.aero/features/1.0.0
Annotations
This complex element contains the assetClassCode, assetCode and assetSystemCode
Diagram
Diagram mmixm.tmp#AssetClassCode_assetClassCode mmixm.tmp#AssetClassCode_assetCode mmixm.tmp#AssetClassCode_assetSystemCode
Used by
Model
Children assetClassCode, assetCode, assetSystemCode
Source
<xs:complexType name="AssetClassCode">
  <xs:annotation>
    <xs:documentation>This complex element contains the assetClassCode, assetCode and assetSystemCode</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="assetClassCode" type="bas:CodeAssetClassType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The Class Code is a one-character alphanumeric code further identifying equipment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="assetCode" type="bas:AssetCodeType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The Type Code, is an arbitrarily assigned alphanumeric code that uniquely identifies each facility within a capability. The National FSEP Program Manager assigns this code.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="assetSystemCode" type="bas:AssetSystemCodeType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This code is a one-character numeric code that identifies the domain of the system within the NAS.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:AssetStatusHistory
Namespace https://mmixm.aero/features/1.0.0
Annotations
Grouping of fields that represent certain transactional dates (e.g., commission date, swap-out date), as well as the status of the operational asset
Diagram
Diagram mmixm.tmp#AssetStatusHistory_assetStatusCode mmixm.tmp#AssetStatusHistory_assetStatusDateTime mmixm.tmp#AssetStatusHistory_commissionedDateTime mmixm.tmp#AssetStatusHistory_decommissionedDateTime mmixm.tmp#AssetStatusHistory_precommissionedDateTime mmixm.tmp#AssetStatusHistory_recChgDateTime mmixm.tmp#AssetStatusHistory_swapoutDateTime
Used by
Model
Children assetStatusCode, assetStatusDateTime, commissionedDateTime, decommissionedDateTime, precommissionedDateTime, recChgDateTime, swapoutDateTime
Source
<xs:complexType name="AssetStatusHistory">
  <xs:annotation>
    <xs:documentation>Grouping of fields that represent certain transactional dates (e.g., commission date, swap-out date), as well as the status of the operational asset</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="assetStatusCode" type="bas:CodeAssetStatusType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This field contains a single-character status code denoting the status of the operational asset, as identified in the enumeration.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="assetStatusDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The status date is an eight-character numeric field that contains the month, day, and year the entity received its latest status prior to commissioning.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="commissionedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The date that the operational asset was commissioned</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="decommissionedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The date that the operational asset was decommissioned</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="precommissionedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The precommission date of the operational asset</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="recChgDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Record change date and time</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="swapoutDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This field contains the date (MM/DD/YYYY) when equipment change or replacement to a commissioned facility occurs. A swapout is when a fac code or class is changed.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:AirportRunway
Namespace https://mmixm.aero/features/1.0.0
Annotations
Complex element containing airport name and associated runways
Diagram
Diagram mmixm.tmp#AirportRunway_coreAirport mmixm.tmp#AirportRunway_runways
Used by
Model
Children coreAirport, runways
Source
<xs:complexType name="AirportRunway">
  <xs:annotation>
    <xs:documentation>Complex element containing airport name and associated runways</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="coreAirport" type="bas:AirportCodeType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This field contains data that is populated by the Office of Primary Responsibility (OPR) personnel. Associated airport fields are used to identity equipment that supports a core airport.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="runways" type="bas:RunwayInformation" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>complex element containing the name of the primary and secondary runway</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:AssetMonitorMessage
Namespace https://mmixm.aero/base/1.0.0
Annotations
Message describing the operational state of an asset
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage mmixm.tmp#Monitoring
Type extension of bas:AbstractMessage
Type hierarchy
Used by
Model
Children feat:Monitoring
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:complexType name="AssetMonitorMessage">
  <xs:annotation>
    <xs:documentation>Message describing the operational state of an asset</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:AbstractMessage">
      <xs:sequence>
        <xs:element ref="feat:Monitoring" minOccurs="0" maxOccurs="99"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type feat:Monitoring
Namespace https://mmixm.aero/features/1.0.0
Annotations
Abstract class for monitoring
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Monitoring_AssetOperationalState
Properties
abstract true
Used by
Model
Children AssetOperationalState
Source
<xs:complexType name="Monitoring" abstract="true">
  <xs:annotation>
    <xs:documentation>Abstract class for monitoring</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AssetOperationalState" type="feat:AssetOperationalState" minOccurs="1" maxOccurs="99"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:AssetOperationalState
Namespace https://mmixm.aero/features/1.0.0
Annotations
This element describes the current operational status of the asset. Typically this involves indicators of asset/service availability and health status
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetName mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_description mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_faaPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_manufacturerPartNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_nationalStockNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_operationalAvailability mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_revisionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasInventoryInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetIdentifier mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_composedOf mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_hasLocation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedOperationalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_responsibleOrganization mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_associatedCostCenterCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset_assetCageCode mmixm.tmp#https___mmixm.aero_features_1.0.0_Asset mmixm.tmp#AssetOperationalState_additionalInformation mmixm.tmp#AssetOperationalState_assetName mmixm.tmp#AssetOperationalState_operationalAvailability mmixm.tmp#AssetOperationalState_assetIdentifier mmixm.tmp#AssetOperationalState_composedOf
Type restriction of feat:Asset
Type hierarchy
Used by
Model
Children additionalInformation, assetIdentifier, assetName, composedOf, operationalAvailability
Source
<xs:complexType name="AssetOperationalState">
  <xs:annotation>
    <xs:documentation>This element describes the current operational status of the asset. Typically this involves indicators of asset/service availability and health status</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="feat:Asset">
      <xs:sequence>
        <xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Additional information beyond the current operational status of the asset</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="assetName" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The name of the asset</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="operationalAvailability" type="bas:CodeOperationalAvailabilityType" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Describes the current operational availability of the asset (e.g., available, partially available, unavailable, etc.)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="assetIdentifier" type="feat:UniqueAssetIdentifiers" minOccurs="0" maxOccurs="1"/>
        <xs:element name="composedOf" type="feat:AssetOperationalState" minOccurs="0" maxOccurs="99">
          <xs:annotation>
            <xs:documentation>Assets can be composed of other child assets</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type bas:HeartbeatMessage
Namespace https://mmixm.aero/base/1.0.0
Annotations
This is a message header with message content, sent periodically to indicate that a system is functioning
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage mmixm.tmp#https___mmixm.aero_features_1.0.0_UniqueAssetIdentifiers
Type extension of bas:AbstractMessage
Type hierarchy
Used by
Model
Children feat:UniqueAssetIdentifiers
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:complexType name="HeartbeatMessage">
  <xs:annotation>
    <xs:documentation>This is a message header with message content, sent periodically to indicate that a system is functioning</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:AbstractMessage">
      <xs:sequence>
        <xs:element ref="feat:UniqueAssetIdentifiers" minOccurs="0" maxOccurs="1"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type bas:MaintenanceEventMessage
Namespace https://mmixm.aero/base/1.0.0
Annotations
Message that incorporates Maintenance Event coordination and logging data
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage mmixm.tmp#AssetMaintenance
Type extension of bas:AbstractMessage
Type hierarchy
Used by
Model
Children feat:AssetMaintenance
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:complexType name="MaintenanceEventMessage">
  <xs:annotation>
    <xs:documentation>Message that incorporates Maintenance Event coordination and logging data</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:AbstractMessage">
      <xs:sequence>
        <xs:element ref="feat:AssetMaintenance" minOccurs="0" maxOccurs="99"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type feat:AssetMaintenance
Namespace https://mmixm.aero/features/1.0.0
Annotations
Abstract class for asset maintenance
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AssetMaintenance_Asset
Properties
abstract true
Used by
Model
Children Asset
Source
<xs:complexType name="AssetMaintenance" abstract="true">
  <xs:annotation>
    <xs:documentation>Abstract class for asset maintenance</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Asset" type="feat:Asset" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type bas:QualificationsMessage
Namespace https://mmixm.aero/base/1.0.0
Annotations
Message that incorporates Qualifications data
Diagram
Diagram mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_id mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_messageType mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage_timestamp mmixm.tmp#https___mmixm.aero_base_1.0.0_AbstractMessage mmixm.tmp#https___mmixm.aero_base_1.0.0_Person mmixm.tmp#https___mmixm.aero_features_1.0.0_Qualification
Type extension of bas:AbstractMessage
Type hierarchy
Used by
Model
Children bas:Person, feat:Qualification
Attributes
QName Type Use
id xs:integer optional
messageType xs:string optional
timestamp xs:dateTime optional
Source
<xs:complexType name="QualificationsMessage">
  <xs:annotation>
    <xs:documentation>Message that incorporates Qualifications data</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bas:AbstractMessage">
      <xs:choice>
        <xs:element ref="bas:Person" minOccurs="0" maxOccurs="99"/>
        <xs:element ref="feat:Qualification" minOccurs="0" maxOccurs="99"/>
      </xs:choice>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type feat:EnterpriseServiceMonitoring
Namespace https://mmixm.aero/features/1.0.0
Annotations
A type of monitoring involving enterprise level services or assets
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Monitoring_AssetOperationalState mmixm.tmp#https___mmixm.aero_features_1.0.0_Monitoring
Type extension of feat:Monitoring
Type hierarchy
Used by
Model
Children AssetOperationalState
Source
<xs:complexType name="EnterpriseServiceMonitoring">
  <xs:annotation>
    <xs:documentation>A type of monitoring involving enterprise level services or assets</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="feat:Monitoring">
      <xs:sequence/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type feat:AirportRunwayInfo
Namespace https://mmixm.aero/features/1.0.0
Annotations
complex type containing airport Id and runway descriptor
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AirportRunwayInfo_airportId mmixm.tmp#https___mmixm.aero_features_1.0.0_AirportRunwayInfo_runway
Used by
Model
Children airportId, runway
Source
<xs:complexType name="AirportRunwayInfo">
  <xs:annotation>
    <xs:documentation>complex type containing airport Id and runway descriptor</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="airportId" type="bas:AirportCodeType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Three letter airport code</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="runway" type="bas:RunwayType" minOccurs="0" maxOccurs="2">
      <xs:annotation>
        <xs:documentation>Runway location (could be one or two runways)</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:AlarmInformation
Namespace https://mmixm.aero/features/1.0.0
Annotations
[RMLS NLN Database Design V1.6] LOG extension class for LRMs - Entries will be generated automatically by messages from RMM system.
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_luidValue mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_dpid mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_alarmDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_pointDescription mmixm.tmp#https___mmixm.aero_features_1.0.0_AlarmInformation_pointValue
Used by
Model
Children alarmDateTime, dpid, luidValue, pointDescription, pointValue
Source
<xs:complexType name="AlarmInformation">
  <xs:annotation>
    <xs:documentation>[RMLS NLN Database Design V1.6] LOG extension class for LRMs - Entries will be generated automatically by messages from RMM system.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="luidValue" type="bas:String2Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>LUID value from RMM system</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dpid" type="bas:String2Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>DPID value from RMM system</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="alarmDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>[RMLS NLN Database Design V1.6] Date/time of alarm from RMM system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="pointDescription" type="bas:String255Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>[RMLS NLN Database Design V1.6] Description of data point from RMM system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="pointValue" type="bas:String15Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Point value from the RMM system</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:ArrivalDepartureDate
Namespace https://mmixm.aero/features/1.0.0
Annotations
Grouping of elements that describe technicians' arrival and departure times, and travel times
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_departureDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_arrivalDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_travelTimeDays mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_travelTimeHours mmixm.tmp#https___mmixm.aero_features_1.0.0_ArrivalDepartureDate_travelTimeMinutes
Used by
Model
Children arrivalDateTime, departureDateTime, travelTimeDays, travelTimeHours, travelTimeMinutes
Source
<xs:complexType name="ArrivalDepartureDate">
  <xs:annotation>
    <xs:documentation>Grouping of elements that describe technicians' arrival and departure times, and travel times</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="departureDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The date and time that the specialist departs from the FSEP Facility.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="arrivalDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The date and time that the specialist arrives at the FSEP Facility.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="travelTimeDays" type="bas:TravelTimeDaysType" minOccurs="0" maxOccurs="1"/>
    <xs:element name="travelTimeHours" type="bas:Integer22Type" minOccurs="0" maxOccurs="1"/>
    <xs:element name="travelTimeMinutes" type="bas:Integer22Type" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:AssignmentInfo
Namespace https://mmixm.aero/features/1.0.0
Annotations
complex type containing info about assigned group and specialist
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AssignmentInfo_assignedGroup mmixm.tmp#https___mmixm.aero_features_1.0.0_AssignmentInfo_assignedSpecialist
Used by
Model
Children assignedGroup, assignedSpecialist
Source
<xs:complexType name="AssignmentInfo">
  <xs:annotation>
    <xs:documentation>complex type containing info about assigned group and specialist</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="assignedGroup" type="xs:integer" minOccurs="0" maxOccurs="1"/>
    <xs:element name="assignedSpecialist" type="bas:PersonReferenceChoice" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:BwmInfo
Namespace https://mmixm.aero/features/1.0.0
Annotations
Bwm Info
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_card mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_domain mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_node mmixm.tmp#https___mmixm.aero_features_1.0.0_BwmInfo_port
Used by
Model
Children card, domain, node, port
Source
<xs:complexType name="BwmInfo">
  <xs:annotation>
    <xs:documentation>Bwm Info</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="card" type="bas:String4Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Card</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="domain" type="bas:String4Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Domain</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="node" type="bas:String4Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Node</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="port" type="bas:String2Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Port</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:CorrectiveMaintenance
Namespace https://mmixm.aero/features/1.0.0
Annotations
[6000.15G General Maintenance Handbook] LOG extension class for LEMs/LCMs - Corrective Maintenance and Equipment Modification logs. Certification is a quality control method used by the ATO to ensure NAS facilities are providing their advertised service. The ATO employee’s independent discretionary judgment about the provision of advertised services, the need to separate profit motivations from operational decisions, and the desire to minimize liability, make the regulatory function of certification and oversight of the NAS an inherently governmental function.
Diagram
Diagram
Used by
Model
Source
<xs:complexType name="CorrectiveMaintenance">
  <xs:annotation>
    <xs:documentation>[6000.15G General Maintenance Handbook] LOG extension class for LEMs/LCMs - Corrective Maintenance and Equipment Modification logs. Certification is a quality control method used by the ATO to ensure NAS facilities are providing their advertised service. The ATO employee’s independent discretionary judgment about the provision of advertised services, the need to separate profit motivations from operational decisions, and the desire to minimize liability, make the regulatory function of certification and oversight of the NAS an inherently governmental function.</xs:documentation>
  </xs:annotation>
  <xs:sequence/>
</xs:complexType>
[ top ]
Complex Type feat:EquipmentInfo
Namespace https://mmixm.aero/features/1.0.0
Annotations
complex type containing equipment descriptors
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_equipmentID mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_equipmentIdent mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_facaNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_shortName mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentInfo_workArea
Used by
Model
Children equipmentID, equipmentIdent, facaNumber, shortName, workArea
Source
<xs:complexType name="EquipmentInfo">
  <xs:annotation>
    <xs:documentation>complex type containing equipment descriptors</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="equipmentID" type="bas:Integer22Type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Unique ID that references a piece of equipment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="equipmentIdent" type="bas:String15Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Helps uniquely identify items that have the same SHORT_NAME and FAC_TYPE/FAC_IDENT</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="facaNumber" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>FACANumber associated with equipment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="shortName" type="bas:String15Type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The short name provided to the equipment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="workArea" type="xs:string" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:EquipmentMaintenance
Namespace https://mmixm.aero/features/1.0.0
Annotations
complex type containing information about a equipment maintenance event
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_CorrectiveMaintenance mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentMaintenance_ccdNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_EquipmentMaintenance_associatedModificationInfo
Type extension of feat:CorrectiveMaintenance
Type hierarchy
Used by
Model
Children associatedModificationInfo, ccdNumber
Source
<xs:complexType name="EquipmentMaintenance">
  <xs:annotation>
    <xs:documentation>complex type containing information about a equipment maintenance event</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="feat:CorrectiveMaintenance">
      <xs:sequence>
        <xs:element name="ccdNumber" type="bas:String10Type" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>CCD Number</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="associatedModificationInfo" type="feat:ModificationInfo" minOccurs="0" maxOccurs="1"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type feat:ModificationInfo
Namespace https://mmixm.aero/features/1.0.0
Annotations
contains descriptors about the modification made
Diagram
Diagram mmixm.tmp#ModificationInfo_modChangeNumber mmixm.tmp#ModificationInfo_modChapterNumber mmixm.tmp#ModificationInfo_modOrderNumber mmixm.tmp#ModificationInfo_modType
Used by
Model
Children modChangeNumber, modChapterNumber, modOrderNumber, modType
Source
<xs:complexType name="ModificationInfo">
  <xs:annotation>
    <xs:documentation>contains descriptors about the modification made</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="modChangeNumber" type="bas:String5Type" minOccurs="0" maxOccurs="1"/>
    <xs:element name="modChapterNumber" type="bas:String8Type" minOccurs="0" maxOccurs="1"/>
    <xs:element name="modOrderNumber" type="bas:String30Type" minOccurs="0" maxOccurs="1"/>
    <xs:element name="modType" type="xs:string" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:EventLogging
Namespace https://mmixm.aero/features/1.0.0
Annotations
complex type containing information about a maintenance-related event
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_AssetMaintenance_Asset mmixm.tmp#https___mmixm.aero_features_1.0.0_AssetMaintenance mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_createdDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_creator mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_logId mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_modifiedBy mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_modifiedDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_summary mmixm.tmp#https___mmixm.aero_features_1.0.0_EventLogging_Log
Type extension of feat:AssetMaintenance
Type hierarchy
Used by
Model
Children Asset, Log, additionalInformation, createdDateTime, creator, logId, modifiedBy, modifiedDateTime, summary
Source
<xs:complexType name="EventLogging">
  <xs:annotation>
    <xs:documentation>complex type containing information about a maintenance-related event</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="feat:AssetMaintenance">
      <xs:sequence>
        <xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1"/>
        <xs:element name="createdDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Date log was created</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="creator" type="bas:CodeCreatorType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>[NLN Design Document v1.6] Used to identify logs created at AFCCs.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="logId" type="bas:Integer22Type" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>This is the primary means of identifying a log entry.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="modifiedBy" type="bas:PersonReferenceChoice" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Indicates who last modified the record</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="modifiedDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Date and time modifications were made</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="summary" type="bas:String255Type" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>[6040.15G Appendix F] The SUMMARY field is a summary of what is happening or happened without opinions, speculation, slang, or assumptions and control center personnel should change as the event evolves. At any given time the SUMMARY field should tell the current whole story. The SUMMARY field can have up to 140 characters. The National Operations Control Center views select event log entries from the Operations Control Centers (OCCs) and Service Operations Centers (SOCs) and have to discern the event from the first 34 characters that display on the EVENTS DISPLAY.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Log" type="feat:Log" minOccurs="1" maxOccurs="1"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type feat:Log
Namespace https://mmixm.aero/features/1.0.0
Annotations
This field is used to provide some additional comments or information
Diagram
Diagram mmixm.tmp#Log_city mmixm.tmp#Log_errorCode mmixm.tmp#Log_eventTypeCode mmixm.tmp#Log_interruptCondition mmixm.tmp#Log_logType mmixm.tmp#Log_reportLevel mmixm.tmp#Log_status mmixm.tmp#Log_unscheduledFlag mmixm.tmp#Log_associatedNOTAM mmixm.tmp#Log_repeatedEvents mmixm.tmp#Log_associatedLoggingCode mmixm.tmp#Log_scheduledMaintenanceDate mmixm.tmp#Log_hasActivityTime mmixm.tmp#Log_associatedEquip mmixm.tmp#Log_associatedAssignment mmixm.tmp#Log_assocCoordLog mmixm.tmp#Log_hasArrivalDepartureDate mmixm.tmp#Log_hasOverlays mmixm.tmp#Log_hasAlarmInformation mmixm.tmp#Log_associatedInterruptLog mmixm.tmp#Log_associatedCM mmixm.tmp#Log_associatedArptRwy mmixm.tmp#Log_associatedLine mmixm.tmp#Log_associatedComments mmixm.tmp#Log_associatedOperationalAssetReference
Used by
Model
Children assocCoordLog, associatedArptRwy, associatedAssignment, associatedCM, associatedComments, associatedEquip, associatedInterruptLog, associatedLine, associatedLoggingCode, associatedNOTAM, associatedOperationalAssetReference, city, errorCode, eventTypeCode, hasActivityTime, hasAlarmInformation, hasArrivalDepartureDate, hasOverlays, interruptCondition, logType, repeatedEvents, reportLevel, scheduledMaintenanceDate, status, unscheduledFlag
Source
<xs:complexType name="Log">
  <xs:annotation>
    <xs:documentation>This field is used to provide some additional comments or information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="city" type="bas:String50Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Name of the city</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="errorCode" type="bas:CodeErrorType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>For Use by SAL for unresolved logs</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="eventTypeCode" type="bas:CodeEventTypeDescriptionType" minOccurs="0" maxOccurs="1"/>
    <xs:element name="interruptCondition" type="bas:CodeInterruptConditionDescriptionType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>TI 6140.33B OCC/SOC Event Manager User's Guide 5.1.2.2 Filter Events. Identifies the extent of the outage.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="logType" type="xs:string" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Type of Log</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="reportLevel" type="bas:CodeReportLevelType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>TI 6140.33B OCC/SOC Event Manager User's Guide Values from Table 5–1. Display Event Columns, Event scope reporting level</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="status" type="bas:CodeLogStatusDescriptionType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>TI 6140.33B OCC/SOC Event Manager User's Guide, values from Table 5–1. Display Event Columns</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="unscheduledFlag" type="bas:BinaryType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Flag that depicts whether maintenance activity was scheduled: 0 if Scheduled, 1 if unscheduled</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="associatedNOTAM" type="feat:NOTAM" minOccurs="0" maxOccurs="1"/>
    <xs:element name="repeatedEvents" type="feat:RepeatEvents" minOccurs="0" maxOccurs="99"/>
    <xs:element name="associatedLoggingCode" type="feat:LoggingCode" minOccurs="0" maxOccurs="1"/>
    <xs:element name="scheduledMaintenanceDate" type="feat:PeriodicMaintenance" minOccurs="0" maxOccurs="1"/>
    <xs:element name="hasActivityTime" type="feat:MaintenanceActivityTime" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedEquip" type="feat:EquipmentInfo" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedAssignment" type="feat:AssignmentInfo" minOccurs="0" maxOccurs="1"/>
    <xs:element name="assocCoordLog" type="feat:LogCoordination" minOccurs="0" maxOccurs="99"/>
    <xs:element name="hasArrivalDepartureDate" type="feat:ArrivalDepartureDate" minOccurs="0" maxOccurs="1"/>
    <xs:element name="hasOverlays" type="feat:NOCCLogOverlays" minOccurs="0" maxOccurs="1"/>
    <xs:element name="hasAlarmInformation" type="feat:AlarmInformation" minOccurs="0" maxOccurs="99"/>
    <xs:element name="associatedInterruptLog" type="feat:InterruptReport" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedCM" type="feat:CorrectiveMaintenance" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedArptRwy" type="feat:AirportRunwayInfo" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedLine" type="feat:LogLine" minOccurs="0" maxOccurs="99"/>
    <xs:element name="associatedComments" type="feat:LogComments" minOccurs="0" maxOccurs="99"/>
    <xs:element name="associatedOperationalAssetReference" type="feat:OperationalReference" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:NOTAM
Namespace https://mmixm.aero/features/1.0.0
Annotations
NOTAMs are issued to advise users when a service will be unavailable or reduced.
Diagram
Diagram mmixm.tmp#NOTAM_cancelInitials mmixm.tmp#NOTAM_issueInitials mmixm.tmp#NOTAM_notamNumber
Used by
Model
Children cancelInitials, issueInitials, notamNumber
Source
<xs:complexType name="NOTAM">
  <xs:annotation>
    <xs:documentation>NOTAMs are issued to advise users when a service will be unavailable or reduced.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cancelInitials" type="bas:String10Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The party that cancelled the NOTAM.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="issueInitials" type="bas:String10Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The issuer of the NOTAM.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="notamNumber" type="bas:String10Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The identification string of the NOTAM.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:RepeatEvents
Namespace https://mmixm.aero/features/1.0.0
Annotations
SERIES OF LOGS THAT REPEAT ON A GIVEN INTERVAL.
Diagram
Diagram mmixm.tmp#RepeatEvents_repeatId
Used by
Model
Children repeatId
Source
<xs:complexType name="RepeatEvents">
  <xs:annotation>
    <xs:documentation>SERIES OF LOGS THAT REPEAT ON A GIVEN INTERVAL.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="repeatId" type="xs:integer" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Unique ID - will have a suffix of two digits to allow for replication</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:LoggingCode
Namespace https://mmixm.aero/features/1.0.0
Annotations
See the Log and MAC Codes diagram.
Diagram
Diagram mmixm.tmp#LoggingCode_codeCategory mmixm.tmp#LoggingCode_maintenanceActionCode mmixm.tmp#LoggingCode_supplementalCode
Used by
Model
Children codeCategory, maintenanceActionCode, supplementalCode
Source
<xs:complexType name="LoggingCode">
  <xs:annotation>
    <xs:documentation>See the Log and MAC Codes diagram.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="codeCategory" type="bas:CodeCategoryDescriptionType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Used in conjunction with Supplemental Code to provide reason for the log</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="maintenanceActionCode" type="bas:CodeMaintenanceActionDescriptionType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>6000.15G: We use the Maintenance Action Code (MAC) in conjunction with the Code Category to describe the maintenance action that personnel perform. All log entries require a MAC. You must use the applicable MAC as listed in Appendix A, Logging Codes Table 5. Maintenance Action Codes.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="supplementalCode" type="bas:CodeSupplementalDescriptionType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>SUPPLEMENTAL CODE USED IN CONJUNCTION WITH CODE CATEGORY TO DESCRIBE THE REASON FOR THE LOG ENTRY.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:PeriodicMaintenance
Namespace https://mmixm.aero/features/1.0.0
Annotations
Maintenance activities for LCE and LPM
Diagram
Diagram mmixm.tmp#PeriodicMaintenance_assignmentNumber mmixm.tmp#PeriodicMaintenance_certificationStatement mmixm.tmp#PeriodicMaintenance_directiveLevel mmixm.tmp#PeriodicMaintenance_earliestDateTime mmixm.tmp#PeriodicMaintenance_latestDateTime mmixm.tmp#PeriodicMaintenance_numberOfTasks mmixm.tmp#PeriodicMaintenance_orderChangeNumber mmixm.tmp#PeriodicMaintenance_publicationOrder mmixm.tmp#PeriodicMaintenance_scheduledDateTime
Used by
Model
Children assignmentNumber, certificationStatement, directiveLevel, earliestDateTime, latestDateTime, numberOfTasks, orderChangeNumber, publicationOrder, scheduledDateTime
Source
<xs:complexType name="PeriodicMaintenance">
  <xs:annotation>
    <xs:documentation>Maintenance activities for LCE and LPM</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="assignmentNumber" type="bas:Integer22Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Unique ID for this set of tasks</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="certificationStatement" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="directiveLevel" type="bas:CodeDirectiveLevelDescriptionType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Is directive Local or National</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="earliestDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Earliest date/time the PM/CE can scheduled to be performed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="latestDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Latest date/time the PM/CE can scheduled to be performed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="numberOfTasks" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Number of tasks this PM/CERT involves</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="orderChangeNumber" type="bas:String10Type" minOccurs="0" maxOccurs="1"/>
    <xs:element name="publicationOrder" type="bas:String30Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>FAA Order Number</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="scheduledDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Date/time the PM/CE is scheduled to be performed.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:MaintenanceActivityTime
Namespace https://mmixm.aero/features/1.0.0
Annotations
complex type containing the start and end time of the maintenance activity
Diagram
Diagram mmixm.tmp#MaintenanceActivityTime_activityStartTime mmixm.tmp#MaintenanceActivityTime_activityEndTime
Used by
Model
Children activityEndTime, activityStartTime
Source
<xs:complexType name="MaintenanceActivityTime">
  <xs:annotation>
    <xs:documentation>complex type containing the start and end time of the maintenance activity</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="activityStartTime" type="bas:DateHourType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Date and time event starts getting logged</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="activityEndTime" type="bas:DateHourType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>End time of event being logged</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:LogCoordination
Namespace https://mmixm.aero/features/1.0.0
Annotations
LOG Coordination information class. (NOTE: USE DISPLAY_ORDER FROM COORD_REST_STAGE_LU TO DETERMINE HOW TO DISPLAY LOG COORDINATION  IN EM/SAL).
Diagram
Diagram mmixm.tmp#LogCoordination_ccdNumber mmixm.tmp#LogCoordination_coordinationDateTime mmixm.tmp#LogCoordination_coordinationModifiedBy mmixm.tmp#LogCoordination_coordinationModifiedDateTime mmixm.tmp#LogCoordination_coordinationStage mmixm.tmp#LogCoordination_pocInitials
Used by
Model
Children ccdNumber, coordinationDateTime, coordinationModifiedBy, coordinationModifiedDateTime, coordinationStage, pocInitials
Source
<xs:complexType name="LogCoordination">
  <xs:annotation>
    <xs:documentation>LOG Coordination information class. (NOTE: USE DISPLAY_ORDER FROM COORD_REST_STAGE_LU TO DETERMINE HOW TO DISPLAY LOG COORDINATION IN EM/SAL).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ccdNumber" type="bas:String10Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>CCD Number</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="coordinationDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1"/>
    <xs:element name="coordinationModifiedBy" type="bas:PersonReferenceChoice" minOccurs="1" maxOccurs="1"/>
    <xs:element name="coordinationModifiedDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1"/>
    <xs:element name="coordinationStage" type="bas:CodeCoordinationRestStageDescriptionType" minOccurs="1" maxOccurs="1"/>
    <xs:element name="pocInitials" type="bas:String50Type" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:NOCCLogOverlays
Namespace https://mmixm.aero/features/1.0.0
Annotations
Main NOCC Event Manager LOG extension table. Defines all the unique fields used at the NOCC.
Diagram
Diagram mmixm.tmp#NOCCLogOverlays_active mmixm.tmp#NOCCLogOverlays_closureDateTime mmixm.tmp#NOCCLogOverlays_docSummary mmixm.tmp#NOCCLogOverlays_noccEventImpact mmixm.tmp#NOCCLogOverlays_noccEventStatus mmixm.tmp#NOCCLogOverlays_noccEventType
Used by
Model
Children active, closureDateTime, docSummary, noccEventImpact, noccEventStatus, noccEventType
Source
<xs:complexType name="NOCCLogOverlays">
  <xs:annotation>
    <xs:documentation>Main NOCC Event Manager LOG extension table. Defines all the unique fields used at the NOCC.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="active" type="bas:Integer22Type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This field indicates whether the NOCC has closed the issue or not. It is distinct from EventStatus, which refers to the operational issue only.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="closureDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1"/>
    <xs:element name="docSummary" type="bas:String4000Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>[TI 6140.32 NOCC User Guide] The Summary section of the Document Details window is used for specific reports such as Instrument Landing System (ILS) events, Loss of Redundancy and Terminal Doppler Weather Radar (TDWR)/Airport Surface Detection Equipment (ASDE) events.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="noccEventImpact" type="bas:CodeNoccEventImpactDescriptionType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>[TI 6140.32 NOCC User Guide] 6.1.3 discusses Event Impact Type but does not give a definition.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="noccEventStatus" type="bas:CodeNoccEventStatusDescriptionType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>TI 6140.32 is the NOCC Event Manager User Guide. It defines the options for Event Status Type in 6.1.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="noccEventType" type="bas:CodeNoccEventTypeDescriptionType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>TI 6140.32 is the NOCC Event Manager User Guide. It references Event Type but does not provide a clear definition. The enumeration values are pulled from sample data.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:InterruptReport
Namespace https://mmixm.aero/features/1.0.0
Annotations
[6000.15G General Maintenance Handbook] LOG extension class for LIRs - Only created at OCCs and SOCs using Event Manager. 
Interruption: A break in continuity, the loss or unavailability of a facility/service, regardless of duration or cause.
Diagram
Diagram mmixm.tmp#InterruptReport_cause mmixm.tmp#InterruptReport_causeDescription mmixm.tmp#InterruptReport_faultLocation mmixm.tmp#InterruptReport_primeRecoveryID
Used by
Model
Children cause, causeDescription, faultLocation, primeRecoveryID
Source
<xs:complexType name="InterruptReport">
  <xs:annotation>
    <xs:documentation>[6000.15G General Maintenance Handbook] LOG extension class for LIRs - Only created at OCCs and SOCs using Event Manager. Interruption: A break in continuity, the loss or unavailability of a facility/service, regardless of duration or cause.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cause" type="bas:CodeInterruptLogCauseType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Possible causes of the interruption.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="causeDescription" type="bas:CodeInterruptLogCauseDescriptionType" minOccurs="0" maxOccurs="1"/>
    <xs:element name="faultLocation" type="bas:CodeInterruptLogFaultLocationDescriptionType" minOccurs="0" maxOccurs="1"/>
    <xs:element name="primeRecoveryID" type="bas:CodePrimeRecoveryDescriptionType" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:LogLine
Namespace https://mmixm.aero/features/1.0.0
Annotations
Line Frequency data associated with particular logs.
Diagram
Diagram mmixm.tmp#LogLine_channel mmixm.tmp#LogLine_lineFrequencyFlag mmixm.tmp#LogLine_lineFrequencyID mmixm.tmp#LogLine_lineNumber mmixm.tmp#LogLine_logLineID mmixm.tmp#LogLine_logLineModifiedDateTime mmixm.tmp#LogLine_path mmixm.tmp#LogLine_primarySpare mmixm.tmp#LogLine_associatedBwmInfo mmixm.tmp#LogLine_associatedSegment mmixm.tmp#LogLine_associatedTelcoInfo mmixm.tmp#LogLine_associatedUhfVhf
Used by
Model
Children associatedBwmInfo, associatedSegment, associatedTelcoInfo, associatedUhfVhf, channel, lineFrequencyFlag, lineFrequencyID, lineNumber, logLineID, logLineModifiedDateTime, path, primarySpare
Source
<xs:complexType name="LogLine">
  <xs:annotation>
    <xs:documentation>Line Frequency data associated with particular logs.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="channel" type="bas:String10Type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Identifier used to associated a communications line with the remote facility/service</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="lineFrequencyFlag" type="bas:CodeLineFrequencyFlagType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>LINE, FREQUENCY OR BOTH</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="lineFrequencyID" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="lineNumber" type="bas:String40Type" minOccurs="0" maxOccurs="1"/>
    <xs:element name="logLineID" type="xs:nonNegativeInteger" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Unique ID - will have a suffix of two digits to allow for replication</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="logLineModifiedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Date/time of last change made</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="path" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="primarySpare" type="bas:CodePrimarySpareType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Primary or Spare</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="associatedBwmInfo" type="feat:BwmInfo" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedSegment" type="feat:SegmentInfo" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedTelcoInfo" type="feat:TelcoInfo" minOccurs="0" maxOccurs="1"/>
    <xs:element name="associatedUhfVhf" type="feat:UhfVhf" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:SegmentInfo
Namespace https://mmixm.aero/features/1.0.0
Annotations
complex type containing segment number and segment total
Diagram
Diagram mmixm.tmp#SegmentInfo_segmentNumber mmixm.tmp#SegmentInfo_segmentTotal
Used by
Model
Children segmentNumber, segmentTotal
Source
<xs:complexType name="SegmentInfo">
  <xs:annotation>
    <xs:documentation>complex type containing segment number and segment total</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="segmentNumber" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Segment number in this path</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="segmentTotal" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Total number of segments in this path</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:TelcoInfo
Namespace https://mmixm.aero/features/1.0.0
Annotations
contains info describing the telecom operator
Diagram
Diagram mmixm.tmp#TelcoInfo_provider mmixm.tmp#TelcoInfo_ticketNumber
Used by
Model
Children provider, ticketNumber
Source
<xs:complexType name="TelcoInfo">
  <xs:annotation>
    <xs:documentation>contains info describing the telecom operator</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="provider" type="bas:String50Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Phone company responsible</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ticketNumber" type="bas:String30Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Phone company trouble ticket number</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:UhfVhf
Namespace https://mmixm.aero/features/1.0.0
Annotations
complex type containing info about the UHF and VHF frequencies
Diagram
Diagram mmixm.tmp#UhfVhf_frequencyType mmixm.tmp#UhfVhf_uhfFrequency mmixm.tmp#UhfVhf_vhfFrequency
Used by
Model
Children frequencyType, uhfFrequency, vhfFrequency
Source
<xs:complexType name="UhfVhf">
  <xs:annotation>
    <xs:documentation>complex type containing info about the UHF and VHF frequencies</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="frequencyType" type="bas:UhfVhfFrequencyType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>UHF, VHF, or BOTH</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="uhfFrequency" type="bas:String10Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>UHF Frequency for this line</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="vhfFrequency" type="bas:String10Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>VHF Frequency for this line</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:LogComments
Namespace https://mmixm.aero/features/1.0.0
Annotations
User-specified text further describing the maintenance event
Diagram
Diagram mmixm.tmp#LogComments_commentDateTime mmixm.tmp#LogComments_commentID mmixm.tmp#LogComments_commentText
Used by
Model
Children commentDateTime, commentID, commentText
Source
<xs:complexType name="LogComments">
  <xs:annotation>
    <xs:documentation>User-specified text further describing the maintenance event</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="commentDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>User entered date for comment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="commentID" type="bas:Integer22Type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Unique reference ID for comment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="commentText" type="bas:String4000Type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Large text field for comments entered by user for this log</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type feat:RelatedLog
Namespace https://mmixm.aero/features/1.0.0
Annotations
Other related logs
Diagram
Diagram
Used by
Element feat:RelatedLog
Model
Source
<xs:complexType name="RelatedLog">
  <xs:annotation>
    <xs:documentation>Other related logs</xs:documentation>
  </xs:annotation>
  <xs:sequence/>
</xs:complexType>
[ top ]
Complex Type feat:Document
Namespace https://mmixm.aero/features/1.0.0
Annotations
Group of elements describing reference documentation
Diagram
Diagram mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_additionalInformation mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_cancellationDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentConfidentiality mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentFormat mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentID mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentStatus mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentTitle mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_documentType mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_effectiveDateTime mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_relatedDocumentReference mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_responsibleOffice mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_versionDate mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_versionNumber mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_references mmixm.tmp#https___mmixm.aero_features_1.0.0_Document_electronicLocation
Used by
Model
Children additionalInformation, cancellationDateTime, documentConfidentiality, documentFormat, documentID, documentStatus, documentTitle, documentType, effectiveDateTime, electronicLocation, references, relatedDocumentReference, responsibleOffice, versionDate, versionNumber
Source
<xs:complexType name="Document">
  <xs:annotation>
    <xs:documentation>Group of elements describing reference documentation</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="additionalInformation" type="bas:AdditionalInformation" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This field is used to provide some additional comments or information</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="cancellationDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Identifies the Cancellation Date for the document</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="documentConfidentiality" type="bas:CodeDocumentConfidentialityType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>A type of official approval or permission for access or use.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="documentFormat" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Details on the document properties, including electronic file type or hardcopy if applicable.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="documentID" type="xs:string" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Document Number/FAA Order Number</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="documentStatus" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This refers to the status of a document, current or cancelled</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="documentTitle" type="xs:string" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The title of document</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="documentType" type="bas:CodeDocumentTypeType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Identifies whether a document is an order or notice</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="effectiveDateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Identifies the Issue Date for the document</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="relatedDocumentReference" type="xs:string" minOccurs="0" maxOccurs="10"/>
    <xs:element name="responsibleOffice" type="xs:string" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Identifies the office responsible for maintaining the document.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="versionDate" type="xs:dateTime" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Issue date of the document version</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="versionNumber" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>version number of the document</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="references" type="feat:Document" minOccurs="1" maxOccurs="1"/>
    <xs:element name="electronicLocation" type="bas:ElectronicLocation" minOccurs="1" maxOccurs="99"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Attribute bas:NameValuePair / @name
Namespace No namespace
Annotations
Name of the property or attribute
Type xs:string
Properties
use optional
Used by
Complex Type bas:NameValuePair
Source
<xs:attribute name="name" use="optional" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of the property or attribute</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute bas:NameValuePair / @value
Namespace No namespace
Annotations
Value of the property or attribute
Type xs:string
Properties
use optional
Used by
Complex Type bas:NameValuePair
Source
<xs:attribute name="value" use="optional" type="xs:string">
  <xs:annotation>
    <xs:documentation>Value of the property or attribute</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute bas:AbstractMessage / @id
Namespace No namespace
Type xs:integer
Properties
use optional
Used by
Complex Type bas:AbstractMessage
Source
<xs:attribute name="id" use="optional" type="xs:integer"/>
[ top ]
Attribute bas:AbstractMessage / @messageType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type bas:AbstractMessage
Source
<xs:attribute name="messageType" use="optional" type="xs:string"/>
[ top ]
Attribute bas:AbstractMessage / @timestamp
Namespace No namespace
Type xs:dateTime
Properties
use optional
Used by
Complex Type bas:AbstractMessage
Source
<xs:attribute name="timestamp" use="optional" type="xs:dateTime"/>
[ top ]