Skip to content

Commit

Permalink
Added missing character set to XML Schema.
Browse files Browse the repository at this point in the history
Added missing character set "ISO_IR 203" (ISO-8859-15) to XML Schema.

With commit 042c8f7 support was added to the "dcmsr" module, but the
XML Schema was not updated accordingly.
  • Loading branch information
jriesmeier committed Jan 14, 2024
1 parent 87e5853 commit 6a04db1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dcmsr/data/dsr2xml.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<xsd:annotation>
<xsd:documentation xml:lang="en">
XML Schema for DCMTK tools dsr2xml and xml2dsr.
Copyright (C) 2003-2022, OFFIS e.V. and J. Riesmeier
Copyright (C) 2003-2024, OFFIS e.V. and J. Riesmeier
All rights reserved. See COPYRIGHT file for details.
</xsd:documentation>
</xsd:annotation>
Expand Down Expand Up @@ -853,6 +853,7 @@
<xsd:enumeration value="ISO_IR 126"/>
<xsd:enumeration value="ISO_IR 138"/>
<xsd:enumeration value="ISO_IR 148"/>
<xsd:enumeration value="ISO_IR 203"/>
<xsd:enumeration value="ISO_IR 166"/>
<xsd:enumeration value="ISO 2022 IR 13\ISO 2022 IR 87"/>
<xsd:enumeration value="ISO 2022 IR 6\ISO 2022 IR 149"/>
Expand Down

0 comments on commit 6a04db1

Please sign in to comment.