<!--
Copyright © 2004 Chemical Industry Data Exchange. All rights reserved.
This schema and its use are subject to the statement appearing on
Page 1 of the Chem eStandards v4.0 Introduction, and to the license
agreement available during the Chem eStandards download process.
-->
<xsd:schema targetNamespace="urn:cidx:names:specification:ces:schema:all:4:0" xmlns="urn:cidx:names:specification:ces:schema:all:4:0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:include schemaLocation="CIDX_CeS_v4.0_CommonComponents.xsd"/>
<xsd:element name="AcceptOrReject" type="AcceptOrRejectType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>The action of accepting or rejecting a previous transaction</Description>
<SampleData>Rejected</SampleData>
<CodeListName>CIDX AcceptOrReject</CodeListName>
<CodeList>Accepted
AcceptedWithChange
Rejected</CodeList>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="AcceptOrRejectType">
<xsd:restriction base="cidxToken"/>
</xsd:simpleType>
<xsd:element name="Berth" type="BerthType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>A space for a ship to dock or anchor at the pier.</Description>
<SampleData>Pier 40</SampleData>
<Comments>The place where a motor carrier will drop of the product to be loaded on a vessel.</Comments>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="BerthType">
<xsd:restriction base="cidxToken"/>
</xsd:simpleType>
<xsd:element name="BookingNumber" type="BookingNumberType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>Unique number assigned by the carrier for a given Load Tender.</Description>
<SampleData>923456789</SampleData>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="BookingNumberType">
<xsd:restriction base="cidxToken"/>
</xsd:simpleType>
<xsd:element name="DeliveryPoint" type="DeliveryPointType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>The place to which product should be delivered usually if going by ocean.</Description>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="DeliveryPointType">
<xsd:sequence>
<xsd:element ref="TerminalName" minOccurs="0"/>
<xsd:element ref="PierName" minOccurs="0"/>
<xsd:element ref="Berth" minOccurs="0"/>
<xsd:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="LoadTenderResponse" type="LoadTenderResponseType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description/>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="LoadTenderResponseType">
<xsd:sequence>
<xsd:element ref="Header"/>
<xsd:element ref="LoadTenderResponseBody"/>
</xsd:sequence>
<xsd:attribute name="Version" type="cidxToken" use="required" fixed="4.0"/>
</xsd:complexType>
<xsd:element name="LoadTenderResponseBody" type="LoadTenderResponseBodyType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>The body associated with the LoadTenderResponse message.</Description>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="LoadTenderResponseBodyType">
<xsd:sequence>
<xsd:element ref="LoadTenderResponseProperties"/>
<xsd:element ref="LoadTenderResponsePartners"/>
<xsd:element ref="LoadTenderResponseDetails"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="LoadTenderResponseDetails" type="LoadTenderResponseDetailsType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>The details associated with the LoadTenderResponse message.</Description>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="LoadTenderResponseDetailsType">
<xsd:sequence>
<xsd:element ref="EquipmentDetails" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="LoadTenderResponseProductLineItem" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="LoadTenderResponsePartners" type="LoadTenderResponsePartnersType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>The partners associated with the LoadTenderResponse message.</Description>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="LoadTenderResponsePartnersType">
<xsd:sequence>
<xsd:element ref="Carrier"/>
<xsd:element ref="ShipFrom" maxOccurs="unbounded"/>
<xsd:element ref="ShipTo" maxOccurs="unbounded"/>
<xsd:element ref="OtherPartner" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="LoadTenderResponseProductLineItem" type="LoadTenderResponseProductLineItemType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>Individual line within the LoadTenderResponse transaction.</Description>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="LoadTenderResponseProductLineItemType">
<xsd:sequence>
<xsd:element ref="LineNumber"/>
<xsd:element ref="EquipmentDetailsLineNumber" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="LadingIdentification" minOccurs="0"/>
<xsd:element ref="ProductIdentification" minOccurs="0"/>
<xsd:element ref="ProductQuantity"/>
<xsd:element ref="PercentActive" minOccurs="0"/>
<xsd:element ref="ReferenceInformation" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="TransportTemperature" minOccurs="0"/>
<xsd:element ref="PalletQuantityInformation" minOccurs="0"/>
<xsd:element ref="PackagingInformation" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="GrossVolume" minOccurs="0"/>
<xsd:element ref="NetVolume" minOccurs="0"/>
<xsd:element ref="GrossWeight" minOccurs="0"/>
<xsd:element ref="NetWeight" minOccurs="0"/>
<xsd:element ref="ProductLabel" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="CountryOfOriginCode" minOccurs="0"/>
<xsd:element ref="RequestedDeliveryDateTime"/>
<xsd:element ref="OtherPartner" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="RequestedPickupDateTime" minOccurs="0"/>
<xsd:element ref="ControlledTemperature" minOccurs="0"/>
<xsd:element ref="QuoteIdentifier" minOccurs="0"/>
<xsd:element ref="DeliveryTerms" minOccurs="0"/>
<xsd:element ref="ShipmentMethodOfPaymentCode" minOccurs="0"/>
<xsd:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="ShippingServiceLevelCode" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="LoadTenderResponseProperties" type="LoadTenderResponsePropertiesType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>The properties associated with the LoadTenderResponse message.</Description>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="LoadTenderResponsePropertiesType">
<xsd:sequence>
<xsd:element ref="LoadTenderNumber"/>
<xsd:element ref="BookingNumber" minOccurs="0"/>
<xsd:element ref="PortDeliveryPoint" minOccurs="0"/>
<xsd:element ref="RequestedDeliveryDateTime" minOccurs="0"/>
<xsd:element ref="MarketPlaceInformation" minOccurs="0"/>
<xsd:element ref="AcceptOrReject"/>
<xsd:element ref="RejectReason" minOccurs="0"/>
<xsd:element ref="LoadTenderStatus"/>
<xsd:element ref="LanguageCode" minOccurs="0"/>
<xsd:element ref="ReferenceInformation" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="RequestedDocument" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="OtherPartner" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="ShipmentStopType" minOccurs="0"/>
<xsd:element ref="DeliveryTerms" minOccurs="0"/>
<xsd:element ref="ShipmentMethodOfPaymentCode" minOccurs="0"/>
<xsd:element ref="RoutingInstructions" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="PierName" type="PierNameType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>Drop-off point at a pier or dock.</Description>
<SampleData>Pier 40</SampleData>
<Comments>The place where a motor carrier will drop off the product to be loaded on a vessel.</Comments>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="PierNameType">
<xsd:restriction base="cidxToken"/>
</xsd:simpleType>
<xsd:element name="PortDeliveryPoint" type="PortDeliveryPointType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>The place to which product should be delivered if going by ocean.</Description>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="PortDeliveryPointType">
<xsd:sequence>
<xsd:element ref="DeliveryPoint"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="RejectReason" type="RejectReasonType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>Assigned by issuer to identify reason for rejection of product, transaction, or other business document.</Description>
<SampleData>EquipmentNotAvailable</SampleData>
<CodeListName>CIDX RejectReason</CodeListName>
<CodeList>EquipmentNotAvailable
ManpowerNotAvailable
PickupDateTimeNotPossible
DeliveryDateTimeNotPossible
HandlingNotAuthorized</CodeList>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="RejectReasonType">
<xsd:restriction base="cidxToken"/>
</xsd:simpleType>
<xsd:element name="TerminalName" type="TerminalNameType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>Drop-off point at a terminal.</Description>
<SampleData>Vopak</SampleData>
<Comments>The place where a motor carrier will drop of the product to be loaded on a vessel.</Comments>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="TerminalNameType">
<xsd:restriction base="cidxToken"/>
</xsd:simpleType>
</xsd:schema>
|