diff options
Diffstat (limited to 'testxml')
-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> |