Update of /cvsroot/arianne/stendhal/data/conf
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15183/data/conf
Modified Files:
creatures.xsd
Log Message:
Specify all current creature noises in xml
Index: creatures.xsd
===================================================================
RCS file: /cvsroot/arianne/stendhal/data/conf/creatures.xsd,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** creatures.xsd 30 Dec 2012 10:09:45 -0000 1.17
--- creatures.xsd 19 Jan 2013 21:38:27 -0000 1.18
***************
*** 109,112 ****
--- 109,114 ----
<xsd:element name="noise" type="Q2:Noise" minOccurs="0"
maxOccurs="unbounded" />
+ <xsd:element name="sound" type="Q2:Sound" minOccurs="0"
+ maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
***************
*** 116,119 ****
--- 118,125 ----
<xsd:attribute name="state" type="xsd:string"></xsd:attribute>
</xsd:complexType>
+
+ <xsd:complexType name="Sound">
+ <xsd:attribute name="value" type="xsd:string" />
+ </xsd:complexType>
<xsd:complexType name="Profile">
|