Matteo Mortari created DROOLS-2448:
--------------------------------------
Summary: Validator for schema to provide an embed version of the DMN XSD
Key: DROOLS-2448
URL:
https://issues.jboss.org/browse/DROOLS-2448
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Reporter: Matteo Mortari
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.
This could be improved for the DMN Validator to check the schema against an embedded
version of the XSD, instead of relying on the supplied schemaLocation in the xml.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)