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

noreply at shibboleth.net noreply at shibboleth.net
Sun May 10 15:55:07 EDT 2015


Author: scantor
Date: Sun May 10 15:55:07 2015
New Revision: 7506

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7506&view=rev
Log:
IDP-719 - Schema for Script attribute def doesn't require either child element

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

Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd?rev=7506&r1=7505&r2=7506&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd	(original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd	Sun May 10 15:55:07 2015
@@ -183,12 +183,12 @@
         <complexContent>
             <extension base="resolver:BaseAttributeDefinitionType">
                 <choice>
-                    <element name="Script" type="string" minOccurs="0">
+                    <element name="Script" type="string">
                         <annotation>
                             <documentation>The script to evaluate to construct the attribute.</documentation>
                         </annotation>
                     </element>
-                    <element name="ScriptFile" type="string" minOccurs="0">
+                    <element name="ScriptFile" type="string">
                         <annotation>
                             <documentation>
                                 The filesystem path to the script to evaluate to construct the attribute.



More information about the commits mailing list