AttachedDocument-2 DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS UBLVersionID, CustomizationID, ProfileID, ID, UUID, IssueDate, IssueTime, Note, DocumentTypeCode, DocumentType, ParentDocumentID, ParentDocumentTypeCode FROM CommonBasicComponents-2 Signature, SenderParty, ReceiverParty, Attachment FROM CommonAggregateComponents-2; AttachedDocument ::= AttachedDocumentType AttachedDocumentType ::= SEQUENCE { uBLVersionID UBLVersionID OPTIONAL, customizationID CustomizationID OPTIONAL, profileID ProfileID OPTIONAL, iD ID, uUID UUID OPTIONAL, issueDate IssueDate, issueTime IssueTime OPTIONAL, note-list SEQUENCE OF note Note, documentTypeCode DocumentTypeCode OPTIONAL, documentType DocumentType OPTIONAL, parentDocumentID ParentDocumentID, parentDocumentTypeCode ParentDocumentTypeCode OPTIONAL, signature-list SEQUENCE OF signature Signature, senderParty SenderParty, receiverParty ReceiverParty, attachment Attachment } 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:AttachedDocument-2" PREFIX "ns10" NAMESPACE AttachedDocumentType.uBLVersionID, AttachedDocumentType.customizationID, AttachedDocumentType.profileID, AttachedDocumentType.iD, AttachedDocumentType.uUID, AttachedDocumentType.issueDate, AttachedDocumentType.issueTime, AttachedDocumentType.note-list.note, AttachedDocumentType.documentTypeCode, AttachedDocumentType.documentType, AttachedDocumentType.parentDocumentID, AttachedDocumentType.parentDocumentTypeCode AS "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" PREFIX "ns5" NAMESPACE AttachedDocumentType.signature-list.signature, AttachedDocumentType.senderParty, AttachedDocumentType.receiverParty, AttachedDocumentType.attachment AS "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" PREFIX "ns4" NAME ALL IN AttachedDocumentType, AttachedDocumentType.note-list.note, AttachedDocumentType.signature-list.signature AS CAPITALIZED UNTAGGED SEQUENCE OF END