summaryrefslogtreecommitdiff
path: root/testxml/xsd/tmw.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'testxml/xsd/tmw.xsd')
-rw-r--r--testxml/xsd/tmw.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd
index 865557c..65f6a79 100644
--- a/testxml/xsd/tmw.xsd
+++ b/testxml/xsd/tmw.xsd
@@ -1705,11 +1705,14 @@
<xs:complexType name="root_groups">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="include"/>
<xs:element name="group">
<xs:complexType>
<xs:attribute name="id" type="xs:int" use="required"/>
<xs:attribute name="name" type="xs:string" default=""/>
<xs:attribute name="longName" type="xs:string" default=""/>
+ <xs:attribute name="showBadge" type="bool" default="false"/>
+ <xs:attribute name="badge" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
</xs:choice>