namespace | https://mmixm.aero/base/3 | ||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
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> |