summaryrefslogtreecommitdiff
path: root/items.xsd
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-09-11 10:56:50 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-09-11 10:56:50 +0000
commitfc3c46dc790eecbfad38444faad2b28f2fc8a92f (patch)
tree93016422c17bc1ac30e963bc472fa5852ac718ff /items.xsd
parentd378fe3b570a6472b3fccd12bdf5159779965da5 (diff)
downloadclientdata-fc3c46dc790eecbfad38444faad2b28f2fc8a92f.tar.gz
clientdata-fc3c46dc790eecbfad38444faad2b28f2fc8a92f.tar.bz2
clientdata-fc3c46dc790eecbfad38444faad2b28f2fc8a92f.tar.xz
clientdata-fc3c46dc790eecbfad38444faad2b28f2fc8a92f.zip
Changed tradePartnerName to std::string and removed unused win2linux.h
Diffstat (limited to 'items.xsd')
-rw-r--r--items.xsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/items.xsd b/items.xsd
index 0f5ed91b..2fb6b667 100644
--- a/items.xsd
+++ b/items.xsd
@@ -15,14 +15,14 @@
<xsd:element name="items">
<xsd:complexType>
<xsd:sequence>
-
+
<xsd:element name="item" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="description" type="xsd:string" />
- <xsd:attribute name="effect" type="xsd:string" />
+ <xsd:attribute name="effect" type="xsd:string" />
<xsd:attribute name="id" type="xsd:positiveInteger" />
<xsd:attribute name="image" type="xsd:positiveInteger" />
<xsd:attribute name="art" type="mw_ItemArtType" />
@@ -38,4 +38,4 @@
</xsd:complexType>
</xsd:element>
-</xsd:schema> \ No newline at end of file
+</xsd:schema>