You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ni...@apache.org on 2004/09/07 18:21:10 UTC

svn commit: rev 43478 - forrest/trunk/src/core/context/resources/schema/relaxng

Author: nicolaken
Date: Tue Sep  7 09:21:10 2004
New Revision: 43478

Modified:
   forrest/trunk/src/core/context/resources/schema/relaxng/sitemap-v06.rng
Log:
Add pass-through attribute to grammar.

Modified: forrest/trunk/src/core/context/resources/schema/relaxng/sitemap-v06.rng
==============================================================================
--- forrest/trunk/src/core/context/resources/schema/relaxng/sitemap-v06.rng	(original)
+++ forrest/trunk/src/core/context/resources/schema/relaxng/sitemap-v06.rng	Tue Sep  7 09:21:10 2004
@@ -1401,6 +1401,16 @@
         </choice>
       </attribute>
     </optional>
+    <optional>
+      <attribute name="pass-through" a:defaultValue="false">
+        <choice>
+          <value>true</value>
+          <value>false</value>
+          <value>yes</value>
+          <value>no</value>
+        </choice>
+      </attribute>
+    </optional>    
   </define>
 
   <define name="map.redirect-to">