Reference
Markdown exportBR-DE-5 Seller contact point must be provided
The seller contact group must contain a contact point.
Problem Description
The seller contact group must contain a contact point.
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-41 seller contact point.
Quick actions
Valid Examples
Use these points as the practical checks for this section.
- BT-41 Seller contact point is present and valid.
Invalid Examples
Use these points as the practical checks for this section.
- BT-41 Seller contact point 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 (BT-41) missing -->
<cbc:Telephone>+49 30 1234567</cbc:Telephone>
<cbc:ElectronicMail>info@seller.de</cbc:ElectronicMail>
</cac:Contact>