<xs:complexType name="SCEHeader">
<xs:sequence>
<xs:element name="DocumentId" type="DocumentIdType" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a general identifier of a document number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AlternateDocumentIds" type="DocumentIds" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Other document identifiers this document maybe known as. This provides a cross-reference to the other parties identifiers for this document.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ActualFreightTotalCost" type="Amount" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is used to report the total price charged to the customer for transporting the items or products being sold, produced or purchased. This amount is determined by the shipping partner and/or reported by the carrier partner upon shipment or delivery of the product.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocumentDate" type="DateTime" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the timestamp that the document was created in the sending system.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LastModificationDateTime" type="DateTime" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the date of the last update to this document.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EarliestShipDateTime" type="DateTime" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">This identifies the earliest possible date at which a shipment can be made. This may be used in conjunction with the ShipPriorToDueDateInd which indicates that the item, shipping unit or delivery may be shipped early.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Warehouse" type="Warehouse" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the storage facility for inventory.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TotalFreightCost" type="Amount" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">MDV: How is this different to ActualFreightTotalAmount?</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PartialShipmentInd" type="Indicator" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies when a partial shipment to a customer is allowed. Valid values are '0' for partial shipment not allowed.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Priority" type="Priority" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Priority of a document, task, or activity. Could be used for production orders, sales orders, purchase orders, etc.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ShipUnitQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">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".</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="CarrierRoute" minOccurs="0" />
<xs:element name="OriginationCountry" type="Country" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Represents the identifier of the country of origin. The list of valid codes can be found in ISO Standard number 3166.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="ShippingWeights" minOccurs="0" />
<xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a free-form description of the transaction or any portion of the transaction.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="Notes" minOccurs="0" />
<xs:group ref="Transportation" minOccurs="0" />
<xs:group ref="Temperatures" minOccurs="0" />
<xs:element ref="Charges" minOccurs="0" />
<xs:group ref="References" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|