simpleType CodeManufacturedAssetStatusType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
element InventoryInformation/assetInventoryStatus
facets
Kind Value Annotation
enumeration ACTIVE
documentation
Manufactured asset is received and available
enumeration INACTIVE
documentation
When deleting a GIAI or after a mfg asset is disposed, GIAI label is damaged
enumeration IN_SERVICE
documentation
Manufactured asset is being installed
enumeration IN_TRANSIT
documentation
Asset is en route to a new location
enumeration MISSING
documentation
Manufactured asset has been lost, stolen, or destroyed
annotation
documentation
Enumerated list of statuses for inventoried assets. As defined by AMS.
source <xs:simpleType name="CodeManufacturedAssetStatusType">
 
<xs:annotation>
   
<xs:documentation>Enumerated list of statuses for inventoried assets. As defined by AMS.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ACTIVE">
     
<xs:annotation>
       
<xs:documentation>Manufactured asset is received and available</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="INACTIVE">
     
<xs:annotation>
       
<xs:documentation>When deleting a GIAI or after a mfg asset is disposed, GIAI label is damaged</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="IN_SERVICE">
     
<xs:annotation>
       
<xs:documentation>Manufactured asset is being installed</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="IN_TRANSIT">
     
<xs:annotation>
       
<xs:documentation>Asset is en route to a new location</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MISSING">
     
<xs:annotation>
       
<xs:documentation>Manufactured asset has been lost, stolen, or destroyed</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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