Definition Type: ComplexType
Name: PartsForecastingType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The Parts Forecasting component is used for reporting of data values for forecasting algorithms.
Collapse XSD Schema Diagram:
Drilldown into ExpectedInventory in schema components_xsd Drilldown into QuantitySoldHistory in schema components_xsd Drilldown into PeriodsInYearNumeric in schema components_xsd Drilldown into FullBinQuantity in schema components_xsd Drilldown into JobQuantity in schema components_xsdXSD Diagram of PartsForecastingType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
JobQuantity star:JobQuantity 0 1
FullBinQuantity star:FullBinQuantity 0 1
PeriodsInYearNumeric star:PeriodsInYearNumeric 0 1
QuantitySoldHistory star:QuantitySoldHistory 0 unbounded
ExpectedInventory star:ExpectedInventory 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:PartsForecasting