Some schema updates
- Store timers as a type instead of an element in the common schema - Fix errors in terrain and monster schemas
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element ref="timer" minOccurs="0" maxOccurs="20"/>
|
||||
<xs:element name="timer" type="timer" minOccurs="0" maxOccurs="20"/>
|
||||
<xs:element name="string" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
|
Reference in New Issue
Block a user