diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-09-11 10:56:50 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-09-11 10:56:50 +0000 |
commit | 889521a9a6222a7c70b1cbc944fa86c274d72a41 (patch) | |
tree | 7b6ec3db2c6d4577c2edb432e9641938e0f0cb3a /data/items.xsd | |
parent | 98af7c2e51786aed86223c932879378bef2b8f9a (diff) | |
download | mana-889521a9a6222a7c70b1cbc944fa86c274d72a41.tar.gz mana-889521a9a6222a7c70b1cbc944fa86c274d72a41.tar.bz2 mana-889521a9a6222a7c70b1cbc944fa86c274d72a41.tar.xz mana-889521a9a6222a7c70b1cbc944fa86c274d72a41.zip |
Changed tradePartnerName to std::string and removed unused win2linux.h
Diffstat (limited to 'data/items.xsd')
-rw-r--r-- | data/items.xsd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/items.xsd b/data/items.xsd index 0f5ed91b..2fb6b667 100644 --- a/data/items.xsd +++ b/data/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> |