aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/src/main/resources/svclogic.xsd
diff options
context:
space:
mode:
authorKevin Smokowski <ks6305@att.com>2017-05-25 20:54:07 +0000
committerKevin Smokowski <ks6305@att.com>2017-05-25 21:21:01 +0000
commitdda3edb6257146ab6599bfd44658a9791037511d (patch)
tree00ec4db2bb8f4809d13ecb18d8b0b027f24efccd /sli/common/src/main/resources/svclogic.xsd
parente69f794b32db291ace90ac7934e7938bc79d815e (diff)
SDNC-11 merge
Change-Id: I8ac404a2a13469d77f117fd1d90162e5b7c4f7a0 Signed-off-by: Kevin Smokowski <ks6305@att.com>
Diffstat (limited to 'sli/common/src/main/resources/svclogic.xsd')
-rwxr-xr-xsli/common/src/main/resources/svclogic.xsd11
1 files changed, 11 insertions, 0 deletions
diff --git a/sli/common/src/main/resources/svclogic.xsd b/sli/common/src/main/resources/svclogic.xsd
index 0743089..f74bd5d 100755
--- a/sli/common/src/main/resources/svclogic.xsd
+++ b/sli/common/src/main/resources/svclogic.xsd
@@ -30,6 +30,7 @@
<xsd:element ref="call" />
<xsd:element ref="notify" />
<xsd:element ref="break" />
+ <xsd:element ref="while" />
</xsd:choice>
</xsd:group>
@@ -320,4 +321,14 @@
<xsd:complexType />
</xsd:element>
+ <xsd:element name="while">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:group ref="node" minOccurs="0" maxOccurs="unbounded" />
+ </xsd:sequence>
+ <xsd:attribute name="test" use="required" type="xsd:string" />
+ <xsd:attribute name="do" use="optional" type="xsd:boolean" />
+ </xsd:complexType>
+ </xsd:element>
+
</xsd:schema>