diff options
-rw-r--r-- | testxml/xsd/tmw.xsd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index a8b5cf2..543942e 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -965,6 +965,14 @@ <xs:attribute name="luk" type="xs:string" use="optional"/> <xs:attribute name="effect" type="xs:string" use="optional"/> <xs:attribute name="penalty" type="xs:string" use="optional"/> + <xs:attribute name="gpdrop" type="xs:string" use="optional"/> + <xs:attribute name="req-str" type="xs:string" use="optional"/> + <xs:attribute name="req-agi" type="xs:string" use="optional"/> + <xs:attribute name="req-vit" type="xs:string" use="optional"/> + <xs:attribute name="req-int" type="xs:string" use="optional"/> + <xs:attribute name="req-dex" type="xs:string" use="optional"/> + <xs:attribute name="req-luk" type="xs:string" use="optional"/> + <xs:attribute name="perception" type="xs:string" use="optional"/> </xs:complexType> </xs:element> </xs:choice> |