Matteo Mortari created DROOLS-2447:
--------------------------------------
Summary: Validator for schema to provide an embed version of the DMN XSD
Key: DROOLS-2447
URL:
https://issues.jboss.org/browse/DROOLS-2447
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Reporter: Matteo Mortari
Assignee: Edson Tirelli
Priority: Minor
Currently the DMN Validator for schema validation requires to specify in the XML of the
DMN model the schema location, like for example:
{code:java}
xsi:schemaLocation="http://www.omg.org/spec/DMN/20151101/dmn.xsd
https://www.omg.org/spec/DMN/20151101/dmn.xsd "
{code}
as an attribute of the root {{definitions}} xml element.
It would be a
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)