cac:RetailPlannedImpact
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:RetailPlannedImpactType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:Amount [1..1] Estimated monetary value of the planned event as an impact
- cbc:ForecastPurposeCode [1..1] It will have impact on either Sales forecast or Order Forecast
- cbc:ForecastTypeCode [1..1] A code signifying the type of forecast. Examples of values are: BASE PROMOTIONAL SEASONAL TOTAL
- cac:Period [0..1] The period to which this impact applies.
Attributes
None
Used in
- Type cac:EventLineItemType (Element cac:EventLineItem)
Sample instance
<cac:RetailPlannedImpact> <cbc:Amount currencyID="GBP">0.0</cbc:Amount> <cbc:ForecastPurposeCode>SALES_FORECAST</cbc:ForecastPurposeCode> <cbc:ForecastTypeCode>PROMOTIONAL</cbc:ForecastTypeCode> <cac:Period> <cbc:StartDate>2010-05-12</cbc:StartDate> <cbc:EndDate>2010-06-12</cbc:EndDate> </cac:Period> </cac:RetailPlannedImpact>