Reference
Markdown exportBR-DE-6 Seller contact telephone must be provided
The seller contact group must contain a telephone number.
Problem Description
The seller contact group must contain a telephone number.
ERROR
XRechnung 3.0
Context and Significance
This entry follows the XRechnung 3.0.2 Schematron rule semantics used by KoSIT validation.
Solution
Fill BT-42 seller contact telephone number.
Quick actions
Valid Examples
Use these points as the practical checks for this section.
- BT-42 Seller contact telephone number is present and valid.
Invalid Examples
Use these points as the practical checks for this section.
- BT-42 Seller contact telephone number is missing or invalid.
Code Examples
Valid XML
<cac:Contact>
<cbc:Name>Sales Department</cbc:Name>
<cbc:Telephone>+49 30 1234567</cbc:Telephone>
<cbc:ElectronicMail>info@seller.de</cbc:ElectronicMail>
</cac:Contact>Invalid XML
<cac:Contact>
<cbc:Name>Sales Department</cbc:Name>
<!-- cbc:Telephone (BT-42) missing -->
<cbc:ElectronicMail>info@seller.de</cbc:ElectronicMail>
</cac:Contact>