41 lines
1.7 KiB
XML
41 lines
1.7 KiB
XML
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="list">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="zone" maxOccurs="unbounded" minOccurs="0">
|
|
<xs:complexType mixed="true">
|
|
<xs:sequence>
|
|
<xs:element name="stat" maxOccurs="unbounded" minOccurs="0">
|
|
<xs:complexType>
|
|
<xs:simpleContent>
|
|
<xs:extension base="xs:string">
|
|
<xs:attribute type="xs:string" name="name" use="optional"/>
|
|
<xs:attribute type="xs:string" name="val" use="optional"/>
|
|
</xs:extension>
|
|
</xs:simpleContent>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="spawn" maxOccurs="unbounded" minOccurs="0">
|
|
<xs:complexType>
|
|
<xs:simpleContent>
|
|
<xs:extension base="xs:string">
|
|
<xs:attribute type="xs:int" name="X" use="optional"/>
|
|
<xs:attribute type="xs:int" name="Y" use="optional"/>
|
|
<xs:attribute type="xs:short" name="Z" use="optional"/>
|
|
<xs:attribute type="xs:string" name="isChaotic" use="optional"/>
|
|
</xs:extension>
|
|
</xs:simpleContent>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
<xs:attribute type="xs:int" name="id" use="optional"/>
|
|
<xs:attribute type="xs:string" name="type" use="optional"/>
|
|
<xs:attribute type="xs:string" name="shape" use="optional"/>
|
|
<xs:attribute type="xs:short" name="minZ" use="optional"/>
|
|
<xs:attribute type="xs:short" name="maxZ" use="optional"/>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema> |