You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by "Hermann, Eckehard" <Ec...@softwareag.com> on 2002/02/04 11:17:24 UTC

FW: Multiple resourcetypes?

Hi all,

I send the question below to the webdav mailing list. Because of in slide a
resource can just be of one resourcetype, we have to think about how to add
the possibility to Slide that one resourcetype property could have more as
one child. Any ideas?

regards Eckehard

-----Original Message-----
From: Julian Reschke [mailto:julian.reschke@gmx.de]
Sent: Friday, January 25, 2002 7:36 PM
To: WebDAV
Subject: RE: Multiple resourcetypes?


> From: Hermann, Eckehard [mailto:Eckehard.Hermann@softwareag.com]
> Sent: Friday, January 25, 2002 3:58 AM
> To: w3c-dist-auth@w3c.org
> Cc: Pill, Juergen
> Subject: [Moderator Action] Multiple resourcetypes?
>
>
> Hi,
>
> the Webdav Access Control Protocol standard says under "4 Principal
> Properties":
>
> Additionally, a principal MUST report the DAV:principal empty XML
> element in
> the value of the DAV:resourcetype property in addition to all
> other reported
> elements. For example, a collection principal would report DAV:collection
> and DAV:principal elements.
>
> Do I understand it right, that a resource can have more as one
> DAV:resourcetype?

No, but the DAV:resourcetype property may contain more than one child
element, such as:

<resourcetype xmlns="DAV:">
  <collection/>
  <principal/>
  <somethingelse xmlns="whatever" />
</resourcetype>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>