simpleType UomWeightType
namespace http://www.fixm.aero/base/4.1
type restriction of string
properties
base xs:string
used by
attribute WeightType/@uom
facets
Kind Value Annotation
enumeration KG
documentation

                  Kilogram.
              
enumeration LB
documentation

                  Pound.
              
annotation
documentation

            The reference quantities used to express the value of weight.
        
source <simpleType name="UomWeightType">
 
<annotation>
   
<documentation>
            The reference quantities used to express the value of weight.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="KG">
     
<annotation>
       
<documentation>
                  Kilogram.
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="LB">
     
<annotation>
       
<documentation>
                  Pound.
              
</documentation>
     
</annotation>
   
</enumeration>
 
</restriction>
</simpleType>


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