Definition Type: ComplexType
Name: ShipmentUnitType
Namespace: http://www.openapplications.org/oagis/9
Type: oa:ShipUnitBaseType
Containing Schema: LogisticsComponents.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into ContainerQuantity in schema fields_xsd1 Drilldown into ShipmentUnitItem in schema logisticscomponents_xsd Drilldown into ShipmentUnitContainer in schema logisticscomponents_xsd Drilldown into ShippingMaterial in schema components_xsd1 Drilldown into PackingMaterial in schema components_xsd1 Drilldown into ShipToLocation in schema components_xsd1 Drilldown into TransportationTerm in schema components_xsd1 Drilldown into PointOfStagingCode in schema fields_xsd1 Drilldown into ShipmentServiceLevelCode in schema fields_xsd1 Drilldown into TransportationMethodCode in schema fields_xsd1 Drilldown into DestinationCountryCode in schema fields_xsd1 Drilldown into CountryOfOriginCode in schema fields_xsd1 Drilldown into Dimensions in schema components_xsd1 Drilldown into LoadingWeightMeasure in schema fields_xsd1 Drilldown into EstimatedWeightMeasure in schema fields_xsd1 Drilldown into LoadingDateTime in schema fields_xsd1 Drilldown into ShipmentTotalAmount in schema fields_xsd1 Drilldown into SalePriceAmount in schema fields_xsd1 Drilldown into FreightChargeAmount in schema fields_xsd1 Drilldown into EstimatedFreightChargeAmount in schema fields_xsd1 Drilldown into DistributedCharge in schema components_xsd1 Drilldown into TotalVolumeMeasure in schema fields_xsd1 Drilldown into GrossWeightMeasure in schema fields_xsd1 Drilldown into NetWeightMeasure in schema fields_xsd1 Drilldown into TareWeightMeasure in schema fields_xsd1 Drilldown into ShippingWeightAndVolumeGroup in schema components_xsd1 Drilldown into Status in schema components_xsd1 Drilldown into SpecialHandlingNote in schema fields_xsd1 Drilldown into ActualDeliveryDateTime in schema fields_xsd1 Drilldown into ScheduledDeliveryDateTime in schema fields_xsd1 Drilldown into ImportLicenseRequiredIndicator in schema fields_xsd1 Drilldown into ExportLicenseRequiredIndicator in schema fields_xsd1 Drilldown into ShipmentDateTime in schema fields_xsd1 Drilldown into DeclaredValueAmount in schema fields_xsd1 Drilldown into ShipFromParty in schema components_xsd1 Drilldown into CarrierParty in schema components_xsd1 Drilldown into SealID in schema fields_xsd1 Drilldown into RFID in schema fields_xsd1 Drilldown into ContainerID in schema fields_xsd1 Drilldown into ContainerInstanceIDsGroup in schema logisticscomponents_xsd Drilldown into ContainerGroupID in schema fields_xsd1 Drilldown into ShipUnitTotalID in schema fields_xsd1 Drilldown into ShipUnitSequenceID in schema fields_xsd1 Drilldown into TrackingID in schema fields_xsd1 Drilldown into TrackingIDGroup in schema logisticscomponents_xsd Drilldown into type in schema logisticscomponents_xsd Drilldown into ShipUnitBaseType in schema logisticscomponents_xsdXSD Diagram of ShipmentUnitType in schema logisticscomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ShipmentUnitType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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/platform/1">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/platform/1">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/platform/1">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="ContainerQuantity" minOccurs="0" />
                <xsd:element ref="UserArea" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TrackingID oa:TrackingID 0 unbounded
ShipUnitSequenceID oa:ShipUnitSequenceID 0 (1)
ShipUnitTotalID oa:ShipUnitTotalID 0 (1)
ContainerGroupID oa:ContainerGroupID 0 (1)
ContainerID oa:ContainerID 0 unbounded
RFID oa:RFID 0 (1)
SealID oa:SealID 0 (1)
CarrierParty oa:CarrierParty 0 (1)
ShipFromParty oa:ShipFromParty 0 (1)
DeclaredValueAmount oa:DeclaredValueAmount 0 (1)
ShipmentDateTime oa:ShipmentDateTime 0 (1)
ExportLicenseRequiredIndicator oa:ExportLicenseRequiredIndicator 0 (1)
ImportLicenseRequiredIndicator oa:ImportLicenseRequiredIndicator 0 (1)
ScheduledDeliveryDateTime oa:ScheduledDeliveryDateTime 0 (1)
ActualDeliveryDateTime oa:ActualDeliveryDateTime 0 (1)
SpecialHandlingNote oa:SpecialHandlingNote 0 unbounded
Status oa:Status 0 (1)
TareWeightMeasure oa:TareWeightMeasure 0 (1)
NetWeightMeasure oa:NetWeightMeasure 0 (1)
GrossWeightMeasure oa:GrossWeightMeasure 0 (1)
TotalVolumeMeasure oa:TotalVolumeMeasure 0 (1)
DistributedCharge oa:DistributedCharge 0 unbounded
EstimatedFreightChargeAmount oa:EstimatedFreightChargeAmount 0 (1)
FreightChargeAmount oa:FreightChargeAmount 0 (1)
SalePriceAmount oa:SalePriceAmount 0 (1)
ShipmentTotalAmount oa:ShipmentTotalAmount 0 (1)
LoadingDateTime oa:LoadingDateTime 0 (1)
EstimatedWeightMeasure oa:EstimatedWeightMeasure 0 (1)
LoadingWeightMeasure oa:LoadingWeightMeasure 0 (1)
Dimensions oa:Dimensions 0 (1)
CountryOfOriginCode oa:CountryOfOriginCode 0 (1)
DestinationCountryCode oa:DestinationCountryCode 0 (1)
TransportationMethodCode oa:TransportationMethodCode 0 (1)
ShipmentServiceLevelCode oa:ShipmentServiceLevelCode 0 (1)
PointOfStagingCode oa:PointOfStagingCode 0 (1)
TransportationTerm oa:TransportationTerm 0 (1)
ShipToLocation oa:ShipToLocation 0 (1)
PackingMaterial oa:PackingMaterial 0 (1)
ShippingMaterial oa:ShippingMaterial 0 (1)
ShipmentUnitContainer oa:ShipmentUnitContainer 0 unbounded
ShipmentUnitItem oa:ShipmentUnitItem 0 unbounded
ContainerQuantity oa:ContainerQuantity 0 (1)
UserArea oa:UserArea 0 (1)
<xs:group> oa:TrackingIDGroup 0 (1)
<xs:group> oa:ContainerInstanceIDsGroup 0 (1)
<xs:group> oa:ShippingWeightAndVolumeGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oa:type (Optional)
Collapse Derivation Tree:
Collapse References:
oa:ShipmentUnit