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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

OrderCancellation

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

Element information

Content

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>