Skip to content

Commit

Permalink
Update MDRPI schema to CSD02 version (file rename, comment change).
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 17, 2012
1 parent d5cd12d commit a836306
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
<constructor-arg value="#{ systemProperties['basedir'] }/xml/oasis-200401-wss-wssecurity-utility-1.0.xsd"/>
</bean>
<bean class="org.opensaml.util.resource.FilesystemResource">
<constructor-arg value="#{ systemProperties['basedir'] }/xml/saml-metadata-rpi-v1.0-wd06.xsd"/>
<constructor-arg value="#{ systemProperties['basedir'] }/xml/saml-metadata-rpi-v1.0.xsd"/>
</bean>
<bean class="org.opensaml.util.resource.FilesystemResource">
<constructor-arg value="#{ systemProperties['basedir'] }/xml/saml-schema-assertion-2.0.xsd"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0
Committee Specification Draft 02
10 January 2012
Copyright (c) OASIS Open 2012. All rights reserved.
Source: http://docs.oasis-open.org/security/saml/Post2.0/saml-metadata-rpi/v1.0/csd02/xsd/
-->

<schema targetNamespace="urn:oasis:names:tc:SAML:metadata:rpi"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
Expand Down

0 comments on commit a836306

Please sign in to comment.