simpleType UomMassType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:string
properties
base xs:string
used by
attribute MassType/@uom
facets
Kind Value Annotation
enumeration KG
documentation
Kilogram.
enumeration LB
documentation
Pound.
annotation
documentation
The reference quantities used to express the value of mass.
source <xs:simpleType name="UomMassType">
 
<xs:annotation>
   
<xs:documentation>The reference quantities used to express the value of mass.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="KG">
     
<xs:annotation>
       
<xs:documentation>Kilogram.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="LB">
     
<xs:annotation>
       
<xs:documentation>Pound.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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