EN 16931: Additional Supporting Documents
You can add the type of document to your references to supporting documents.
For EN 16931, you can use the @schemeID attribute of the ID subelement of the AdditionalDocumentReference element to specify the type of document that is being referenced.
More information about additional document references is provided in the Additional Document Reference (URI) topic.
Elements
| Element | Description |
|---|---|
Invoice/AdditionalDocumentReference/ID | Specify the ID of the referenced Document. |
Invoice/AdditionalDocumentReference/ID @schemeID | Specify the type of the referenced document. |
Invoice/AdditionalDocumentReference/DocumentTypeCode | Specify 130 for invoices. |
Restrictions
You must use one of the values from the UNTDID 1153 list here for the @schemeID attribute.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:AdditionalDocumentReference>
<!-- AAE = Goods Declaration Number -->
<cbc:ID schemeID="AAE">GDN-TT33226655</cbc:ID>
<!-- fixed value 130 -->
<cbc:DocumentTypeCode>130<cbc:DocumentTypeCode>
</cac:AdditionalDocumentReference>
<!-- code omitted for clarity -->
</Invoice>
Updated 10 months ago
