diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-03 00:11:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-03 18:50:25 +0300 |
commit | 1019ac928960b3d3519ea2e85ba520bd66aa69e2 (patch) | |
tree | d735de6b500fa71f99510f836618b603f9381c8e | |
parent | 00030711191c0eba6a0248e9cac81503e8e2681c (diff) | |
download | evol-tools-1019ac928960b3d3519ea2e85ba520bd66aa69e2.tar.gz evol-tools-1019ac928960b3d3519ea2e85ba520bd66aa69e2.tar.bz2 evol-tools-1019ac928960b3d3519ea2e85ba520bd66aa69e2.tar.xz evol-tools-1019ac928960b3d3519ea2e85ba520bd66aa69e2.zip |
testxml: add field autoTab for skills into xsd.
-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 c1fac4e..b26cb32 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -483,6 +483,7 @@ <xs:attribute name="dstEffectId" type="xs:string" use="optional"/> <xs:attribute name="x" type="xs:int" use="optional"/> <xs:attribute name="y" type="xs:int" use="optional"/> + <xs:attribute name="autoTab" type="bool" use="optional"/> </xs:complexType> </xs:element> </xs:choice> |