This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
| 3 |
|
| 4 |
<!-- IMAGE TYPE --> |
| 5 |
|
| 6 |
<xsd:simpleType name="mw_ItemArtType"> |
| 7 |
<xsd:restriction base="xsd:integer"> |
| 8 |
<xsd:minInclusive value="0" /> |
| 9 |
<xsd:maxInclusive value="1" /> |
| 10 |
</xsd:restriction> |
| 11 |
</xsd:simpleType> |
| 12 |
|
| 13 |
<!-- ITEMS LIST FILE SCHEMA --> |
| 14 |
|
| 15 |
<xsd:element name="items"> |
| 16 |
<xsd:complexType> |
| 17 |
<xsd:sequence> |
| 18 |
|
| 19 |
<xsd:element name="item" minOccurs="0" maxOccurs="unbounded"> |
| 20 |
<xsd:complexType> |
| 21 |
<xsd:simpleContent> |
| 22 |
<xsd:extension base="xsd:string"> |
| 23 |
<xsd:attribute name="name" type="xsd:string" /> |
| 24 |
<xsd:attribute name="description" type="xsd:string" /> |
| 25 |
<xsd:attribute name="effect" type="xsd:string" /> |
| 26 |
<xsd:attribute name="id" type="xsd:positiveInteger" /> |
| 27 |
<xsd:attribute name="image" type="xsd:positiveInteger" /> |
| 28 |
<xsd:attribute name="art" type="mw_ItemArtType" /> |
| 29 |
<xsd:attribute name="type" type="xsd:integer" /> |
| 30 |
<xsd:attribute name="slot" type="xsd:integer" /> |
| 31 |
<xsd:attribute name="weight" type="xsd:positiveInteger" /> |
| 32 |
</xsd:extension> |
| 33 |
</xsd:simpleContent> |
| 34 |
</xsd:complexType> |
| 35 |
</xsd:element> |
| 36 |
|
| 37 |
</xsd:sequence> |
| 38 |
</xsd:complexType> |
| 39 |
</xsd:element> |
| 40 |
|
| 41 |
</xsd:schema> |