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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:ForecastRevisionLine

Element information

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

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

Type: cac:ForecastRevisionLineType

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 revision line.
    3. cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
    4. cbc:Description [0..*]Text describing the revision to this line.
    5. cbc:RevisedForecastLineID [1..1]An identifier for the revised forecast line.
    6. cbc:SourceForecastIssueDate [1..1]The date on which the forecast modified by this revision was generated or created.
    7. cbc:SourceForecastIssueTime [1..1]The time at which the forecast modified by this revision was generated or created.
    8. cbc:AdjustmentReasonCode [0..1]A code signifying the reason for the adjustment specified in this forecast revision line.
    9. cac:ForecastPeriod [0..1]The period to which this forecast revision line applies.
    10. cac:SalesItem [0..1]Sales information for the item to which this line applies.

Attributes

None

Used in

Sample instance

<cac:ForecastRevisionLine>
   <cbc:ID>FRL1</cbc:ID>
   <cbc:RevisedForecastLineID>RFL1</cbc:RevisedForecastLineID>
   <cbc:SourceForecastIssueDate>2005-02-17</cbc:SourceForecastIssueDate>
   <cbc:SourceForecastIssueTime>10:00:00.000</cbc:SourceForecastIssueTime>
   <cbc:AdjustmentReasonCode>REVISED_PROMOTION</cbc:AdjustmentReasonCode>
   <cac:ForecastPeriod>
      <cbc:StartDate>2005-02-26</cbc:StartDate>
      <cbc:EndDate>2005-12-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:Item>
   </cac:SalesItem>
</cac:ForecastRevisionLine>