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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [1..1]An identifier for this forecast line.
    3. cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
    4. cbc:FrozenDocumentIndicator [0..1]An indicator that the status of the forecast is modifiable (true) or not (false).
    5. cbc:ForecastTypeCode [1..1]A code signifying the type of forecast. Examples: BASE PROMOTIONAL SEASONAL TOTAL
    6. cac:ForecastPeriod [0..1]The period to which the forecast applies.
    7. cac:SalesItem [0..1]Sales information for the item to which this line applies.

Attributes

None

Used in

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>