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