-
Key: DMN12-282
-
Status: closed
-
Source: Trisotech ( Mr. Denis Gagne)
-
Summary:
Changed made to the XSD for
DMN12-140added the annotationEntry but not the clause.Also, the annotationEntry type was created inline as all other elements have a separate type.
-
Reported: DMN 1.1 — Mon, 23 Apr 2018 21:30 GMT
-
Disposition: Resolved — DMN 1.2
-
Disposition Summary:
Add missing annotation to Decision table in XSD
Add the following entry right after output in tDecisionTable
<xsd:element name="annotation" type="tRuleAnnotationClause" minOccurs="0" maxOccurs="unbounded"/>
Remove the annotationEntry element added in
DMN12-140Add the following line right after outputEntry in tDecisionRule
<xsd:element name="annotationEntry" type="tRuleAnnotation" minOccurs="0" maxOccurs="unbounded"/>
Add the flowing complex types after tDecisionRule
<xsd:complexType name="tRuleAnnotationClause"> <xsd:attribute name="name" type="xsd:string"/> </xsd:complexType> <xsd:complexType name="tRuleAnnotation"> <xsd:sequence> <xsd:element name="text" type="xsd:string" minOccurs="0"/> </xsd:sequence> </xsd:complexType>
-
Updated: Wed, 3 Oct 2018 14:17 GMT
DMN12 — Missing annotation in Decision Table in DMN XSD
- Key: DMN12-282
- OMG Task Force: Decision Modeling and Notation 1.2 RTF