-
Key: DMN12-68
-
Status: closed
-
Source: Camunda Services GmbH ( Mr. Falko Menge)
-
Summary:
The DMN 1.1 XML schema (dmn.xsd) starts with zero width no-break space character (U+FEFF).
This can be seen with less dmn.xsd:
<U+FEFF><?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns="http://www.omg.org/spec/DMN/20151101/dmn11.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.omg.org/spec/DMN/20151101/dmn11.xsd" elementFormDefault="qualified"> ...
Proposal:
Remove the character using sed 's/\xef\xbb\xbf//g' dmn.xsd > fine.xsd -
Reported: DMN 1.1 — Tue, 12 Jul 2016 22:45 GMT
-
Disposition: Resolved — DMN 1.2
-
Disposition Summary:
Remove zero-width non-breaking space from DMN XML schema
Remove the character using sed 's/\xef\xbb\xbf//g' dmn.xsd > fine.xsd
-
Updated: Wed, 3 Oct 2018 14:17 GMT
DMN12 — DMN 1.1 XML schema starts with ZERO WIDTH NO-BREAK SPACE (U+FEFF)
- Key: DMN12-68
- OMG Task Force: Decision Modeling and Notation 1.2 RTF