<xsd:group name="ShippingWeightandVolumeGroup">
<xsd:sequence>
<xsd:element ref="TareWeightMeasure" minOccurs="0" />
<xsd:element ref="NetWeightMeasure" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">This is the net weight of the goods or materials being shipped.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="GrossWeightMeasure" minOccurs="0" />
<xsd:element ref="TotalVolumeMeasure" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Quantifies the volume, or amount of space, that is occupied by an item, container or shipment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|