diff options
-rw-r--r-- | testxml/xsd/tmw.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index c1fac4e..b26cb32 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -483,6 +483,7 @@ <xs:attribute name="dstEffectId" type="xs:string" use="optional"/> <xs:attribute name="x" type="xs:int" use="optional"/> <xs:attribute name="y" type="xs:int" use="optional"/> + <xs:attribute name="autoTab" type="bool" use="optional"/> </xs:complexType> </xs:element> </xs:choice> |