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