cac:ForecastException
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:ForecastExceptionType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ForecastPurposeCode [1..1]It is either Sales forecast or Order Forecast. Definition can be changed like: "The purpose of the Forecast (either sales or order), about which an exception criteria is being defined".
- cbc:ForecastTypeCode [1..1]A code signifying the type of forecast. Example of values are:BASE PROMOTIONAL SEASONAL TOTAL
- cbc:IssueDate [1..1]The date on which the forecast was issued.
- cbc:IssueTime [0..1]The time at which the forecast was issued.
- cbc:DataSourceCode [1..1]A code signifying the partner who provides this information.
- cbc:ComparisonDataCode [0..1]A code signifying the partner providing the information in this forecast exception.
- cbc:ComparisonForecastIssueTime [0..1]The time at which this comparison forecast was issued.
- cbc:ComparisonForecastIssueDate [0..1]The date on which this comparison forecast was issued.
Attributes
None
Used in
- Type cac:ExceptionNotificationLineType (Element cac:ExceptionNotificationLine)
Sample instance
<cac:ForecastException> <cbc:ForecastPurposeCode>ORDER_FORECAST</cbc:ForecastPurposeCode> <cbc:ForecastTypeCode>TOTAL</cbc:ForecastTypeCode> <cbc:IssueDate>2010-04-17</cbc:IssueDate> <cbc:IssueTime>10:00:00.000</cbc:IssueTime> <cbc:DataSourceCode>BUYER</cbc:DataSourceCode> </cac:ForecastException>