# BR-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.

- validate
- convert

## Valid Examples

- BT-42 Seller contact telephone number is present and valid.

## Invalid Examples

- 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>
```

## Affected Fields

- [BT-42 Seller contact telephone number](/resources/xrechnung/bt-42-seller-contact-telephone-number)

## Related Rules

- [BR-DE-2](/resources/kosit-validator-errors/br-de-2-seller-contact-required)
- [BR-DE-27](/resources/kosit-validator-errors/br-de-27-seller-phone-should-contain-three-digits)

## Validation Tools

- [Official KoSIT Validator](https://erechnungsvalidator.service-bw.de/): Validate your XRechnung files against all BR-DE rules.
- [Convert PDF to XRechnung](/pdf-to-xrechnung): Automatic validation error fixes when converting.

## Related Resources

- [Official Specification](https://xeinkauf.de/xrechnung/)
- [Test Suite](https://github.com/itplr-kosit/xrechnung-testsuite)
- [Complete Error List](/resources/kosit-validator-errors): Overview of all German XRechnung validation rules.
