wrong DCC from BAM
The documentation of dcc:textType
says:
This type is defined to support either:
- Language-specific content: using multiple content elements, each with an explicit lang attribute.
- Universal content: a single content element without an lang attribute, indicating the content is valid for all usedLangCodeISO639_1 languages.
The DCC from the BAM has this:
<dcc:further>
<dcc:content>www.bam.de</dcc:content>
<dcc:content>rrr.bam.de/RRR/Navigation/DE/Kalibrierlabor/kalibrierlabor.html</dcc:content>
</dcc:further>
Which doesn't conform to the spec.
How do we report this to BAM?