UBL-DT-07:Binary object elements shall contain the file name attribute
Your invoice contains an embedded attachment (EmbeddedDocumentBinaryObject) but the filename attribute is missing. The original file name must be specified.
Engine Classification
Business data required · Explicit input workflow · No assumptions made
Required input: Attachment Filename
What is UBL-DT-07?
UBL-DT-07 is a fatal validation rule defined in the Peppol BIS 3.0 specification. It checks whether binary object elements shall contain the file name attribute.
When this rule fires, the invoice is non-compliant and will be rejected by Peppol access points and national validation services. The sending system receives a rejection response and the invoice does not reach the buyer.
Why This Error Matters
Invoice will be rejected. Receiving systems need the filename to save and identify the attachment.
UBL-DT-07 is a hard failure. Invoices that trigger this rule are rejected at the access point and never reach the recipient. In Peppol networks, this means your sending system receives an MLR (Message Level Response) with a rejection status. The invoice must be corrected and re-sent, adding delay to your payment cycle.
Validator Behavior
- ·Causes invoice rejection
- ·Rejected by PEPPOL Access Points
- ·Error returned: UBL-DT-07
- ·Specification: Peppol BIS 3.0
Before / After
<Invoice> <!-- Issue: Binary object elements shall contain the file name attribute --> </Invoice>
<Invoice> <!-- Issue resolved per Peppol BIS 3.0 --> </Invoice>
Technical Reference
Common Causes
- ·Attachment embedded without preserving original filename
- ·ERP export omitted the filename attribute
- ·Binary content copied from source without metadata
- ·File uploaded through interface that did not capture filename
- ·Template missing filename attribute on attachment element
Seeing this in production? The API handles UBL-DT-07 automatically. See the fix response →
See Also
Last updated: 27 February 2026
Handle UBL-DT-07 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.