complexType VolumeType
diagram FficeTemplates_diagrams/FficeTemplates_p738.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:RestrictedVolumeType
properties
base fb:RestrictedVolumeType
used by
element DangerousGoodsDimensionsType/volume
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomVolumeType  required      
documentation
Unit of measure
annotation
documentation
The measure of the physical space of any 3-D geometric object. [ISO 19103, chapter 6.5.7.15]
source <xs:complexType name="VolumeType">
 
<xs:annotation>
   
<xs:documentation>The measure of the physical space of any 3-D geometric object. [ISO 19103, chapter 6.5.7.15]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:RestrictedVolumeType">
     
<xs:attribute name="uom" type="fb:UomVolumeType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute VolumeType/@uom
type fb:UomVolumeType
properties
use required
facets
Kind Value Annotation
enumeration US_GAL
documentation
US Gallon.
enumeration L
documentation
Litre.
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomVolumeType" 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