diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-25 00:45:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-25 00:45:25 +0300 |
commit | 38b806175c2cc7f8f23cac7798f9b3c4e985ee6f (patch) | |
tree | dc2dbd450ce64e8595d251c0a715f4188110c4d8 /testxml/xsd/tmw.xsd | |
parent | 7788b4daf5fa8a560754e0b97994cff6ae878d49 (diff) | |
download | tools-38b806175c2cc7f8f23cac7798f9b3c4e985ee6f.tar.gz tools-38b806175c2cc7f8f23cac7798f9b3c4e985ee6f.tar.bz2 tools-38b806175c2cc7f8f23cac7798f9b3c4e985ee6f.tar.xz tools-38b806175c2cc7f8f23cac7798f9b3c4e985ee6f.zip |
testxml: add new skill fields into xsd.
Diffstat (limited to 'testxml/xsd/tmw.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 44be6ba..b1381ff 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -450,6 +450,7 @@ <xs:attribute name="alwaysVisible" type="bool" use="optional" default="false"/> <xs:attribute name="castingSrcEffectId" type="xs:string" use="optional"/> <xs:attribute name="castingDstEffectId" type="xs:string" use="optional"/> + <xs:attribute name="castingGroundEffectId" type="xs:string" use="optional"/> <xs:attribute name="castingAction" type="xs:string" use="optional"/> <xs:attribute name="castingRideAction" type="xs:string" use="optional"/> <xs:attribute name="castingSkyAction" type="xs:string" use="optional"/> @@ -471,6 +472,8 @@ <xs:attribute name="removeEffectId" type="xs:int" use="optional"/> <xs:attribute name="hitEffectId" type="xs:int" use="optional"/> <xs:attribute name="missEffectId" type="xs:int" use="optional"/> + <xs:attribute name="srcEffectId" type="xs:string" use="optional"/> + <xs:attribute name="dstEffectId" type="xs:string" use="optional"/> </xs:complexType> </xs:element> </xs:choice> |