summaryrefslogtreecommitdiff
path: root/testxml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-12 21:28:03 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-12 21:28:03 -0300
commit1cf0f64f021de48f0c63ff7ed95a1e0753ca4374 (patch)
tree558d576af744b930c38087a5c9a1bd4de0156c57 /testxml
parent168aef4013998c3b753fdffddca18506df714927 (diff)
downloadtools-1cf0f64f021de48f0c63ff7ed95a1e0753ca4374.tar.gz
tools-1cf0f64f021de48f0c63ff7ed95a1e0753ca4374.tar.bz2
tools-1cf0f64f021de48f0c63ff7ed95a1e0753ca4374.tar.xz
tools-1cf0f64f021de48f0c63ff7ed95a1e0753ca4374.zip
testxml: add support for highlightName attribute in groups.xml
Diffstat (limited to 'testxml')
-rw-r--r--testxml/xsd/tmw.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd
index 5a7e23f..3c37b0f 100644
--- a/testxml/xsd/tmw.xsd
+++ b/testxml/xsd/tmw.xsd
@@ -1752,6 +1752,7 @@
<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="highlightName" type="bool" default="false"/>
<xs:attribute name="badge" type="xs:string" use="optional"/>
<xs:attribute name="inherit" type="xs:string" use="optional"/>
</xs:complexType>