[java-shib-common COMMIT] /branches/REL_1/src/main/resources/schema/shibboleth-2.0-afp-mf-basic.xsd

noreply at shibboleth.net noreply at shibboleth.net
Fri Mar 23 01:03:49 GMT 2012


Author: scantor
Date: Fri Mar 23 01:03:49 2012
New Revision: 1021

URL: http://svn.shibboleth.net/view/java-shib-common?rev=1021&view=rev
Log:
Fixed doc comments.

Modified:
    branches/REL_1/src/main/resources/schema/shibboleth-2.0-afp-mf-basic.xsd

Modified: branches/REL_1/src/main/resources/schema/shibboleth-2.0-afp-mf-basic.xsd
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/resources/schema/shibboleth-2.0-afp-mf-basic.xsd?rev=1021&r1=1020&r2=1021&view=diff
==============================================================================
--- branches/REL_1/src/main/resources/schema/shibboleth-2.0-afp-mf-basic.xsd (original)
+++ branches/REL_1/src/main/resources/schema/shibboleth-2.0-afp-mf-basic.xsd Fri Mar 23 01:03:49 2012
@@ -54,14 +54,14 @@
                     <element name="Rule" type="afp:MatchFunctorType">
                         <annotation>
                             <documentation>
-                                The set of match function rules to be ANDed.
+                                The set of match function rules to be ORed.
                             </documentation>
                         </annotation>
                     </element>
                     <element name="RuleReference" type="afp:ReferenceType">
                         <annotation>
                             <documentation>
-                                The set of match function rules to be ANDed.
+                                The set of match function rules to be ORed.
                             </documentation>
                         </annotation>
                     </element>
@@ -82,14 +82,14 @@
                     <element name="Rule" type="afp:MatchFunctorType">
                         <annotation>
                             <documentation>
-                                The set of match function rules to be ANDed.
+                                The set of match function rules to be negated.
                             </documentation>
                         </annotation>
                     </element>
                     <element name="RuleReference" type="afp:ReferenceType">
                         <annotation>
                             <documentation>
-                                The set of match function rules to be ANDed.
+                                The set of match function rules to be negated.
                             </documentation>
                         </annotation>
                     </element>



More information about the commits mailing list