<xsd:complexType name="PartsForecastingType">
<xsd:annotation>
<xsd:documentation>The Parts Forecasting component is used for reporting of data values for forecasting algorithms.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="JobQuantity" type="sqdt:QuantityType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Minimum job quantity for this item. Some jobs, such as an oil change will take 1 filter, but 6 quarts of oil. For that particular oil, the job quantity would be 6.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="FullBinQuantity" type="sqdt:QuantityType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Total quantity receiving storage bin can hold.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="PeriodsInYearNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The number of periods in a year. 12 means the calculation is done monthly, 52 weekly, etc</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="QuantitySoldHistory" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ExpectedInventory" />
</xsd:sequence>
</xsd:complexType>
|