blob: 6a6474cf356825be4f7be50fdd535d828629b515 [file] [log] [blame]
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +00001<?XML version="1.0"?>
2<?namespace href ="http://www.ietf.org/standards/dav/" AS = "D"?>
3<?namespace href = "http://www.foo.bar/boxschema" AS = "R"?>
4<D:multistatus>
5 <D:response>
6 <D:prop>
7 <R:bigbox>
8 <R:BoxType>Box type A</R:BoxType>
9 </R:bigbox>
10 <R:author>
11 <R:Name>J.J. Dingleheimerschmidt</R:Name>
12 </R:author>
13 </D:prop>
14 <D:status>HTTP/1.1 200 OK</D:status>
15 </D:response>
16 <D:response>
17 <D:prop><R:DingALing/><R:Random/></D:prop>
18 <D:status>HTTP/1.1 403 Forbidden</D:status>
19 <D:responsedescription> The user does not have access to the DingALing property.
20 </D:responsedescription>
21 </D:response>
22 <D:responsedescription> There has been an access violation error.
23 </D:responsedescription>
24</D:multistatus>