Update to newest SOAP schema.
authorScott Cantor <cantor.2@osu.edu>
Wed, 13 Oct 2004 05:15:08 +0000 (05:15 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 13 Oct 2004 05:15:08 +0000 (05:15 +0000)
schemas/soap-envelope.xsd

index 778a687..0cbb08e 100644 (file)
      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' />
     <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>
 
 </xs:schema>
 
-
-
-
-
-