<xsd:complexType name="ShipmentHeaderBaseType">
<xsd:annotation>
<xsd:documentation>The Warehouse Location identifies the place from where the goods are shipped</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="StatusEnabledHeaderType">
<xsd:sequence>
<xsd:element ref="ShipUnitQuantity" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Contains the quantity of units or things shipped. This represents the container(s), not the product shipped. An example of this is "4 truck loads" or "2 wooden crates".</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="WarehouseLocation" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the storage facility for inventory.</xsd:documentation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the storage facility for inventory.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="CarrierRouteReference" minOccurs="0" />
<xsd:element ref="ActualShipDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date that is used to identify the actual date and time a shipment occurs.</xsd:documentation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date that is used to identify the actual date and time a shipment occurs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ScheduledDeliveryDateTime" minOccurs="0" />
<xsd:element ref="ActualDeliveryDateTime" 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:group ref="ShippingWeightandVolumeGroup" />
<xsd:element ref="HazardousMaterialCodes" minOccurs="0" />
<xsd:element ref="CountryOfOriginCode" minOccurs="0" />
<xsd:element ref="DistributionCenterCode" minOccurs="0" />
<xsd:element ref="TransportationMethodCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the general type of carrier transportation used to deliver goods.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="SpecialHandlingNote" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="DockID" minOccurs="0" />
<xsd:element ref="ShipFromParty" minOccurs="0" />
<xsd:element ref="CarrierParty" minOccurs="0" />
<xsd:element ref="FreightTermCode" minOccurs="0" />
<xsd:element ref="Party" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="DistributedCharge" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|