complexType WeightType
diagram FficeMessage_diagrams/FficeMessage_p186.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:RestrictedWeightType
properties
base fb:RestrictedWeightType
used by
elements DangerousGoodsDimensionsType/grossWeight DangerousGoodsDimensionsType/netWeight
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomWeightType  required      
documentation
Unit of measure
annotation
documentation
The value of a weight. [AIXM 5.1]
source <xs:complexType name="WeightType">
 
<xs:annotation>
   
<xs:documentation>The value of a weight. [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:RestrictedWeightType">
     
<xs:attribute name="uom" type="fb:UomWeightType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute WeightType/@uom
type fb:UomWeightType
properties
use required
facets
Kind Value Annotation
enumeration KG
enumeration LB
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomWeightType" use="required">
 
<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