<xsd:complexType name="CarrierRouteType">
<xsd:complexContent>
<xsd:extension base="HeaderType">
<xsd:sequence>
<xsd:element ref="TrackingID" minOccurs="0" />
<xsd:element ref="RouteType" 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="RequiredDeliveryDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date that the business partner is requesting delivery of goods to arrive.</xsd:documentation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date that the business partner is requesting delivery of goods to arrive.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PromisedDeliveryDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date that the supplier business partner promises delivery of goods</xsd:documentation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date that the business partner is supplying goods promises delivery of goods to arrive.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="LoadingDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date that is used to mark the date and time a shipment loading process is complete.</xsd:documentation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date that is used to mark the date and time a shipment loading process is complete.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="EarliestShipDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">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.</xsd:documentation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PromisedShipDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date the business partner supplying goods is promising goods to be shipped.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ScheduledShipDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the date on which the goods are scheduled to be shipped.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PointOfLoadingCode" minOccurs="0" />
<xsd:element ref="PointOfShipmentCode" minOccurs="0" />
<xsd:element ref="PointOfStagingCode" minOccurs="0" />
<xsd:element ref="TransportationMethodCode" minOccurs="0" />
<xsd:element ref="TransportationTerm" minOccurs="0" />
<xsd:group ref="ShippingWeightandVolumeGroup" />
<xsd:element ref="Container" minOccurs="0" />
<xsd:element ref="Status" minOccurs="0" />
<xsd:element ref="Charge" minOccurs="0" />
<xsd:element ref="Party" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="RouteStop" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|