diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-29 21:30:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-29 21:30:14 -0300 |
commit | 597b9077a34b21d4a68c07df88c0e447a1a04bec (patch) | |
tree | 623fd7fb22d916778d190f89c870e1f0ffc0b0df | |
parent | 8b879ec88fd287a77e721db3f9963499b22f82ac (diff) | |
download | tools-597b9077a34b21d4a68c07df88c0e447a1a04bec.tar.gz tools-597b9077a34b21d4a68c07df88c0e447a1a04bec.tar.bz2 tools-597b9077a34b21d4a68c07df88c0e447a1a04bec.tar.xz tools-597b9077a34b21d4a68c07df88c0e447a1a04bec.zip |
Fix faulty XSD
-rw-r--r-- | testxml/xsd/tmw.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index 9935175..4285fb3 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -950,7 +950,7 @@ <xs:attribute name="vit" type="xs:string" use="optional"/> <xs:attribute name="int" type="xs:string" use="optional"/> <xs:attribute name="dex" type="xs:string" use="optional"/> - <xs:attribute name="luck" type="xs:string" use="optional"/> + <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:complexType> |