Order-2 DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS UBLVersionID, CustomizationID, ProfileID, ID, SalesOrderID, CopyIndicator, UUID, IssueDate, Note FROM CommonBasicComponents-2 QuotationDocumentReference, BuyerCustomerParty, SellerSupplierParty, OriginatorCustomerParty, Delivery, DeliveryTerms, TransactionConditions, AllowanceCharge, TaxTotal, AnticipatedMonetaryTotal, OrderLine FROM CommonAggregateComponents-2; Order ::= OrderType OrderType ::= SEQUENCE { uBLVersionID UBLVersionID OPTIONAL, customizationID CustomizationID OPTIONAL, profileID ProfileID OPTIONAL, iD ID, salesOrderID SalesOrderID OPTIONAL, copyIndicator CopyIndicator OPTIONAL, uUID UUID OPTIONAL, issueDate IssueDate, note-list SEQUENCE OF note Note, quotationDocumentReference QuotationDocumentReference OPTIONAL, buyerCustomerParty BuyerCustomerParty, sellerSupplierParty SellerSupplierParty, originatorCustomerParty OriginatorCustomerParty OPTIONAL, delivery-list SEQUENCE OF delivery Delivery, deliveryTerms DeliveryTerms OPTIONAL, transactionConditions TransactionConditions OPTIONAL, allowanceCharge-list SEQUENCE OF allowanceCharge AllowanceCharge, taxTotal-list SEQUENCE OF taxTotal TaxTotal, anticipatedMonetaryTotal AnticipatedMonetaryTotal OPTIONAL, orderLine-list SEQUENCE (SIZE(1..MAX)) OF orderLine OrderLine } ENCODING-CONTROL XER GLOBAL-DEFAULTS MODIFIED-ENCODINGS GLOBAL-DEFAULTS CONTROL-NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" PREFIX "xsi" NAMESPACE ALL, ALL IN ALL AS "urn:oasis:names:specification:ubl:schema:xsd:Order-2" PREFIX "ns24" NAMESPACE OrderType.uBLVersionID, OrderType.customizationID, OrderType.profileID, OrderType.iD, OrderType.salesOrderID, OrderType.copyIndicator, OrderType.uUID, OrderType.issueDate, OrderType.note-list.note AS "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" PREFIX "ns5" NAMESPACE OrderType.quotationDocumentReference, OrderType.buyerCustomerParty, OrderType.sellerSupplierParty, OrderType.originatorCustomerParty, OrderType.delivery-list.delivery, OrderType.deliveryTerms, OrderType.transactionConditions, OrderType.allowanceCharge-list.allowanceCharge, OrderType.taxTotal-list.taxTotal, OrderType.anticipatedMonetaryTotal, OrderType.orderLine-list.orderLine AS "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" PREFIX "ns4" NAME ALL IN OrderType, OrderType.note-list.note, OrderType.delivery-list.delivery, OrderType.allowanceCharge-list.allowanceCharge, OrderType.taxTotal-list.taxTotal, OrderType.orderLine-list.orderLine AS CAPITALIZED UNTAGGED SEQUENCE OF END