complexType Asset
diagram mmixm_diagrams/mmixm_p121.png
namespace https://mmixm.aero/features/4
children mx:additionalInformation mx:assetIdentifier mx:assetName mx:cageCode mx:costCenterCode mx:description mx:fsepOperationalInformation mx:inventoryInformation mx:location mx:loggingEvent mx:monitoringEvent mx:responsibleOrganization mx:composedOf mx:memberOf mx:interfacesWith mx:rmlsAdjacentTo mx:rmlsColocated mx:rmlsRelatedTo mx:rmlsAssociatedWith
used by
elements Asset AssetRelationship/asset
attributes
Name  Type  Use  Default  Fixed  Annotation
assetType  mb:AssetType  optional      
documentation
Enumerated list of asset categories.
annotation
documentation
Complex type containing information about an asset or group of assets.
source <xs:complexType name="Asset">
 
<xs:annotation>
   
<xs:documentation>Complex type containing information about an asset or group of assets.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="additionalInformation" type="mb:AdditionalInformation" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Additional information about an asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="assetIdentifier" type="mx:AssetIdentifier" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Collection of information and identifiers associated with an asset that could be used to uniquely identify an asset instance.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="assetName" type="mb:String150Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Common name of an asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="cageCode" type="mb:CageCode" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The Cage Code associated with an asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="costCenterCode" type="mb:CostCenter" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The cost center code associated with an asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="description" type="mb:String255Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Description of an asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="fsepOperationalInformation" type="mx:FsepOperationalInformation" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>FSEP information about operational assets.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="inventoryInformation" type="mx:InventoryInformation" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Inventory information associated with an Asset</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="location" type="mb:Location" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The location an asset is associated with.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="loggingEvent" type="mx:LoggingEvent" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Logging event associated with a specific asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="monitoringEvent" type="mx:MonitoringEvent" minOccurs="0" maxOccurs="255">
     
<xs:annotation>
       
<xs:documentation>Monitoring event associated with a specific asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="responsibleOrganization" type="mb:Organization" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Organization responsible for the asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="composedOf" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Relationship reporting down in the asset hierarchy (parent to child).  composedOf articulates an asset being  composed or made up of another asset (or group of assets).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="memberOf" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Relationship reporting up in the asset hierarchy (child to parent).  memberOf articulates an asset being a member of another asset or asset group.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="interfacesWith" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Relationship representing assets that are connected to one another.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="rmlsAdjacentTo" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Facilities (when out of service) that may prohibit the removal of service of other facilities. These are generally radar and beacon facilities and VORs. (JO 6040.15G)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="rmlsColocated" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Equipment/System physically located together (generally using the same power source). (JO 6040.15G)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="rmlsRelatedTo" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A facility/service not directly provided by a facility/equipment which will require a
reportable interrupt due to the interruption of another facility/service (cannot be both associated and
related). (JO 6040.15G)
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="rmlsAssociatedWith" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A service directly provided by a facility/equipment. (JO 6040.15G )</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="assetType" type="mb:AssetType" use="optional">
   
<xs:annotation>
     
<xs:documentation>Enumerated list of asset categories.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute Asset/@assetType
type mb:AssetType
properties
use optional
facets
Kind Value Annotation
enumeration Assembly
documentation
A combination of parts or subassemblies designed to work in concert.
enumeration Component
documentation
Any self-contained part or any combination of parts, subassemblies, or units that perform a distinctive function necessary to operate a system, per the FAA Advisory Circular for Recordkeeping Requirements.
enumeration Equipment
documentation
Equipment refers to a complete collection of manufactured assemblies or components that make up a complex system/facility (e.g., transmitter, receiver, etc.). This information is located in section 8 of the system or equipment Technical Instruction Book. Equipment describes the highest level of serialized equipment information associated with the Facility Type, Location Ident, and make/model combinations from an FSEP record, per 6000.5 Facility, Service, and Equipment Profile (FSEP).
enumeration Facility
documentation
Generally, any installation of equipment designated to aid in the navigation, communication, or control of air traffic. Specifically, the term denotes the total electronic equipment, power generation, or distribution systems and any structure used to house, support, and /or protect the use equipment and systems. A facility may include a number of systems, subsystems, or equipment, per FAA-HDBK-006A Reliability, Maintainability, and Availability (RMA) Handbook.
enumeration lru
documentation
Line replaceable unit (lru) - a modular component designed to be quickly replaced at an operating location.
enumeration LRU
documentation
Lowest replaceable unit (LRU) - For restoration purposes, an LRU is an assembly, printed circuit board, or chassis-mounted component that can easily be removed and replaced, per FAA-HDBK-006A Reliability, Maintainability, and Availability (RMA) Handbook.
enumeration Module
documentation
The serialized Lowest Replaceable Unit (LRU) level equipment, per 6000.5 Facility, Service, and Equipment Profile (FSEP).
enumeration Other
documentation
Other asset type not covered by other defined options.
enumeration Part
documentation
One piece, or two or more pieces that are joined together and which are not normally subject to disassembly without destruction of the designed use, per the FAA Advisory Circular for Recordkeeping Requirements.
enumeration Service
documentation
Per FAA-HDBK-006A Reliability, Maintainability, and Availability (RMA) Handbook, the term "service" has different meanings in the contexts of the NAS Architecture (Version 5.0 or greater) and the National Airspace Performance Reporting Services (NAPRS).
- "NAS Architecture Service" represents services, such as separation assurance, that are provided to NAS users. These services are provided by a combination of ATC specialists and the systems that support them. Each NAS Architecture Service comprises two or more NAS capabilities associated with the service.
- "NAPRS Services" as defined in FAA order 6040.15 are services that represent an end product, which is delivered to a user (AT personnel, the aviation public, or military) that results from an appropriate combination of systems, subsystems, equipment, and facilities.
enumeration Subassembly
documentation
A part or component of a larger assembly, per the FAA Advisory Circular for Recordkeeping Requirements.
enumeration Subsystem
documentation
Per 6000.5 Facility, Service, and Equipment Profile (FSEP), a subsystem is that portion of a system that performs a specific function(s). A subsystem must relate to a higher-level system in the NAS Operational Inventory (NOI). This is known as the FIC Code and class.
enumeration System
documentation
Per 6000.5 Facility, Service, and Equipment Profile (FSEP), a system is a combination of a subsystem(s) or equipment whose individual functions produce, by engineering design, a specific operating product(s) in the NAS. This is known as the facility type.
annotation
documentation
Enumerated list of asset categories.
source <xs:attribute name="assetType" type="mb:AssetType" use="optional">
 
<xs:annotation>
   
<xs:documentation>Enumerated list of asset categories.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Asset/additionalInformation
diagram mmixm_diagrams/mmixm_p122.png
namespace https://mmixm.aero/features/4
type mb:AdditionalInformation
properties
minOcc 0
maxOcc 1
content complex
children mb:nameValue
annotation
documentation
Additional information about an asset.
source <xs:element name="additionalInformation" type="mb:AdditionalInformation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Additional information about an asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/assetIdentifier
diagram mmixm_diagrams/mmixm_p123.png
namespace https://mmixm.aero/features/4
type mx:AssetIdentifier
properties
minOcc 0
maxOcc 1
content complex
children mx:faaIdentifier mx:fsepIdentifier mx:globalIdentifier mx:manufacturerIdentifier mx:rmlsLuId
annotation
documentation
Collection of information and identifiers associated with an asset that could be used to uniquely identify an asset instance.
source <xs:element name="assetIdentifier" type="mx:AssetIdentifier" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Collection of information and identifiers associated with an asset that could be used to uniquely identify an asset instance.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/assetName
diagram mmixm_diagrams/mmixm_p124.png
namespace https://mmixm.aero/features/4
type mb:String150Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 150
annotation
documentation
Common name of an asset.
source <xs:element name="assetName" type="mb:String150Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Common name of an asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/cageCode
diagram mmixm_diagrams/mmixm_p125.png
namespace https://mmixm.aero/features/4
type mb:CageCode
properties
minOcc 0
maxOcc 1
content complex
children mb:cageCode
annotation
documentation
The Cage Code associated with an asset.
source <xs:element name="cageCode" type="mb:CageCode" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The Cage Code associated with an asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/costCenterCode
diagram mmixm_diagrams/mmixm_p126.png
namespace https://mmixm.aero/features/4
type mb:CostCenter
properties
minOcc 0
maxOcc 1
content complex
children mb:costCenterCode
annotation
documentation
The cost center code associated with an asset.
source <xs:element name="costCenterCode" type="mb:CostCenter" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The cost center code associated with an asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/description
diagram mmixm_diagrams/mmixm_p127.png
namespace https://mmixm.aero/features/4
type mb:String255Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Description of an asset.
source <xs:element name="description" type="mb:String255Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Description of an asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/fsepOperationalInformation
diagram mmixm_diagrams/mmixm_p128.png
namespace https://mmixm.aero/features/4
type mx:FsepOperationalInformation
properties
minOcc 0
maxOcc 1
content complex
children mx:airportRunway mx:assetStatusHistory mx:associatedLocations mx:frequencyCount mx:fsepCode mx:numberOfUnits mx:phoneContact mx:recordProvenance mx:regionalInformation mx:revisionId mx:staffedHours mx:tier
annotation
documentation
FSEP information about operational assets.
source <xs:element name="fsepOperationalInformation" type="mx:FsepOperationalInformation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>FSEP information about operational assets.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/inventoryInformation
diagram mmixm_diagrams/mmixm_p129.png
namespace https://mmixm.aero/features/4
type mx:InventoryInformation
properties
minOcc 0
maxOcc 1
content complex
children mx:assetInventoryStatus mx:condition mx:lastInventoriedDateTime mx:lastUpdatedDateTime
annotation
documentation
Inventory information associated with an Asset
source <xs:element name="inventoryInformation" type="mx:InventoryInformation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Inventory information associated with an Asset</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/location
diagram mmixm_diagrams/mmixm_p130.png
namespace https://mmixm.aero/features/4
type mb:Location
properties
minOcc 0
maxOcc 1
content complex
children mb:electronicLocation mb:faaLocation mb:geographicLocation mb:gsaAddress mb:physicalAddress
annotation
documentation
The location an asset is associated with.
source <xs:element name="location" type="mb:Location" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The location an asset is associated with.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/loggingEvent
diagram mmixm_diagrams/mmixm_p131.png
namespace https://mmixm.aero/features/4
type mx:LoggingEvent
properties
minOcc 0
maxOcc 1
content complex
children mx:additionalInformation mx:alarm mx:arrivalDeparture mx:assignmentInformation mx:comment mx:createdBy mx:createdDateTime mx:creatorLocation mx:equipmentModification mx:fsepOperationalInformationSnapshot mx:interruptReport mx:logCoordination mx:loggingCode mx:logId mx:maintenanceActivity mx:modifiedBy mx:modifiedDateTime mx:notamInformation mx:periodicMaintenance mx:reportLevel mx:status mx:summary
annotation
documentation
Logging event associated with a specific asset.
source <xs:element name="loggingEvent" type="mx:LoggingEvent" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Logging event associated with a specific asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/monitoringEvent
diagram mmixm_diagrams/mmixm_p132.png
namespace https://mmixm.aero/features/4
type mx:MonitoringEvent
properties
minOcc 0
maxOcc 255
content complex
children mx:additionalInformation mx:assetAvailability mx:configuration mx:eventDateTime mx:eventDescription mx:eventTitle mx:parameter mx:priority mx:rmlsDpInformation mx:securityViolation mx:severity
annotation
documentation
Monitoring event associated with a specific asset.
source <xs:element name="monitoringEvent" type="mx:MonitoringEvent" minOccurs="0" maxOccurs="255">
 
<xs:annotation>
   
<xs:documentation>Monitoring event associated with a specific asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/responsibleOrganization
diagram mmixm_diagrams/mmixm_p133.png
namespace https://mmixm.aero/features/4
type mb:Organization
properties
minOcc 0
maxOcc 1
content complex
children mb:additionalInformation mb:atowOrganization mb:organizationContact mb:organizationName
annotation
documentation
Organization responsible for the asset.
source <xs:element name="responsibleOrganization" type="mb:Organization" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Organization responsible for the asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/composedOf
diagram mmixm_diagrams/mmixm_p134.png
namespace https://mmixm.aero/features/4
type mx:AssetRelationship
properties
minOcc 0
maxOcc 1
content complex
children mx:asset
annotation
documentation
Relationship reporting down in the asset hierarchy (parent to child).  composedOf articulates an asset being  composed or made up of another asset (or group of assets).
source <xs:element name="composedOf" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Relationship reporting down in the asset hierarchy (parent to child).  composedOf articulates an asset being  composed or made up of another asset (or group of assets).</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/memberOf
diagram mmixm_diagrams/mmixm_p135.png
namespace https://mmixm.aero/features/4
type mx:AssetRelationship
properties
minOcc 0
maxOcc 1
content complex
children mx:asset
annotation
documentation
Relationship reporting up in the asset hierarchy (child to parent).  memberOf articulates an asset being a member of another asset or asset group.
source <xs:element name="memberOf" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Relationship reporting up in the asset hierarchy (child to parent).  memberOf articulates an asset being a member of another asset or asset group.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/interfacesWith
diagram mmixm_diagrams/mmixm_p136.png
namespace https://mmixm.aero/features/4
type mx:AssetRelationship
properties
minOcc 0
maxOcc 1
content complex
children mx:asset
annotation
documentation
Relationship representing assets that are connected to one another.
source <xs:element name="interfacesWith" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Relationship representing assets that are connected to one another.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/rmlsAdjacentTo
diagram mmixm_diagrams/mmixm_p137.png
namespace https://mmixm.aero/features/4
type mx:AssetRelationship
properties
minOcc 0
maxOcc 1
content complex
children mx:asset
annotation
documentation
Facilities (when out of service) that may prohibit the removal of service of other facilities. These are generally radar and beacon facilities and VORs. (JO 6040.15G)
source <xs:element name="rmlsAdjacentTo" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Facilities (when out of service) that may prohibit the removal of service of other facilities. These are generally radar and beacon facilities and VORs. (JO 6040.15G)</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/rmlsColocated
diagram mmixm_diagrams/mmixm_p138.png
namespace https://mmixm.aero/features/4
type mx:AssetRelationship
properties
minOcc 0
maxOcc 1
content complex
children mx:asset
annotation
documentation
Equipment/System physically located together (generally using the same power source). (JO 6040.15G)
source <xs:element name="rmlsColocated" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Equipment/System physically located together (generally using the same power source). (JO 6040.15G)</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/rmlsRelatedTo
diagram mmixm_diagrams/mmixm_p139.png
namespace https://mmixm.aero/features/4
type mx:AssetRelationship
properties
minOcc 0
maxOcc 1
content complex
children mx:asset
annotation
documentation
A facility/service not directly provided by a facility/equipment which will require a
reportable interrupt due to the interruption of another facility/service (cannot be both associated and
related). (JO 6040.15G)
source <xs:element name="rmlsRelatedTo" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A facility/service not directly provided by a facility/equipment which will require a
reportable interrupt due to the interruption of another facility/service (cannot be both associated and
related). (JO 6040.15G)
</xs:documentation>
 
</xs:annotation>
</xs:element>

element Asset/rmlsAssociatedWith
diagram mmixm_diagrams/mmixm_p140.png
namespace https://mmixm.aero/features/4
type mx:AssetRelationship
properties
minOcc 0
maxOcc 1
content complex
children mx:asset
annotation
documentation
A service directly provided by a facility/equipment. (JO 6040.15G )
source <xs:element name="rmlsAssociatedWith" type="mx:AssetRelationship" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A service directly provided by a facility/equipment. (JO 6040.15G )</xs:documentation>
 
</xs:annotation>
</xs:element>


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