diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-13 20:47:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-13 20:47:05 +0300 |
commit | 46a6f9869a2828c462895f149655edfdf897f55b (patch) | |
tree | 3303773be36aba54c6ee4199a9b4577ce5c326f1 | |
parent | 18b46dace4e352fb8ab19861877fbbc5c214e348 (diff) | |
download | tools-46a6f9869a2828c462895f149655edfdf897f55b.tar.gz tools-46a6f9869a2828c462895f149655edfdf897f55b.tar.bz2 tools-46a6f9869a2828c462895f149655edfdf897f55b.tar.xz tools-46a6f9869a2828c462895f149655edfdf897f55b.zip |
textxml: add new fields into groups.xml xsd.
-rw-r--r-- | testxml/xsd/tmw.xsd | 3 |
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> |