From 2c4e9a70957f6d270e53d9006c0c5b53eae72eb7 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 20 May 2008 21:39:04 +0000 Subject: [PATCH 1/1] Fix comments, add abstract flag to a type to sync up with Java. Rev version to 2.1. --- schemas/shibboleth-2.0-afp-mf-basic.xsd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/schemas/shibboleth-2.0-afp-mf-basic.xsd b/schemas/shibboleth-2.0-afp-mf-basic.xsd index 8d4389f..595fb39 100644 --- a/schemas/shibboleth-2.0-afp-mf-basic.xsd +++ b/schemas/shibboleth-2.0-afp-mf-basic.xsd @@ -4,7 +4,8 @@ xmlns="http://www.w3.org/2001/XMLSchema" xmlns:basic="urn:mace:shibboleth:2.0:afp:mf:basic" xmlns:afp="urn:mace:shibboleth:2.0:afp" - elementFormDefault="qualified"> + elementFormDefault="qualified" + version="2.1"> @@ -78,7 +79,7 @@ - A match function that performs a logical NOT on the resultof the contained matching function. + A match function that performs a logical NOT on the result of the contained matching function. @@ -252,7 +253,7 @@ A match function that matches an attribute value against the specified regular expression. This function - evaluates to true if any value matches the given expression + evaluates to true if any value matches the given expression. @@ -271,7 +272,7 @@ - + -- 2.1.4