- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
 - Date: Wed, 21 Apr 2010 01:49:59 +0000
 - To: public-ws-resource-access-notifications@w3.org
 
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-sas
In directory hutz:/tmp/cvs-serv20073/ws-sas
Added Files:
	soapassertions.xsd 
Log Message:
9250
--- NEW FILE: soapassertions.xsd ---
<xs:schema 
  targetNamespace='http://www.w3.org/2009/09/ws-sas'
  xmlns:tns='http://www.w3.org/2009/09/ws-sas'
  xmlns:xs='http://www.w3.org/2001/XMLSchema'
  elementFormDefault='qualified'
  blockDefault='#all' >
 
  <xs:complexType name='emptyElementType'>
    <xs:sequence>
      <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
    </xs:sequence>
    <xs:anyAttribute namespace='##other' processContents='lax'/>
  </xs:complexType>
  <xs:element name='SOAP11' type='tns:emptyElementType'/>
  <xs:element name='SOAP12' type='tns:emptyElementType'/>
</xs:schema>
Received on Wednesday, 21 April 2010 01:50:00 UTC