<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>
|