[
https://issues.jboss.org/browse/DROOLS-2447?page=com.atlassian.jira.plugi...
]
Matteo Mortari updated DROOLS-2447:
-----------------------------------
Description:
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 beneficial for the Validator to provide an embedded version of the XSD schema
for DMN, and to validate the xml at least against the embedded version instead.
was:
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
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: 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.
It would be beneficial for the Validator to provide an embedded version of the XSD schema
for DMN, and to validate the xml at least against the embedded version instead.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)