cac:ForecastRevisionLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:ForecastRevisionLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] An identifier for this forecast revision line.
- cbc:Note [0..*] Free-form text conveying information that is not contained explicitly in other structures.
- cbc:Description [0..*] Text describing the revision to this line.
- cbc:RevisedForecastLineID [1..1] An identifier for the revised forecast line.
- cbc:SourceForecastIssueDate [1..1] The date on which the forecast modified by this revision was generated or created.
- cbc:SourceForecastIssueTime [1..1] The time at which the forecast modified by this revision was generated or created.
- cbc:AdjustmentReasonCode [0..1] A code signifying the reason for the adjustment specified in this forecast revision line.
- cac:ForecastPeriod [0..1] The period to which this forecast revision line applies.
- cac:SalesItem [0..1] Sales information for the item to which this line applies.
Attributes
None
Used in
- Type ForecastRevisionType (Element ForecastRevision)
Sample instance
<cac:ForecastRevisionLine> <cbc:ID/> <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>