https://issues.shibboleth.net/jira/browse/CPPXT-92
authorScott Cantor <cantor.2@osu.edu>
Sun, 5 May 2013 23:44:29 +0000 (23:44 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 5 May 2013 23:44:29 +0000 (23:44 +0000)
schemas/xmldsig11-schema.xsd

index 5b63f56..a07510a 100644 (file)
@@ -1,12 +1,26 @@
 <?xml version="1.0" encoding="utf-8"?>
+
+<!--
+#
+# Copyright ©[2011] World Wide Web Consortium 
+# (Massachusetts Institute of Technology,  
+#  European Research Consortium for Informatics and Mathematics, 
+#  Keio University). All Rights Reserved.  
+# This work is distributed under the W3C® Software License [1] in the
+# hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. 
+# [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+#
+-->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
         xmlns:dsig11="http://www.w3.org/2009/xmldsig11#"
         targetNamespace="http://www.w3.org/2009/xmldsig11#"
         version="0.1" elementFormDefault="qualified">
 
-  <import namespace="http://www.w3.org/2000/09/xmldsig#"
-        schemaLocation="xmldsig-core-schema.xsd"/>
+  <import namespace="http://www.w3.org/2000/09/xmldsig#"/>
 
   <element name="ECKeyValue" type="dsig11:ECKeyValueType"/>
   <complexType name="ECKeyValueType">
     </complexContent>
   </complexType>
 
-  <element name="OCSPResponse" type="base64Binary"/>
-
   <element name="DEREncodedKeyValue" type="dsig11:DEREncodedKeyValueType"/>
   <complexType name="DEREncodedKeyValueType">
     <simpleContent>
     <attribute name="Id" type="ID" use="optional"/>
   </complexType>
 
-  <element name="X509Digest" type="dsig11:X509DigestType"/> 
+  <element name="X509Digest" type="dsig11:X509DigestType"/>
   <complexType name="X509DigestType">
     <simpleContent>
       <extension base="base64Binary">