Schema Central  >  UBL 2.3  >  UBL-OrderCancellation-2.3.xsd  >  OrderCancellation
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

OrderCancellation

This element MUST be conveyed as the root element in any instance document based on this Schema expression

Element information

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

Schema document: maindoc/UBL-OrderCancellation-2.3.xsd

Type: OrderCancellationType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:UBLVersionID [0..1]Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.
    3. cbc:CustomizationID [0..1]Identifies a user-defined customization of UBL for a specific use.
    4. cbc:ProfileID [0..1]Identifies a user-defined profile of the customization of UBL being used.
    5. cbc:ProfileExecutionID [0..1]Identifies an instance of executing a profile, to associate all transactions in a collaboration.
    6. cbc:ID [1..1]An identifier for this document, assigned by the sender.
    7. cbc:CopyIndicator [0..1]Indicates whether this document is a copy (true) or not (false).
    8. cbc:UUID [0..1]A universally unique identifier for an instance of this document.
    9. cbc:IssueDate [1..1]The date, assigned by the sender, on which this document was issued.
    10. cbc:IssueTime [0..1]The time, assigned by the sender, at which this document was issued.
    11. cbc:Note [0..*]Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.
    12. cbc:CancellationNote [1..*]The general reason for cancellation of the referenced order.
    13. cac:OrderReference [1..*]A reference to the Order being cancelled. While multiple references are allowed, it is considered better practice to cancel only one Order in each Order Cancellation document.
    14. cac:OriginatorDocumentReference [0..1]A reference to an originator document associated with this document.
    15. cac:AdditionalDocumentReference [0..*]A reference to an additional document associated with this document.
    16. cac:Contract [0..*]A contract associated with the original Order(s).
    17. cac:Signature [0..*]A signature applied to this document.
    18. cac:BuyerCustomerParty [1..1]The buyer.
    19. cac:SellerSupplierParty [1..1]The seller.
    20. cac:OriginatorCustomerParty [0..1]The originator.

Attributes

None

Sample instance

<OrderCancellation>
   <cbc:UBLVersionID>2.1</cbc:UBLVersionID>
   <cbc:CustomizationID>urn:www.cenbii.eu:transaction:biicoretrdmXYZ:ver1.0</cbc:CustomizationID>
   <cbc:ProfileID schemeAgencyID="BII" schemeID="Profile">urn:www.cenbii.eu:profile:BIIXYZ:ver1.0</cbc:ProfileID>
   <cbc:ID>7</cbc:ID>
   <cbc:IssueDate>2010-01-21</cbc:IssueDate>
   <cbc:IssueTime>12:30:00</cbc:IssueTime>
   <cbc:CancellationNote>With reference to phone call</cbc:CancellationNote>
   <cac:OrderReference>
      <cbc:ID>34</cbc:ID>
   </cac:OrderReference>
   <cac:BuyerCustomerParty>
      <cac:Party>
         <cbc:EndpointID schemeAgencyID="9" schemeID="GLN">7300072311115</cbc:EndpointID>
         <cac:PartyIdentification>
            <cbc:ID schemeAgencyID="9" schemeID="GLN">7300070011115</cbc:ID>
         </cac:PartyIdentification>
         <cac:PartyIdentification>
            <cbc:ID>PartyID123</cbc:ID>
         </cac:PartyIdentification>
         <cac:PartyName>
            <cbc:Name>Johnssons byggvaror</cbc:Name>
         </cac:PartyName>
      </cac:Party>
   </cac:BuyerCustomerParty>
   <cac:SellerSupplierParty>
      <cac:Party>
         <cbc:EndpointID schemeAgencyID="9" schemeID="GLN">7302347231111</cbc:EndpointID>
         <cac:PartyIdentification>
            <cbc:ID>SellerPartyID123</cbc:ID>
         </cac:PartyIdentification>
         <cac:PartyName>
            <cbc:Name>Moderna Produkter AB</cbc:Name>
         </cac:PartyName>
      </cac:Party>
   </cac:SellerSupplierParty>
</OrderCancellation>