<xs:complexType name="OrderSchedule">
<xs:complexContent>
<xs:extension base="OrderLineBase">
<xs:sequence>
<xs:element name="EffectivePeriod" type="TimePeriodAny" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the starting point in time in which the schedule applies.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RequiredQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indiactes the quatity of Order Items that are required in for a given shipment for the schedule.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FixedTimeDuration" type="Duration" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates how often a shipment of Order Items are to be sent to the Customer.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OverToleranceDuration" type="Duration" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the number of days late that a shipment of the scheduled items can be.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UnderToleranceDuration" type="Duration" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the number of days early that a shipment of scheduled items can be.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OverShipTolerance" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the number over the RequiredQuantity a given shipment may be.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UnderShipTolerance" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the number under the RequiredQuantity a given shipment may be.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|