Skip to content

Commit

Permalink
DMN12-98
Browse files Browse the repository at this point in the history
Add @name to tImport; change @TypeRef to string.
  • Loading branch information
brsilver authored Feb 16, 2017
1 parent 6067a85 commit 3d0910e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions xsd/dmn.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<xsd:element name="import" type="tImport"/>
<xsd:complexType name="tImport">
<xsd:attribute name="namespace" type="xsd:anyURI" use="required"/>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="locationURI" type="xsd:anyURI" use="optional"/>
<xsd:attribute name="importType" type="xsd:anyURI" use="required"/>
</xsd:complexType>
Expand Down Expand Up @@ -174,7 +175,7 @@
<xsd:complexType name="tExpression">
<xsd:complexContent>
<xsd:extension base="tDMNElement">
<xsd:attribute name="typeRef" type="xsd:QName"/>
<xsd:attribute name="typeRef" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Expand All @@ -184,7 +185,7 @@
<xsd:extension base="tNamedElement">
<xsd:choice>
<xsd:sequence>
<xsd:element name="typeRef" type="xsd:QName"/>
<xsd:element name="typeRef" type="xsd:string"/>
<xsd:element name="allowedValues" type="tUnaryTests" minOccurs="0"/>
</xsd:sequence>
<xsd:element name="itemComponent" type="tItemDefinition" minOccurs="0" maxOccurs="unbounded"/>
Expand Down Expand Up @@ -229,7 +230,7 @@
<xsd:complexType name="tInformationItem">
<xsd:complexContent>
<xsd:extension base="tNamedElement">
<xsd:attribute name="typeRef" type="xsd:QName"/>
<xsd:attribute name="typeRef" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Expand Down Expand Up @@ -340,7 +341,7 @@
<xsd:element name="defaultOutputEntry" type="tLiteralExpression" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="optional"/>
<xsd:attribute name="typeRef" type="xsd:QName"/>
<xsd:attribute name="typeRef" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Expand Down Expand Up @@ -435,4 +436,4 @@
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>
</xsd:schema>

0 comments on commit 3d0910e

Please sign in to comment.