<xsd:group name="ShippingWeightAndVolumeGroup">
<xsd:sequence>
<xsd:element minOccurs="0" ref="TareWeightMeasure" />
<xsd:element minOccurs="0" ref="NetWeightMeasure">
<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 minOccurs="0" ref="GrossWeightMeasure" />
<xsd:element minOccurs="0" ref="TotalVolumeMeasure">
<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>
|