summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CI/testxml/xsd/tmw.xsd7
1 files changed, 7 insertions, 0 deletions
diff --git a/CI/testxml/xsd/tmw.xsd b/CI/testxml/xsd/tmw.xsd
index a4c92a5..8589866 100644
--- a/CI/testxml/xsd/tmw.xsd
+++ b/CI/testxml/xsd/tmw.xsd
@@ -967,6 +967,13 @@
<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"/>
+ <!-- This is Legacy specifics -->
+ <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:complexType>
</xs:element>
</xs:choice>