Australia (Peppol): Additional Supporting Documents

You can model Additional Supporting Documents for Australia.

In Australian invoices, in the Additional Supporting Documents group, if the Document Type Code provided in the element DocumentTypeCode is equal to 130, then the attribute @schemeID of element ID is mandatory and must be chosen from the UNTDID 1153 code list.

In addition, when an attachment is transmitted by means of this group, the Attachment Mime Type provided in the attribute /Attachment/EmbeddedDocumentBinaryObject/@mimeCode must have one of the following values:

Attachment Mime TypeDescription
application/pdfPDF document
image/pngPNG image
image/jpegJPEG image
text/csvCSV file
application/vnd.openxmlformats-officedocument.spreadsheetml.sheetSpreadsheet
application/vnd.oasis.opendocument.spreadsheetSpreadsheet

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AdditionalDocumentReference>
		<ID schemeID="SE">15622229-135</ID>
		<DocumentTypeCode>130</DocumentTypeCode>
    </cac:AdditionalDocumentReference>    
    <!-- code omitted for clarity -->
</Invoice>


<Invoice>
    <!-- code omitted for clarity -->
    <cac:AdditionalDocumentReference>
		<ID>attID1</ID>
		<DocumentDescription>Supporting information</DocumentDescription>
		<cac:Attachment>
			<!-- Supporting information in csv format -->
			<EmbeddedDocumentBinaryObject mimeCode="text/csv" filename="quality_assurance.csv">UUFfc3RlcCxhc3N1cmFuY2VfZGVzYyxyZXN1bHQKUUMwMDEsZGltZW5zaW9uLHBhc3MKUUMwMDIsaGVhdCxwYXNzCg==</EmbeddedDocumentBinaryObject>
		</cac:Attachment>
    </cac:AdditionalDocumentReference>    
    <!-- code omitted for clarity -->
</Invoice>