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