Definition Type: Group
Name: ShippingDates
Namespace: http://www.openapplications.org/oagis
Containing Schema: SupplyChainExecution.xsd
Collapse XSD Schema Diagram:
Drilldown into ScheduledShipDateTime in schema supplychainexecution_xsd Drilldown into ActualShippedDateTime in schema supplychainexecution_xsd Drilldown into PromisedShipDateTime in schema supplychainexecution_xsd Drilldown into PromisedDeliveryDateTime in schema supplychainexecution_xsd Drilldown into NeedDeliveryDateTime in schema supplychainexecution_xsd Drilldown into LoadingDateTime in schema supplychainexecution_xsdXSD Diagram of ShippingDates in schema supplychainexecution_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:group name="ShippingDates">
    <xs:sequence>
        <xs:element name="LoadingDateTime" type="DateTime" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the date that is used to mark the date and time a shipment loading process is complete.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="NeedDeliveryDateTime" type="DateTime" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the date that the business partner is requesting delivery of goods to arrive.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="PromisedDeliveryDateTime" type="DateTime" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the date that the business partner is supplying goods promises delivery of goods to arrive.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="PromisedShipDateTime" type="DateTime" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the date the business partner supplying goods is promising goods to be shipped.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ActualShippedDateTime" type="DateTime" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the date that is used to identify the actual date and time a shipment occurs.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ScheduledShipDateTime" type="DateTime" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies the date on which the goods are scheduled to be shipped.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LoadingDateTime oa:LoadingDateTime 0 (1)
NeedDeliveryDateTime oa:NeedDeliveryDateTime 0 (1)
PromisedDeliveryDateTime oa:PromisedDeliveryDateTime 0 (1)
PromisedShipDateTime oa:PromisedShipDateTime 0 (1)
ActualShippedDateTime oa:ActualShippedDateTime 0 (1)
ScheduledShipDateTime oa:ScheduledShipDateTime 0 (1)