| namespace | https://mmixm.aero/base/4 | ||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:simpleType name="CodeConditionType"> <xs:annotation> <xs:documentation>Enumerated list of condition types.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Repairable"> <xs:annotation> <xs:documentation>The manufactured asset is repairable.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Serviceable"> <xs:annotation> <xs:documentation>The manufactured asset is placed into service.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Survey"> <xs:annotation> <xs:documentation>The manufactured asset is lost, stolen or destroyed.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |