[shibboleth-sp2] 30/100: Update to newest SOAP schema.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.2.1
in repository shibboleth-sp2.

commit 2919a0ffd9e9efeae74b5912ed9b3796a97eb716
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Wed Oct 13 05:15:08 2004 +0000

    Update to newest SOAP schema.
---
 schemas/soap-envelope.xsd | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/schemas/soap-envelope.xsd b/schemas/soap-envelope.xsd
index 778a687..0cbb08e 100644
--- a/schemas/soap-envelope.xsd
+++ b/schemas/soap-envelope.xsd
@@ -12,6 +12,11 @@
      Changes made are the following:
      - reverted namespace to http://schemas.xmlsoap.org/soap/envelope/
      - reverted mustUnderstand to only allow 0 and 1 as lexical values
+	 - made encodingStyle a global attribute 20020825
+
+	 Further changes:
+
+	 - removed default value from mustUnderstand attribute declaration - 20030314
 
      Original copyright:
      
@@ -66,7 +71,7 @@
 
        
   <!-- Global Attributes.  The following attributes are intended to be usable via qualified attribute names on any complex type referencing them.  -->
-  <xs:attribute name="mustUnderstand" default="0" >	
+  <xs:attribute name="mustUnderstand" >	
      <xs:simpleType>
      <xs:restriction base='xs:boolean'>
 	   <xs:pattern value='0|1' />
@@ -84,10 +89,12 @@
     <xs:list itemType="xs:anyURI" />
   </xs:simpleType>
 
+  <xs:attribute name="encodingStyle" type="tns:encodingStyle" />
   <xs:attributeGroup name="encodingStyle" >
-    <xs:attribute name="encodingStyle" type="tns:encodingStyle" />
+    <xs:attribute ref="tns:encodingStyle" />
   </xs:attributeGroup>
 
+  <xs:element name="Fault" type="tns:Fault" />
   <xs:complexType name="Fault" final="extension" >
     <xs:annotation>
 	  <xs:documentation>
@@ -111,8 +118,3 @@
 
 </xs:schema>
 
-
-
-
-
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list