cac:ForecastLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:ForecastLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- cbc:ID [1..1]An identifier for this forecast line.
- cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
- cbc:FrozenDocumentIndicator [0..1]An indicator that the status of the forecast is modifiable (true) or not (false).
- cbc:ForecastTypeCode [1..1]A code signifying the type of forecast. Examples: BASE PROMOTIONAL SEASONAL TOTAL
- cac:ForecastPeriod [0..1]The period to which the forecast applies.
- cac:SalesItem [0..1]Sales information for the item to which this line applies.
Attributes
None
Used in
- Type ForecastType (Element Forecast)
Sample instance
<cac:ForecastLine> <cbc:ID>forecastLineID</cbc:ID> <cbc:ForecastTypeCode>TOTAL</cbc:ForecastTypeCode> <cac:ForecastPeriod> <cbc:StartDate>2010-02-01</cbc:StartDate> <cbc:EndDate>2010-05-26</cbc:EndDate> </cac:ForecastPeriod> <cac:SalesItem> <cbc:Quantity unitCode="KGM">20</cbc:Quantity> <cac:Item> <cbc:Description>Acme beeswax</cbc:Description> <cbc:Name>beeswax</cbc:Name> <cac:BuyersItemIdentification> <cbc:ID>6578489</cbc:ID> </cac:BuyersItemIdentification> <cac:SellersItemIdentification> <cbc:ID>17589683</cbc:ID> </cac:SellersItemIdentification> <cac:StandardItemIdentification> <cbc:ID>00123450000584</cbc:ID> </cac:StandardItemIdentification> </cac:Item> </cac:SalesItem> </cac:ForecastLine>