simpleType CodeConditionType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
element InventoryInformation/condition
facets
Kind Value Annotation
enumeration REPAIRABLE
documentation
The manufactured asset is repairable.
enumeration SERVICEABLE
documentation
The manufactured asset is placed into service.
enumeration SURVEY
documentation
The manufactured asset is lost, stolen or destroyed.
annotation
documentation
Enumerated list of condition types.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy