Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:RetailPlannedImpact
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:RetailPlannedImpact

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:RetailPlannedImpactType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:Amount [1..1]Estimated monetary value of the planned event as an impact
    3. cbc:ForecastPurposeCode [1..1]It will have impact on either Sales forecast or Order Forecast
    4. cbc:ForecastTypeCode [1..1]A code signifying the type of forecast. Examples of values are: BASE PROMOTIONAL SEASONAL TOTAL
    5. cac:Period [0..1]The period to which this impact applies.

Attributes

None

Used in

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>