Skip to content

Commit

Permalink
Add 'namespace' attribute for TestCases, TestCase, InputNode and Resu…
Browse files Browse the repository at this point in the history
…ltNode (#628)
  • Loading branch information
opatrascoiu authored Nov 16, 2023
1 parent 87e1e38 commit 835c384
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TestCases/testCases.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<xs:complexContent>
<xs:extension base="valueType">
<xs:attribute name="name" use="required"/>
<xs:attribute name="namespace" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Expand All @@ -40,6 +41,7 @@
</xs:sequence>
<xs:attribute name="errorResult" type="xs:boolean" default="false"/>
<xs:attribute name="name" use="required"/>
<xs:attribute name="namespace" type="xs:string" use="optional"/>
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="cast" type="xs:string"/>
</xs:complexType>
Expand All @@ -56,10 +58,12 @@
<xs:attribute name="type" type="testCaseType" default="decision"/>
<xs:attribute name="invocableName" type="xs:string"/> <!-- if type==decisionService, this attribute will point at which DS to invoke. -->
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="namespace" type="xs:string" use="optional"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="namespace" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:complexType name="valueType">
Expand Down

0 comments on commit 835c384

Please sign in to comment.