You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by gi...@apache.org on 2012/07/19 19:04:47 UTC

svn commit: r1363426 - /santuario/xml-security-java/trunk/src/main/resources/bindings/schemas/exc-c14n.xsd

Author: giger
Date: Thu Jul 19 17:04:47 2012
New Revision: 1363426

URL: http://svn.apache.org/viewvc?rev=1363426&view=rev
Log:
update exc-c14n schema @see SANTUARIO-330

Modified:
    santuario/xml-security-java/trunk/src/main/resources/bindings/schemas/exc-c14n.xsd

Modified: santuario/xml-security-java/trunk/src/main/resources/bindings/schemas/exc-c14n.xsd
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/src/main/resources/bindings/schemas/exc-c14n.xsd?rev=1363426&r1=1363425&r2=1363426&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/src/main/resources/bindings/schemas/exc-c14n.xsd (original)
+++ santuario/xml-security-java/trunk/src/main/resources/bindings/schemas/exc-c14n.xsd Thu Jul 19 17:04:47 2012
@@ -1,38 +1,44 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE schema
- PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"
-[
-  <!ATTLIST schema
-    xmlns:ec CDATA #FIXED 'http://www.w3.org/2001/10/xml-exc-c14n#'>
-  <!ENTITY ec 'http://www.w3.org/2001/10/xml-exc-c14n#'>
-  <!ENTITY % p ''>
-  <!ENTITY % s ''>
- ]>
-
-
-<!-- Schema for Exclusive Canonicalization
-    http://www.w3.org/2001/10/xml-exc-c14n#
-    $Revision$ on $Date$ by $Author$
-
-    Copyright 2002 The Internet Society and W3C (Massachusetts Institute
-    of Technology, Institut National de Recherche en Informatique et en
-    Automatique, Keio University). All Rights Reserved.
-    http://www.w3.org/Consortium/Legal/
-
-    This document is governed by the W3C Software License [1] as described
-    in the FAQ [2].
-
-    [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
-    [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
--->
-
-<schema xmlns="http://www.w3.org/2001/XMLSchema"
-           xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#"
-           targetNamespace="http://www.w3.org/2001/10/xml-exc-c14n#"
-           version="0.1" elementFormDefault="qualified">    <element name="InclusiveNamespaces"
-            type="ec:InclusiveNamespaces"/>
-    
-   <complexType name="InclusiveNamespaces">
-      <attribute name="PrefixList" type="NMTOKENS"/>
-   </complexType>
-</schema>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE schema
+  PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"
+  [
+  <!ATTLIST schema
+        xmlns:ec CDATA #FIXED 'http://www.w3.org/2001/10/xml-exc-c14n#'>
+      <!ENTITY ec 'http://www.w3.org/2001/10/xml-exc-c14n#'>
+      <!ENTITY % p ''>
+      <!ENTITY % s ''>
+     ]> 
+
+
+<!-- Schema for Exclusive Canonicalization
+    http://www.w3.org/2001/10/xml-exc-c14n#
+    $Revision$ on $Date$ by $Author$
+
+    Copyright 2002 The Internet Society and W3C (Massachusetts Institute
+    of Technology, Institut National de Recherche en Informatique et en
+    Automatique, Keio University). All Rights Reserved.
+    http://www.w3.org/Consortium/Legal/
+
+    This document is governed by the W3C Software License [1] as described
+    in the FAQ [2].
+
+    [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
+    [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
+-->
+
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+           xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#"
+           targetNamespace="http://www.w3.org/2001/10/xml-exc-c14n#"
+	   version="0.1" elementFormDefault="qualified">
+  
+  <element name="InclusiveNamespaces"
+            type="ec:InclusiveNamespaces"/>
+    
+   <complexType name="InclusiveNamespaces">
+     <attribute name="PrefixList">
+       <simpleType>
+         <list itemType="string"/>
+       </simpleType>  
+     </attribute>
+   </complexType>
+</schema>