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]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- 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.
- cbc:CustomizationID [0..1]Identifies a user-defined customization of UBL for a specific use.
- cbc:ProfileID [0..1]Identifies a user-defined profile of the customization of UBL being used.
- cbc:ProfileExecutionID [0..1]Identifies an instance of executing a profile, to associate all transactions in a collaboration.
- cbc:ID [1..1]An identifier for this document, assigned by the sender.
- cbc:CopyIndicator [0..1]Indicates whether this document is a copy (true) or not (false).
- cbc:UUID [0..1]A universally unique identifier for an instance of this document.
- cbc:IssueDate [1..1]The date, assigned by the sender, on which this document was issued.
- cbc:IssueTime [0..1]The time, assigned by the sender, at which this document was issued.
- cbc:Note [0..*]Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.
- cbc:CancellationNote [1..*]The general reason for cancellation of the referenced order.
- 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.
- cac:OriginatorDocumentReference [0..1]A reference to an originator document associated with this document.
- cac:AdditionalDocumentReference [0..*]A reference to an additional document associated with this document.
- cac:Contract [0..*]A contract associated with the original Order(s).
- cac:Signature [0..*]A signature applied to this document.
- cac:BuyerCustomerParty [1..1]The buyer.
- cac:SellerSupplierParty [1..1]The seller.
- 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>