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 Type | Description |
|---|---|
application/pdf | PDF document |
image/png | PNG image |
image/jpeg | JPEG image |
text/csv | CSV file |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Spreadsheet |
application/vnd.oasis.opendocument.spreadsheet | Spreadsheet |
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>
Updated about 15 hours ago
