DespatchAdvice-2 DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS UBLVersionID, CustomizationID, ProfileID, ID, CopyIndicator, UUID, IssueDate, DocumentStatusCode, DespatchAdviceTypeCode, Note FROM CommonBasicComponents-2 OrderReference, DespatchSupplierParty, DeliveryCustomerParty, OriginatorCustomerParty, Shipment, DespatchLine FROM CommonAggregateComponents-2; DespatchAdvice ::= DespatchAdviceType DespatchAdviceType ::= SEQUENCE { uBLVersionID UBLVersionID OPTIONAL, customizationID CustomizationID OPTIONAL, profileID ProfileID OPTIONAL, iD ID, copyIndicator CopyIndicator OPTIONAL, uUID UUID OPTIONAL, issueDate IssueDate, documentStatusCode DocumentStatusCode OPTIONAL, despatchAdviceTypeCode DespatchAdviceTypeCode OPTIONAL, note-list SEQUENCE OF note Note, orderReference-list SEQUENCE OF orderReference OrderReference, despatchSupplierParty DespatchSupplierParty, deliveryCustomerParty DeliveryCustomerParty, originatorCustomerParty OriginatorCustomerParty OPTIONAL, shipment Shipment OPTIONAL, despatchLine-list SEQUENCE (SIZE(1..MAX)) OF despatchLine DespatchLine } 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:DespatchAdvice-2" PREFIX "ns20" NAMESPACE DespatchAdviceType.uBLVersionID, DespatchAdviceType.customizationID, DespatchAdviceType.profileID, DespatchAdviceType.iD, DespatchAdviceType.copyIndicator, DespatchAdviceType.uUID, DespatchAdviceType.issueDate, DespatchAdviceType.documentStatusCode, DespatchAdviceType.despatchAdviceTypeCode, DespatchAdviceType.note-list.note AS "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" PREFIX "ns5" NAMESPACE DespatchAdviceType.orderReference-list.orderReference, DespatchAdviceType.despatchSupplierParty, DespatchAdviceType.deliveryCustomerParty, DespatchAdviceType.originatorCustomerParty, DespatchAdviceType.shipment, DespatchAdviceType.despatchLine-list.despatchLine AS "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" PREFIX "ns4" NAME ALL IN DespatchAdviceType, DespatchAdviceType.note-list.note, DespatchAdviceType.orderReference-list.orderReference, DespatchAdviceType.despatchLine-list.despatchLine AS CAPITALIZED UNTAGGED SEQUENCE OF END