[cpp-xmltooling COMMIT] /branches/REL_1/schemas/xmldsig11-schema.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Sun May 5 19:44:29 EDT 2013
Author: scantor
Date: Sun May 5 19:44:29 2013
New Revision: 1024
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1024&view=rev
Log:
https://issues.shibboleth.net/jira/browse/CPPXT-92
Modified:
branches/REL_1/schemas/xmldsig11-schema.xsd
Modified: branches/REL_1/schemas/xmldsig11-schema.xsd
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/schemas/xmldsig11-schema.xsd?rev=1024&r1=1023&r2=1024&view=diff
==============================================================================
--- branches/REL_1/schemas/xmldsig11-schema.xsd (original)
+++ branches/REL_1/schemas/xmldsig11-schema.xsd Sun May 5 19:44:29 2013
@@ -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">
@@ -102,8 +116,6 @@
</complexContent>
</complexType>
- <element name="OCSPResponse" type="base64Binary"/>
-
<element name="DEREncodedKeyValue" type="dsig11:DEREncodedKeyValueType"/>
<complexType name="DEREncodedKeyValueType">
<simpleContent>
@@ -119,7 +131,7 @@
<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">
More information about the commits
mailing list