complexType Asset
diagram mmixm_diagrams/mmixm_p107.png
namespace https://mmixm.aero/features/2.1.0
children mx:additionalInformation mx:assetIdentifier mx:assetName mx:cageCode mx:costCenterCode mx:description mx:fsepOperationalInformation mx:inventoryInformation mx:location mx:monitoringEvent mx:responsibleOrganization mx:composedOf mx:memberOf mx:interfacesWith mx:rmlsAdjacentTo mx:rmlsColocated mx:rmlsRelatedTo mx:rmlsAssociatedWith
used by
elements Asset AssetRelationship/asset
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="xs:string" 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="xs:string" 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="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:complexType>

element Asset/additionalInformation
diagram mmixm_diagrams/mmixm_p108.png
namespace https://mmixm.aero/features/2.1.0
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_p109.png
namespace https://mmixm.aero/features/2.1.0
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_p110.png
namespace https://mmixm.aero/features/2.1.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Common name of an asset.
source <xs:element name="assetName" type="xs:string" 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_p111.png
namespace https://mmixm.aero/features/2.1.0
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_p112.png
namespace https://mmixm.aero/features/2.1.0
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_p113.png
namespace https://mmixm.aero/features/2.1.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Description of an asset.
source <xs:element name="description" type="xs:string" 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_p114.png
namespace https://mmixm.aero/features/2.1.0
type mx:FsepOperationalInformation
properties
minOcc 0
maxOcc 1
content complex
children mx:airportRunway mx:assetStatusHistory mx:fsepCode mx:capabilityCode mx:categoryCode mx:numberOfUnits mx:phoneContact mx:regionCode mx:responsibilityCode 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_p115.png
namespace https://mmixm.aero/features/2.1.0
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_p116.png
namespace https://mmixm.aero/features/2.1.0
type mb:Location
properties
minOcc 0
maxOcc 1
content complex
children mb:electronicLocation mb:faaLocation mb:geographicLocation mb:physicalAddress mb:gsaAddress
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/monitoringEvent
diagram mmixm_diagrams/mmixm_p117.png
namespace https://mmixm.aero/features/2.1.0
type mx:MonitoringEvent
properties
minOcc 0
maxOcc 255
content complex
children mx:additionalInformation mx:assetAvailability mx:eventDateTime mx:eventDescription mx:eventTitle mx:priority mx:parameterState 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_p118.png
namespace https://mmixm.aero/features/2.1.0
type mb:Organization
properties
minOcc 0
maxOcc 1
content complex
children mb:additionalInformation 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_p119.png
namespace https://mmixm.aero/features/2.1.0
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_p120.png
namespace https://mmixm.aero/features/2.1.0
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_p121.png
namespace https://mmixm.aero/features/2.1.0
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_p122.png
namespace https://mmixm.aero/features/2.1.0
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_p123.png
namespace https://mmixm.aero/features/2.1.0
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_p124.png
namespace https://mmixm.aero/features/2.1.0
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_p125.png
namespace https://mmixm.aero/features/2.1.0
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