[java-identity-provider COMMIT] /trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 30 05:01:28 EDT 2014


Author: rdw
Date: Mon Jun 30 05:01:27 2014
New Revision: 6187

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6187&view=rev
Log:
If we supply a SpringResources then we do not need to specify a DataConnector.

Modified:
    trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd

Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd?rev=6187&r1=6186&r2=6187&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd (original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd Mon Jun 30 05:01:27 2014
@@ -85,7 +85,7 @@
         </annotation>
         <complexContent>
             <extension base="resolver:BaseDataConnectorType">
-                <choice>
+                <choice minOccurs="0">
                     <element ref="dc:ContainerManagedConnection">
                         <annotation>
                             <documentation>



More information about the commits mailing list