Definition Type: Group
Name: ShippingWeights
Namespace: http://www.openapplications.org/oagis
Containing Schema: SupplyChainExecution.xsd
Collapse XSD Schema Diagram:
Drilldown into TotalVolume in schema supplychainexecution_xsd Drilldown into TotalWeight in schema supplychainexecution_xsd Drilldown into NetWeight in schema supplychainexecution_xsd Drilldown into LoadingWeight in schema supplychainexecution_xsd Drilldown into EstimatedWeight in schema supplychainexecution_xsdXSD Diagram of ShippingWeights in schema supplychainexecution_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:group name="ShippingWeights">
    <xs:sequence>
        <xs:element name="EstimatedWeight" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">The estimated weight of an item or container.  An estimate is provided as a processing alternative when the actual weight of an item is not known or cannot be calculated exactly.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="LoadingWeight" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">This is the net weight at loading time of the container in which the materials are being shipped.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="NetWeight" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">This is the net weight of the goods or materials being shipped.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="TotalWeight" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Quantifies the weight, or heaviness, of an item, container or shipment.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="TotalVolume" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Quantifies the volume, or amount of space, that is occupied by an item, container or shipment.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EstimatedWeight oa:EstimatedWeight 0 (1)
LoadingWeight oa:LoadingWeight 0 (1)
NetWeight oa:NetWeight 0 (1)
TotalWeight oa:TotalWeight 0 (1)
TotalVolume oa:TotalVolume 0 (1)