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:
@@ -85,9 +85,13 @@
|
||||
<xs:all>
|
||||
<xs:element name="shortcut" minOccurs="0" type="key"/>
|
||||
<xs:element name="frill" minOccurs="0">
|
||||
<xs:extension base="xs:integer">
|
||||
<xs:attribute name="chance" type="xs:integer" use="optional" default="10"/>
|
||||
</xs:extension>
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="xs:integer">
|
||||
<xs:attribute name="chance" type="xs:integer" use="optional" default="10"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="object" minOccurs="0">
|
||||
<xs:complexType>
|
||||
|
Reference in New Issue
Block a user