Skip to content

Commit

Permalink
DMN13-140/DMN13-168 Make tUnaryTests extend tExpression with optional @…
Browse files Browse the repository at this point in the history
  • Loading branch information
falko committed Nov 29, 2019
1 parent b6043c0 commit 8c9921e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xsd/DMN13.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<xsd:complexType name="tExpression">
<xsd:complexContent>
<xsd:extension base="tDMNElement">
<xsd:attribute name="typeRef" type="xsd:string"/>
<xsd:attribute name="typeRef" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Expand Down Expand Up @@ -500,7 +500,7 @@
</xsd:complexType>
<xsd:complexType name="tUnaryTests">
<xsd:complexContent>
<xsd:extension base="tDMNElement">
<xsd:extension base="tExpression">
<xsd:sequence>
<xsd:element name="text" type="xsd:string"/>
</xsd:sequence>
Expand Down

0 comments on commit 8c9921e

Please # to comment.