Please disable Adblockers and enable JavaScript for domain CEWebS.cs.univie.ac.at! We have NO ADS, but they may interfere with some of our course material.

Name: examples/helloworld/description.xml 
1:
<description datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://riddl.org/ns/description/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
2:
 
3:
  <message name="hello">
4:
    <parameter name="return" mimetype="text/plain" handler="http://riddl.org/ns/handlers/plain-type">
5:
      <pattern>hello .+</pattern>
6:
    </parameter>
7:
  </message>
8:
  <message name="hello-form">
9:
    <parameter name="hellotest" type="string"/>
10:
  </message>
11:
  <message name="hello-list">
12:
    <parameter name="hello-list" mimetype="text/xml" handler="http://riddl.org/ns/handlers/relaxng">
13:
      <xi:include href="rngs/hello-list.rng"/>
14:
    </parameter>
15:
  </message>
16:
  <message name="hello-list-html">
17:
    <parameter name="html" mimetype="text/html"/>
18:
  </message>
19:
  <message name="type-html">
20:
    <parameter name="type" type="string">
21:
      <choice>
22:
        <value>html</value>
23:
      </choice>
24:
    </parameter>
25:
  </message>
26:
 
27:
  <resource>
28:
    <post in="hello"/>
29:
    <post in="hello-form"/>
30:
    <get in="*" out="hello-form"/>
31:
    <get in="type-html" out="hello-list-html"/>
32:
    <resource>
33:
      <get in="*" out="hello"/>
34:
      <put in="hello" out="hello"/>
35:
      <delete in="*"/>
36:
      <resource relative="hello">
37:
        <post in="hello"/>
38:
      </resource>
39:
    </resource>
40:
    <resource relative="hello">
41:
      <post in="hello"/>
42:
    </resource>
43:
  </resource>
44:
 
45:
</description>