<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Michael Sathya Gorski</title>
    <description>The latest articles on DEV Community by Michael Sathya Gorski (@michaelgorski).</description>
    <link>https://dev.to/michaelgorski</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4077495%2F5d846cf1-5d92-4f91-9b7e-3c04e35d528e.jpg</url>
      <title>DEV Community: Michael Sathya Gorski</title>
      <link>https://dev.to/michaelgorski</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/michaelgorski"/>
    <language>en</language>
    <item>
      <title>BR-DE-15 is not a Schematron mystery</title>
      <dc:creator>Michael Sathya Gorski</dc:creator>
      <pubDate>Fri, 14 Aug 2026 10:17:22 +0000</pubDate>
      <link>https://dev.to/michaelgorski/br-de-15-is-not-a-schematron-mystery-45ef</link>
      <guid>https://dev.to/michaelgorski/br-de-15-is-not-a-schematron-mystery-45ef</guid>
      <description>&lt;p&gt;If you generate XRechnung and KoSIT dies on BR-DE-15, it is not a broken validator. The buyer reference (BT-10) is missing. For German public buyers that field is the Leitweg-ID.&lt;/p&gt;

&lt;p&gt;Typical log:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[error] BR-DE-15 | XRechnung_3.0 | severity=fatal
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;What you actually need to set is &lt;code&gt;invoice.buyer_reference&lt;/code&gt;. B2G: &lt;code&gt;04011000-1234512345-06&lt;/code&gt;. B2B: whatever you agreed with the buyer.&lt;/p&gt;

&lt;p&gt;I mapped the KoSIT rules onto the JSON fields we send, so the 422 names the path instead of the XPath. The BR-DE-15 page is here: &lt;a href="https://normbill.com/docs/rules/br-de-15" rel="noopener noreferrer"&gt;https://normbill.com/docs/rules/br-de-15&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Same report, no account, if you just want to drop XML: &lt;a href="https://normbill.com/validator" rel="noopener noreferrer"&gt;https://normbill.com/validator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>xrechnung</category>
      <category>en16931</category>
      <category>php</category>
      <category>germany</category>
    </item>
  </channel>
</rss>
