DebitNote-2 DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS UBLVersionID, CustomizationID, ProfileID, ID, CopyIndicator, UUID, IssueDate, Note, TaxPointDate FROM CommonBasicComponents-2 InvoicePeriod, DiscrepancyResponse, BillingReference, AccountingSupplierParty, AccountingCustomerParty, TaxTotal, RequestedMonetaryTotal, DebitNoteLine FROM CommonAggregateComponents-2; DebitNote ::= DebitNoteType DebitNoteType ::= SEQUENCE { uBLVersionID UBLVersionID OPTIONAL, customizationID CustomizationID OPTIONAL, profileID ProfileID OPTIONAL, iD ID, copyIndicator CopyIndicator OPTIONAL, uUID UUID OPTIONAL, issueDate IssueDate, note-list SEQUENCE OF note Note, taxPointDate TaxPointDate OPTIONAL, invoicePeriod-list SEQUENCE OF invoicePeriod InvoicePeriod, discrepancyResponse-list SEQUENCE OF discrepancyResponse DiscrepancyResponse, billingReference-list SEQUENCE OF billingReference BillingReference, accountingSupplierParty AccountingSupplierParty, accountingCustomerParty AccountingCustomerParty, taxTotal-list SEQUENCE OF taxTotal TaxTotal, requestedMonetaryTotal RequestedMonetaryTotal, debitNoteLine-list SEQUENCE (SIZE(1..MAX)) OF debitNoteLine DebitNoteLine } 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:DebitNote-2" PREFIX "ns19" NAMESPACE DebitNoteType.uBLVersionID, DebitNoteType.customizationID, DebitNoteType.profileID, DebitNoteType.iD, DebitNoteType.copyIndicator, DebitNoteType.uUID, DebitNoteType.issueDate, DebitNoteType.note-list.note, DebitNoteType.taxPointDate AS "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" PREFIX "ns5" NAMESPACE DebitNoteType.invoicePeriod-list.invoicePeriod, DebitNoteType.discrepancyResponse-list.discrepancyResponse, DebitNoteType.billingReference-list.billingReference, DebitNoteType.accountingSupplierParty, DebitNoteType.accountingCustomerParty, DebitNoteType.taxTotal-list.taxTotal, DebitNoteType.requestedMonetaryTotal, DebitNoteType.debitNoteLine-list.debitNoteLine AS "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" PREFIX "ns4" NAME ALL IN DebitNoteType, DebitNoteType.note-list.note, DebitNoteType.invoicePeriod-list.invoicePeriod, DebitNoteType.discrepancyResponse-list.discrepancyResponse, DebitNoteType.billingReference-list.billingReference, DebitNoteType.taxTotal-list.taxTotal, DebitNoteType.debitNoteLine-list.debitNoteLine AS CAPITALIZED UNTAGGED SEQUENCE OF END