diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-12 21:28:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 21:28:03 -0300 |
commit | 1cf0f64f021de48f0c63ff7ed95a1e0753ca4374 (patch) | |
tree | 558d576af744b930c38087a5c9a1bd4de0156c57 | |
parent | 168aef4013998c3b753fdffddca18506df714927 (diff) | |
download | tools-1cf0f64f021de48f0c63ff7ed95a1e0753ca4374.tar.gz tools-1cf0f64f021de48f0c63ff7ed95a1e0753ca4374.tar.bz2 tools-1cf0f64f021de48f0c63ff7ed95a1e0753ca4374.tar.xz tools-1cf0f64f021de48f0c63ff7ed95a1e0753ca4374.zip |
testxml: add support for highlightName attribute in groups.xml
-rw-r--r-- | testxml/xsd/tmw.xsd | 1 |
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> |