Addition of missing transformation XMLs.

Contributed by Mathael.
This commit is contained in:
MobiusDev
2016-03-23 18:07:52 +00:00
parent a2b0e531ac
commit c0851426d8
53 changed files with 1405 additions and 1 deletions

View File

@@ -70,7 +70,7 @@
<xs:element name="moving" maxOccurs="1" minOccurs="1">
<xs:complexType>
<xs:attribute name="walk" type="xs:decimal" use="required" />
<xs:attribute name="run" type="xs:positiveInteger" use="required" />
<xs:attribute name="run" type="xs:int" use="required" />
<xs:attribute name="waterWalk" type="xs:positiveInteger" use="required" />
<xs:attribute name="waterRun" type="xs:positiveInteger" use="required" />
<xs:attribute name="flyWalk" type="xs:nonNegativeInteger" use="required" />