simpleType CodeManufacturedAssetStatusType
namespace https://mmixm.aero/base/4
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