complexType Weight
diagram mmixm_diagrams/mmixm_p67.png
namespace https://mmixm.aero/base/3
type extension of mb:Measure
properties
base mb:Measure
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:double  optional      
documentation
The actual measurement.
uom  mb:UomWeight  optional      
documentation
Unit of measure.
annotation
documentation
A body's relative mass or the quantity of matter contained by it, as measured by a downward force
source <xs:complexType name="Weight">
 
<xs:annotation>
   
<xs:documentation>A body's relative mass or the quantity of matter contained by it, as measured by a downward force</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="mb:Measure">
     
<xs:sequence/>
     
<xs:attribute name="uom" type="mb:UomWeight" use="optional">
       
<xs:annotation>
         
<xs:documentation>Unit of measure.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute Weight/@uom
type mb:UomWeight
properties
use optional
facets
Kind Value Annotation
enumeration G
documentation
Grams
enumeration KG
documentation
Kilograms
enumeration LB
documentation
Pounds
enumeration OZ
documentation
Ounces
enumeration T
documentation
Metric ton/tonne
enumeration TON
documentation
Imperial ton
annotation
documentation
Unit of measure.
source <xs:attribute name="uom" type="mb:UomWeight" use="optional">
 
<xs:annotation>
   
<xs:documentation>Unit of measure.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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