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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:ExceptionCriteriaLine

Element information

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

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

Type: cac:ExceptionCriteriaLineType

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 exception criteria line.
    3. cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
    4. cbc:ThresholdValueComparisonCode [1..1]Type of comparison to be carried out in reference to the set threshold." Allowed values are: EXCEEDS_EXCEPTION_VALUE FALLS_BELOW_EXCEPTION_VALUE
    5. cbc:ThresholdQuantity [1..1]A quantity beyond which an exception will be triggered.
    6. cbc:ExceptionStatusCode [0..1]A code signifying status specific to a shipment exception.
    7. cbc:CollaborationPriorityCode [0..1]A collaboratively assigned code signifying priority of the Exception. Possible values are: HIGH, LOW, MEDIUM
    8. cbc:ExceptionResolutionCode [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
    9. cbc:SupplyChainActivityTypeCode [0..1]Establishes the criterion for one of the three types of exceptions. There can be three types of exception criteria: Operational, Metric and Forecast Exceptions. This will be set if this Exception is 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
    10. cbc:PerformanceMetricTypeCode [0..1]A code signifying a measure of performance.
    11. cac:EffectivePeriod [0..1]The period during which this exception criteria line is in effect.
    12. cac:SupplyItem [1..*]The Trade Item that is the subject of the Exception Criterion.
    13. cac:ForecastExceptionCriterionLine [0..1]Establishes the criterion for one of the three types of exceptions. This class provides the criterion for the kind of forecast exception, the identification of the purpose of the forecast, the source of data and the time basis criterion for the exception.

Attributes

None

Used in

Sample instance

<cac:ExceptionCriteriaLine>
   <cbc:ID>exceptionCriteriaLineID</cbc:ID>
   <cbc:ThresholdValueComparisonCode>EXCEEDS_EXCEPTION_VALUE</cbc:ThresholdValueComparisonCode>
   <cbc:ThresholdQuantity unitCode="KGM">120000</cbc:ThresholdQuantity>
   <cbc:ExceptionStatusCode>NEW</cbc:ExceptionStatusCode>
   <cbc:CollaborationPriorityCode>HIGH</cbc:CollaborationPriorityCode>
   <cbc:SupplyChainActivityTypeCode>SALES</cbc:SupplyChainActivityTypeCode>
   <cac:EffectivePeriod>
      <cbc:StartDate>2010-03-28</cbc:StartDate>
      <cbc:EndDate>2010-08-29</cbc:EndDate>
   </cac:EffectivePeriod>
   <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:ExceptionCriteriaLine>