BR-TMP-5
Within one supporting document (BG-24) there may be at most one embedded attachment (BT-125). Two files in the same group are not allowed, even though the schema technically permits them.
- Severity
- Warning
- Applies to
- CII
- Rule set
- v2026-08-31
- Checked on
Written and checked against the official KoSIT rule set by Dmytro Yalanskyi, NormAPI.
Official rule text
BT-125 "Attached document" (ram:AttachmentBinaryObject) darf innerhalb von "Additional Supporting documents" (BG-24) höchstens einmal vorkommen.
Why does BR-TMP-5 happen?
The same cause as BR-TMP-4: several attachments written into a single group. Since each group carries only one description and one document type, the recipient loses the link between file and description.
How do you fix BR-TMP-5?
Emit one ram:AdditionalReferencedDocument group per file, each with exactly one ram:AttachmentBinaryObject including its mimeCode and filename. This rule stands in for CII-SR-476, which CEN 1.3.16 binds to the wrong rule context.
In the XML
A CII fragment — the rule applies to that syntax only.
<ram:AdditionalReferencedDocument>
<ram:IssuerAssignedID>ANL-1</ram:IssuerAssignedID>
<ram:TypeCode>916</ram:TypeCode>
<ram:Name>Nachweise August</ram:Name>
<ram:AttachmentBinaryObject mimeCode="application/pdf" filename="stunden.pdf">JVBERi0xLjcK</ram:AttachmentBinaryObject>
<ram:AttachmentBinaryObject mimeCode="application/pdf" filename="material.pdf">JVBERi0xLjcK</ram:AttachmentBinaryObject>
</ram:AdditionalReferencedDocument><ram:AdditionalReferencedDocument>
<ram:IssuerAssignedID>ANL-1</ram:IssuerAssignedID>
<ram:TypeCode>916</ram:TypeCode>
<ram:Name>Stundennachweis August</ram:Name>
<ram:AttachmentBinaryObject mimeCode="application/pdf" filename="stunden.pdf">JVBERi0xLjcK</ram:AttachmentBinaryObject>
</ram:AdditionalReferencedDocument>
<ram:AdditionalReferencedDocument>
<ram:IssuerAssignedID>ANL-2</ram:IssuerAssignedID>
<ram:TypeCode>916</ram:TypeCode>
<ram:Name>Materialliste August</ram:Name>
<ram:AttachmentBinaryObject mimeCode="application/pdf" filename="material.pdf">JVBERi0xLjcK</ram:AttachmentBinaryObject>
</ram:AdditionalReferencedDocument>NormAPI provides technical validation, not tax or legal advice.