OrderChange-2 DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS UBLVersionID, CustomizationID, ProfileID, ID, SalesOrderID, CopyIndicator, UUID, IssueDate, SequenceNumberID, Note FROM CommonBasicComponents-2 ValidityPeriod, OrderReference, QuotationDocumentReference, BuyerCustomerParty, SellerSupplierParty, OriginatorCustomerParty, Delivery, DeliveryTerms, TransactionConditions, AllowanceCharge, TaxTotal, AnticipatedMonetaryTotal, OrderLine FROM CommonAggregateComponents-2; OrderChange ::= OrderChangeType OrderChangeType ::= SEQUENCE { uBLVersionID UBLVersionID OPTIONAL, customizationID CustomizationID OPTIONAL, profileID ProfileID OPTIONAL, iD ID OPTIONAL, salesOrderID SalesOrderID OPTIONAL, copyIndicator CopyIndicator OPTIONAL, uUID UUID OPTIONAL, issueDate IssueDate, sequenceNumberID SequenceNumberID, note-list SEQUENCE OF note Note, orderReference OrderReference, 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:OrderChange-2" PREFIX "ns26" NAMESPACE OrderChangeType.uBLVersionID, OrderChangeType.customizationID, OrderChangeType.profileID, OrderChangeType.iD, OrderChangeType.salesOrderID, OrderChangeType.copyIndicator, OrderChangeType.uUID, OrderChangeType.issueDate, OrderChangeType.sequenceNumberID, OrderChangeType.note-list.note AS "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" PREFIX "ns5" NAMESPACE OrderChangeType.validityPeriod-list.validityPeriod, OrderChangeType.orderReference, OrderChangeType.quotationDocumentReference, OrderChangeType.buyerCustomerParty, OrderChangeType.sellerSupplierParty, OrderChangeType.originatorCustomerParty, OrderChangeType.delivery-list.delivery, OrderChangeType.deliveryTerms, OrderChangeType.transactionConditions, OrderChangeType.allowanceCharge-list.allowanceCharge, OrderChangeType.taxTotal-list.taxTotal, OrderChangeType.anticipatedMonetaryTotal, OrderChangeType.orderLine-list.orderLine AS "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" PREFIX "ns4" NAME ALL IN OrderChangeType, OrderChangeType.note-list.note, OrderChangeType.delivery-list.delivery, OrderChangeType.allowanceCharge-list.allowanceCharge, OrderChangeType.taxTotal-list.taxTotal, OrderChangeType.orderLine-list.orderLine AS CAPITALIZED UNTAGGED SEQUENCE OF END