WWW/2002/ws/ra/edcopies/ws-evd EventDescriptions.html,NONE,1.1 EventDescriptions.xsd,NONE,1.1

Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evd
In directory hutz:/tmp/cvs-serv14255/ws-evd

Added Files:
	EventDescriptions.html EventDescriptions.xsd 
Log Message:
8068


--- NEW FILE: EventDescriptions.html ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Web Services Eventing URI</title>
  <link rel="stylesheet" type="text/css"
        href="http://www.w3.org/StyleSheets/TR/base" />
 </head>

 <body>
  <div class="head">
   <p>
    <a href="http://www.w3.org/"><img class="head"
     src="http://www.w3.org/Icons/WWW/w3c_home" alt="W3C" /></a>
   </p>
  </div>

  <h1>Web Services Eventing URI</h1>
  <p>
   This is a URI defined in the 
   <a href="http://www.w3.org/TR/2009/WD-ws-eventing-20090924"
   >Web Services Eventing</a> specification.
  </p>

  <hr/>

  <address>
   <a href="http://www.w3.org/Help/Webmaster">Webmaster</a>
  </address>

  <p>Last modified: $Date: 2010/01/19 22:17:20 $</p>

 </body>
</html>


--- NEW FILE: EventDescriptions.xsd ---
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
           targetNamespace='http://www.w3.org/2009/09/ws-evt'
           elementFormDefault='qualified' attributeFormDefault='unqualified'>
  <xs:element name='EventDescriptions'>
    <xs:complexType>
      <xs:sequence>
        <xs:element name='types'>
          <xs:annotation>
            <xs:documentation>Data type definitions that are relevant to described notifications.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
            </xs:sequence>
            <xs:anyAttribute namespace='##other' processContents='lax'/>
          </xs:complexType>
        </xs:element>
        <xs:element name='eventType' maxOccurs='unbounded'>
          <xs:complexType>
            <xs:sequence>
              <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
            </xs:sequence>
            <xs:attribute name='name' type='xs:NCName' use='required'/>
            <xs:attribute name='element' type='xs:QName' use='required'/>
            <xs:attribute name='actionURI' type='xs:anyURI' use='optional'/>
            <xs:anyAttribute namespace='##other' processContents='lax'/>
          </xs:complexType>
        </xs:element>
        <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
      </xs:sequence>
      <xs:attribute name='targetNamespace' type='xs:anyURI' use='required'/>
      <xs:anyAttribute namespace='##other' processContents='lax'/>
    </xs:complexType>
  </xs:element>
</xs:schema>

Received on Tuesday, 19 January 2010 22:17:24 UTC