You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/05/16 08:36:25 UTC

svn commit: rev 10694 - incubator/depot/trunk/site/src/documentation/content/dtd

Author: nickchalko
Date: Sun May 16 01:36:24 2004
New Revision: 10694

Added:
   incubator/depot/trunk/site/src/documentation/content/dtd/cachedresource-v01.dtd
Log:
The dtd for exporting Cached Resource Sets

Added: incubator/depot/trunk/site/src/documentation/content/dtd/cachedresource-v01.dtd
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/site/src/documentation/content/dtd/cachedresource-v01.dtd	Sun May 16 01:36:24 2004
@@ -0,0 +1,31 @@
+<!-- $HeadURL: https://svn.apache.org/repos/asf/incubator/depot/trunk/update/module.xml $ -->
+<!--
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<!--
+PUBLIC "-//APACHE//DTD CachedResource V0.1//EN" "http://incubator.apache.org/depot/dtd/cachedresource-v01.dtd"
+
+The dtd for exporting Cached Resource Sets
+-->
+<!ELEMENT resource EMPTY >
+<!ATTLIST resource name CDATA #IMPLIED>
+<!ATTLIST resource version CDATA #IMPLIED>
+<!ATTLIST resource href CDATA #IMPLIED>
+<!ATTLIST resource group CDATA #IMPLIED>
+<!ATTLIST resource ext CDATA #IMPLIED>
+<!ELEMENT cachedresourceset (resource)*>
+<!ATTLIST cachedresourceset id CDATA #IMPLIED>
+