<?xml version="1.0" encoding="UTF-8"?>
<!--
  Negative-example XML for GetResults-1.0.xsd. Has two intentional drifts:
    1. sessionId is NOT a UUID — fails IdentifierType pattern.
    2. eventType uses the legacy 'case_coded' (underscore) instead of
       canonical 'case.coded' (dot) — fails EventTypeType enum.
  Validator MUST reject (R10).
-->
<codingResults xmlns="https://schemas.kodemed.ch/dll_com/GetResults-1.0"
               sessionId="not-a-uuid"
               eventType="case_coded"
               occurredAt="2026-06-01T19:42:11Z">
  <cases/>
</codingResults>
