QuantityForecast

Uses the Component:QuantityForecastType

Used to report forecast information about the expected sales of a part.

Fields and Components

Table 6.35. Fields and Components

Name Description Occurrence Type Data Type User Notes
PeriodID

An identifier of a period.

0..1Field udt:IdentifierType  
QuantitySold

Associated Value

0..1Field udt:IdentifierType  
PartSaleType

Associated Value

0..1Field scl:PartSaleTypeEnumeratedType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.35. QuantityForecast

<QuantityForecast>
     <PeriodID>......</PeriodID>     [0..1]
     <QuantitySold>......</QuantitySold>     [0..1]
     <PartSaleType>......</PartSaleType>     [0..1]
</QuantityForecast>