- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Thu, 24 Oct 2002 19:31:29 +0200
- To: <w3c-dist-auth@w3c.org>
Here's a proposal for the property names that reduces property clutter (by
collapsing evrything into a single property) and possibly allows expressing
multiple quota constraints:
<quota-set>
<quota>
<limit>...</limit>
<used>...</used>
<!-- optional: identifies the principal this quota applies to -->
<principal><href>....</href></principal>
<!-- optional: identifyer for quota-space -->
<qutoa-space><href>....</href></quota-space>
</quota>
<!-- more quotas, for instance for the current user group -->
..
</quota-set>
The syntax is similar to lockdiscovery, so any self-respecting DAV client
should be able to handle this.
--
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
Received on Thursday, 24 October 2002 13:32:02 UTC