Uses the Component:QuantityForecastType
Used to report forecast information about the expected sales of a part.
Table 6.37. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PeriodID |
An identifier of a period. | 0..1 | Field | udt:IdentifierType | |
| QuantitySold |
Associated Value | 0..1 | Field | udt:IdentifierType | |
| PartSaleType |
Associated Value | 0..1 | Field | scl:PartSaleTypeEnumeratedType |
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.37. QuantityForecast
<QuantityForecast>
<PeriodID>......</PeriodID> [0..1]
<QuantitySold>......</QuantitySold> [0..1]
<PartSaleType>......</PartSaleType> [0..1]
</QuantityForecast>