cac:ExceptionNotificationLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:ExceptionNotificationLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] An identifier for this exception notification line.
- cbc:Note [0..*] Free-form text conveying information that is not contained explicitly in other structures.
- cbc:Description [0..*] Text describing the exception.
- cbc:ExceptionStatusCode [0..1] A code signifying status specific to a shipment exception.
- cbc:CollaborationPriorityCode [0..1] Priority of Exception.
- cbc:ResolutionCode [0..1] Coded representation of possible resolution methods". Possible values are: DEFAULT_TO_AVERAGE_OF_COMPARED_VALUES DEFAULT_TO_BUYERS_VALUE DEFAULT_TO_HIGH_VALUE DEFAULT_TO_LOW_VALUE DEFAULT_TO_SELLERS_VALUE MANUAL_RESOLUTION MUTUALLY_DEFINED
- cbc:ComparedValueMeasure [1..1] The value that was compared with the source value that resulted in the exception
- cbc:SourceValueMeasure [1..1] The value used as the basis of comparison
- cbc:VarianceQuantity [0..1] The variance of a data item from an expected value during a particular time interval.
- cbc:SupplyChainActivityTypeCode [0..1] Establishes the criterion for one of the three types of exceptions: Operational, performance metric and forecast. This reports an exception notification about an operational exception. Description could be: A code used to identify an operational exception. Possible values are: CANCELED_ORDERS EMERGENCY_ORDERS ON_HAND ORDERS RECEIPTS SALES SHIPMENTS
- cbc:PerformanceMetricTypeCode [0..1] A code used to identify a measure of performance. It defines the type of the Performance Metric on which an exception criteria is being defined
- cac:ExceptionObservationPeriod [0..1] The period (start-end date) when this exception is observed
- cac:DocumentReference [0..*] A reference to Exception Criteria document can be provided.
- cac:ForecastException [0..1] A forecast accuracy or comparison exception.
- cac:SupplyItem [1..1] The product associated with this exception notification line.
Attributes
None
Used in
- Type ExceptionNotificationType (Element ExceptionNotification)
Sample instance
<cac:ExceptionNotificationLine> <cbc:ID>exceptionNotificationLineID</cbc:ID> <cbc:ExceptionStatusCode>NEW</cbc:ExceptionStatusCode> <cbc:CollaborationPriorityCode>HIGH</cbc:CollaborationPriorityCode> <cbc:ResolutionCode>LOCAL_INTERPOLATED_VALUE</cbc:ResolutionCode> <cbc:ComparedValueMeasure unitCode="KGM">2</cbc:ComparedValueMeasure> <cbc:SourceValueMeasure unitCode="KGM">2.1</cbc:SourceValueMeasure> <cbc:VarianceQuantity unitCode="KGM">20</cbc:VarianceQuantity> <cac:ExceptionObservationPeriod> <cbc:StartDate>2010-03-26</cbc:StartDate> <cbc:EndDate>2010-04-10</cbc:EndDate> </cac:ExceptionObservationPeriod> <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> <cac:SupplyItem> <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:SupplyItem> </cac:ExceptionNotificationLine>