<xsd:complexType name="ShipmentUnitType">
<xsd:annotation>
<xsd:documentation>The Amount contains the total sales price for the contents of the shipping unit.
The TotalAmount contains the sum of the FreightCharges and the Sales price (Amount) for the shipping unit. If C.O.D. (Collect On Delivery) freight terms were specified for the transaction, this is monetary amount that the carrier is to collect as payment from the customer upon shipment of the shipping unit.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ShipUnitBaseType">
<xsd:sequence>
<xsd:element ref="EstimatedFreightChargeAmount" minOccurs="0" />
<xsd:element ref="FreightChargeAmount" minOccurs="0" />
<xsd:element ref="SalePriceAmount" minOccurs="0" />
<xsd:element ref="ShipmentTotalAmount" minOccurs="0" />
<xsd:element ref="LoadingDateTime" minOccurs="0" />
<xsd:element ref="EstimatedWeightMeasure" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">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.</xsd:documentation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="LoadingWeightMeasure" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">This is the net weight at loading time of the container in which the materials are being shipped.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Dimensions" minOccurs="0" />
<xsd:element ref="CountryOfOriginCode" minOccurs="0" />
<xsd:element ref="DestinationCountryCode" minOccurs="0" />
<xsd:element ref="TransportationMethodCode" minOccurs="0" />
<xsd:element ref="ShipmentServiceLevelCode" minOccurs="0" />
<xsd:element ref="PointOfStagingCode" minOccurs="0" />
<xsd:element ref="TransportationTerm" minOccurs="0" />
<xsd:element ref="ShipToLocation" minOccurs="0" />
<xsd:element ref="PackingMaterial" minOccurs="0" />
<xsd:element ref="ShippingMaterial" minOccurs="0" />
<xsd:element ref="ShipmentUnitContainer" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ShipmentUnitItem" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|