E-invoice rule XRechnung 3.x
BR-TMP-6: The date in cbc:IssueDate has to be written
The date in cbc:IssueDate has to be written as YYYY-MM-DD, with no time and no time zone.
Original wording of the rule
[BR-TMP-6] Datumsangaben in UBL müssen im Format JJJJ-MM-TT (YYYY-MM-DD) übermittelt werden.
Source of the quotation: XRechnung 3.x (itplr-kosit/xrechnung-schematron, Apache 2.0 licence)
How to fix it
- Open the XML file and find the element
cbc:IssueDate. - Add or correct the element the way the wording of the rule above asks for.
- Save the file and check it again with our checker. It runs in your browser, the file is never uploaded.
A correct UBL 2.1 snippet
<cbc:IssueDate
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2">2026-09-11</cbc:IssueDate>
The snippet is only the part of the document the rule is about. Put it in the right place inside your invoice; the namespaces are written here only so that the snippet reads on its own.
When it is reported
Profile: XRechnung 3.x
How we rate it: warning
UBL elements: cbc:IssueDate
Where we point in the file: /Invoice/cbc:IssueDate
Related rules
- BR-DEX-08 In the XRechnung extension, schemeID=
- BR-TMP-2 The external document location (BT-124, cbc:URI) has to be a full
Our check is not complete: we do not check the XSD schema and we do not implement every rule, and a file that passes says nothing about whether the buyer or the Peppol network will accept it. Licences for the quoted wordings are listed in our sources.