2002/ws/desc/wsdl20 wsdl20-rdf.html,1.40,1.41 wsdl20.rdf,1.13,1.14

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv27113

Modified Files:
	wsdl20-rdf.html wsdl20.rdf 
Log Message:
updated references and namespaces, added the use of SAWSDL modelReference for safety, dropped mapping of unknown extensions and documentation to XML literals, updated table numbering due to removal of two tables, added pointer to new mep document, removed some unnecessary musts, added ontology text

Index: wsdl20.rdf
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.rdf,v
retrieving revision 1.13
retrieving revision 1.14
diff -C 2 -d -r1.13 -r1.14
*** wsdl20.rdf	10 Mar 2007 21:18:52 -0000	1.13
--- wsdl20.rdf	14 Mar 2007 16:55:31 -0000	1.14
***************
*** 3,9 ****
           xmlns:owl="http://www.w3.org/2002/07/owl#"
           xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
!          xmlns:wsdl="http://www.w3.org/2005/10/wsdl-rdf#"
           xmlns:xml="http://www.w3.org/XML/1998/namespace"
!          xml:base="http://www.w3.org/2005/10/wsdl-rdf">
  
  <!-- the following are notes on the deviations this model has from the WSDL2
--- 3,9 ----
           xmlns:owl="http://www.w3.org/2002/07/owl#"
           xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
!          xmlns:wsdl="http://www.w3.org/ns/wsdl-rdf#"
           xmlns:xml="http://www.w3.org/XML/1998/namespace"
!          xml:base="http://www.w3.org/ns/wsdl-rdf">
  
  <!-- the following are notes on the deviations this model has from the WSDL2
***************
*** 22,28 ****
  
  message labels are qualified with mep name and so are different for each MEP
- 
- maybe we could model safety as general-purpose class of things safe, now it is
- a class of safe operations
  -->
  
--- 22,25 ----
***************
*** 264,308 ****
  </owl:ObjectProperty>
  
- <owl:DatatypeProperty rdf:about="#documentation">
-   <rdfs:range  rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"/>
- </owl:DatatypeProperty>
- 
- <!-- todo - can we combine extensionElement property with extensionAttribute
- into an "extension" property? Problem is the first is datatype and the second
- is object property - is that a real problem? -->
- 
- <owl:DatatypeProperty rdf:about="#extensionElement">
-   <rdfs:range  rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"/>
- </owl:DatatypeProperty>
- 
- <owl:ObjectProperty rdf:about="#extensionAttribute">
-   <rdfs:range  rdf:resource="#ExtensionAttribute"/>
- </owl:ObjectProperty>
- 
- <owl:Class rdf:about="#ExtensionAttribute">
-   <rdfs:subClassOf>
-     <owl:Restriction>
-       <owl:onProperty rdf:resource="#attributeName"/>
-       <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
-     </owl:Restriction>
-   </rdfs:subClassOf>
-   <rdfs:subClassOf>
-     <owl:Restriction>
-       <owl:onProperty rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#value"/>
-       <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
-     </owl:Restriction>
-   </rdfs:subClassOf>
-   <rdfs:comment>
-     Represents an extension attribute with a name and a value. The value
-     should be a literal. This should only be used for extension attributes
-     that are not understood by the generator of the RDF model, otherwise the
-     extension should define how the attribute shows in the RDF model.
-   </rdfs:comment>
- </owl:Class>
- 
- <owl:ObjectProperty rdf:about="#attributeName">
-   <rdfs:range  rdf:resource="#QName"/>
- </owl:ObjectProperty>
- 
  
  <!-- part 2: message exchange patterns -->
--- 261,264 ----
***************
*** 323,383 ****
  </owl:Class>
  
! <wsdl:NoFaults rdf:about="http://www.w3.org/2006/01/wsdl/in-only">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/in-only#In"/>
    </wsdl:definesMessageLabel>
  </wsdl:NoFaults>
  
! <wsdl:NoFaults rdf:about="http://www.w3.org/2006/01/wsdl/out-only">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/out-only#Out"/>
    </wsdl:definesMessageLabel>
  </wsdl:NoFaults>
  
! <wsdl:MessageTriggersFault rdf:about="http://www.w3.org/2006/01/wsdl/robust-in-only">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/robust-in-only#In"/>
    </wsdl:definesMessageLabel>
  </wsdl:MessageTriggersFault>
  
! <wsdl:MessageTriggersFault rdf:about="http://www.w3.org/2006/01/wsdl/in-opt-out">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/in-opt-out#In"/>
    </wsdl:definesMessageLabel>
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/in-opt-out#Out"/>
    </wsdl:definesMessageLabel>
  </wsdl:MessageTriggersFault>
  
! <wsdl:MessageTriggersFault rdf:about="http://www.w3.org/2006/01/wsdl/robust-out-only">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/robust-out-only#Out"/>
    </wsdl:definesMessageLabel>
  </wsdl:MessageTriggersFault>
  
! <wsdl:MessageTriggersFault rdf:about="http://www.w3.org/2006/01/wsdl/out-opt-in">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/out-opt-in#Out"/>
    </wsdl:definesMessageLabel>
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/out-opt-in#In"/>
    </wsdl:definesMessageLabel>
  </wsdl:MessageTriggersFault>
  
! <wsdl:FaultReplacesMessage rdf:about="http://www.w3.org/2006/01/wsdl/in-out">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/in-out#In"/>
    </wsdl:definesMessageLabel>
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/in-out#Out"/>
    </wsdl:definesMessageLabel>
  </wsdl:FaultReplacesMessage>
  
! <wsdl:FaultReplacesMessage rdf:about="http://www.w3.org/2006/01/wsdl/out-in">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/out-in#Out"/>
    </wsdl:definesMessageLabel>
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/2006/01/wsdl/out-in#In"/>
    </wsdl:definesMessageLabel>
  </wsdl:FaultReplacesMessage>
--- 279,339 ----
  </owl:Class>
  
! <wsdl:NoFaults rdf:about="http://www.w3.org/ns/wsdl/in-only">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/in-only#In"/>
    </wsdl:definesMessageLabel>
  </wsdl:NoFaults>
  
! <wsdl:NoFaults rdf:about="http://www.w3.org/ns/wsdl/out-only">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/out-only#Out"/>
    </wsdl:definesMessageLabel>
  </wsdl:NoFaults>
  
! <wsdl:MessageTriggersFault rdf:about="http://www.w3.org/ns/wsdl/robust-in-only">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/robust-in-only#In"/>
    </wsdl:definesMessageLabel>
  </wsdl:MessageTriggersFault>
  
! <wsdl:MessageTriggersFault rdf:about="http://www.w3.org/ns/wsdl/in-opt-out">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/in-opt-out#In"/>
    </wsdl:definesMessageLabel>
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/in-opt-out#Out"/>
    </wsdl:definesMessageLabel>
  </wsdl:MessageTriggersFault>
  
! <wsdl:MessageTriggersFault rdf:about="http://www.w3.org/ns/wsdl/robust-out-only">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/robust-out-only#Out"/>
    </wsdl:definesMessageLabel>
  </wsdl:MessageTriggersFault>
  
! <wsdl:MessageTriggersFault rdf:about="http://www.w3.org/ns/wsdl/out-opt-in">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/out-opt-in#Out"/>
    </wsdl:definesMessageLabel>
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/out-opt-in#In"/>
    </wsdl:definesMessageLabel>
  </wsdl:MessageTriggersFault>
  
! <wsdl:FaultReplacesMessage rdf:about="http://www.w3.org/ns/wsdl/in-out">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/in-out#In"/>
    </wsdl:definesMessageLabel>
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/in-out#Out"/>
    </wsdl:definesMessageLabel>
  </wsdl:FaultReplacesMessage>
  
! <wsdl:FaultReplacesMessage rdf:about="http://www.w3.org/ns/wsdl/out-in">
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/out-in#Out"/>
    </wsdl:definesMessageLabel>
    <wsdl:definesMessageLabel>
!     <wsdl:MessageLabel rdf:about="http://www.w3.org/ns/wsdl/out-in#In"/>
    </wsdl:definesMessageLabel>
  </wsdl:FaultReplacesMessage>
***************
*** 385,393 ****
  <!-- part 2: safety -->
  
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl-extensions#SafeInteraction">
!   <rdfs:subClassOf rdf:resource="#InterfaceOperation" />
    <rdfs:comment>
!     Class of all operations that are asserted to be safe interactions as defined in
!     Web Architecture at W3C.
    </rdfs:comment>
  </owl:Class>
--- 341,347 ----
  <!-- part 2: safety -->
  
! <owl:Class rdf:about="http://www.w3.org/ns/wsdl-extensions#SafeInteraction">
    <rdfs:comment>
!     Class representing safe interactions as defined in Web Architecture at W3C.
    </rdfs:comment>
  </owl:Class>
***************
*** 395,413 ****
  <!-- part 2: operation styles -->
  
! <wsdl:OperationStyle rdf:about="http://www.w3.org/2006/01/wsdl/style/rpc">
    <rdfs:comment>RPC operation style</rdfs:comment>
  </wsdl:OperationStyle>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/rpc#signature">
    <rdfs:domain rdf:resource="#InterfaceOperation"/>
!   <rdfs:range  rdf:resource="http://www.w3.org/2006/01/wsdl/rpc#signatureType"/>
    <rdfs:comment>todo - can we use the above URI for the datatype of this property?</rdfs:comment>
  </owl:DatatypeProperty>
  
! <wsdl:OperationStyle rdf:about="http://www.w3.org/2006/01/wsdl/style/iri">
    <rdfs:comment>IRI operation style</rdfs:comment>
  </wsdl:OperationStyle>
  
! <wsdl:OperationStyle rdf:about="http://www.w3.org/2006/01/wsdl/style/multipart">
    <rdfs:comment>multipart operation style</rdfs:comment>
  </wsdl:OperationStyle>
--- 349,367 ----
  <!-- part 2: operation styles -->
  
! <wsdl:OperationStyle rdf:about="http://www.w3.org/ns/wsdl/style/rpc">
    <rdfs:comment>RPC operation style</rdfs:comment>
  </wsdl:OperationStyle>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/rpc#signature">
    <rdfs:domain rdf:resource="#InterfaceOperation"/>
!   <rdfs:range  rdf:resource="http://www.w3.org/ns/wsdl/rpc#signatureType"/>
    <rdfs:comment>todo - can we use the above URI for the datatype of this property?</rdfs:comment>
  </owl:DatatypeProperty>
  
! <wsdl:OperationStyle rdf:about="http://www.w3.org/ns/wsdl/style/iri">
    <rdfs:comment>IRI operation style</rdfs:comment>
  </wsdl:OperationStyle>
  
! <wsdl:OperationStyle rdf:about="http://www.w3.org/ns/wsdl/style/multipart">
    <rdfs:comment>multipart operation style</rdfs:comment>
  </wsdl:OperationStyle>
***************
*** 419,428 ****
  <!-- SOAP binding -->
  
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/soap">
    <rdfs:comment>WSDL 2 SOAP binding</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Binding"/>
    <rdfs:subClassOf>
      <owl:Restriction>
!       <owl:onProperty rdf:resource="http://www.w3.org/2006/01/wsdl/soap#version"/>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
--- 373,382 ----
  <!-- SOAP binding -->
  
! <owl:Class rdf:about="http://www.w3.org/ns/wsdl/soap">
    <rdfs:comment>WSDL 2 SOAP binding</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Binding"/>
    <rdfs:subClassOf>
      <owl:Restriction>
!       <owl:onProperty rdf:resource="http://www.w3.org/ns/wsdl/soap#version"/>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
***************
*** 430,434 ****
    <rdfs:subClassOf>
      <owl:Restriction>
!       <owl:onProperty rdf:resource="http://www.w3.org/2006/01/wsdl/soap#protocol"/>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
--- 384,388 ----
    <rdfs:subClassOf>
      <owl:Restriction>
!       <owl:onProperty rdf:resource="http://www.w3.org/ns/wsdl/soap#protocol"/>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
***************
*** 436,440 ****
  </owl:Class>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#version">
    <rdfs:comment>
      indicates what version of SOAP is used by the binding, usually "1.2"
--- 390,394 ----
  </owl:Class>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/soap#version">
    <rdfs:comment>
      indicates what version of SOAP is used by the binding, usually "1.2"
***************
*** 444,448 ****
  </owl:DatatypeProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#protocol">
    <rdfs:comment>
      indicates the underlying protocol used by a binding
--- 398,402 ----
  </owl:DatatypeProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/soap#protocol">
    <rdfs:comment>
      indicates the underlying protocol used by a binding
***************
*** 451,455 ****
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#faultCode">
    <rdfs:comment>
      indicates the fault code of a binding fault
--- 405,409 ----
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/soap#faultCode">
    <rdfs:comment>
      indicates the fault code of a binding fault
***************
*** 458,462 ****
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#faultSubcodes">
    <rdfs:comment>
      indicates the fault subcodes of a binding fault; there can be multiple subcodes
--- 412,416 ----
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/soap#faultSubcodes">
    <rdfs:comment>
      indicates the fault subcodes of a binding fault; there can be multiple subcodes
***************
*** 465,469 ****
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#soapMEP">
    <rdfs:comment>
      indicates the SOAP MEP this binding operation uses
--- 419,423 ----
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/soap#soapMEP">
    <rdfs:comment>
      indicates the SOAP MEP this binding operation uses
***************
*** 472,476 ****
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#defaultSoapMEP">
    <rdfs:comment>
      indicates the default SOAP MEP this binding's operations use
--- 426,430 ----
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/soap#defaultSoapMEP">
    <rdfs:comment>
      indicates the default SOAP MEP this binding's operations use
***************
*** 490,494 ****
  </rdf:Description>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#action">
    <rdfs:comment>
      indicates the SOAP action this binding operation uses
--- 444,448 ----
  </rdf:Description>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/soap#action">
    <rdfs:comment>
      indicates the SOAP action this binding operation uses
***************
*** 496,508 ****
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#offersSOAPModule">
!   <rdfs:range  rdf:resource="http://www.w3.org/2006/01/wsdl/soap#SOAPModule"/>
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#requiresSOAPModule">
!   <rdfs:range  rdf:resource="http://www.w3.org/2006/01/wsdl/soap#SOAPModule"/>
  </owl:ObjectProperty>
  
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/soap#SOAPModule">
    <rdfs:comment>
      a SOAP module; a WSDL 2 SOAP binding (and subcomponents) may use or
--- 450,462 ----
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/soap#offersSOAPModule">
!   <rdfs:range  rdf:resource="http://www.w3.org/ns/wsdl/soap#SOAPModule"/>
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/soap#requiresSOAPModule">
!   <rdfs:range  rdf:resource="http://www.w3.org/ns/wsdl/soap#SOAPModule"/>
  </owl:ObjectProperty>
  
! <owl:Class rdf:about="http://www.w3.org/ns/wsdl/soap#SOAPModule">
    <rdfs:comment>
      a SOAP module; a WSDL 2 SOAP binding (and subcomponents) may use or
***************
*** 512,524 ****
  </owl:Class>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#offersHeader">
!   <rdfs:range  rdf:resource="http://www.w3.org/2006/01/wsdl/soap#SOAPHeaderBlock"/>
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#requiresHeader">
!   <rdfs:range  rdf:resource="http://www.w3.org/2006/01/wsdl/soap#SOAPHeaderBlock"/>
  </owl:ObjectProperty>
  
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/soap#SOAPHeaderBlock">
    <rdfs:comment>
      a SOAP header
--- 466,478 ----
  </owl:Class>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/soap#offersHeader">
!   <rdfs:range  rdf:resource="http://www.w3.org/ns/wsdl/soap#SOAPHeaderBlock"/>
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/soap#requiresHeader">
!   <rdfs:range  rdf:resource="http://www.w3.org/ns/wsdl/soap#SOAPHeaderBlock"/>
  </owl:ObjectProperty>
  
! <owl:Class rdf:about="http://www.w3.org/ns/wsdl/soap#SOAPHeaderBlock">
    <rdfs:comment>
      a SOAP header
***************
*** 532,537 ****
  </owl:Class>
  
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/soap#MustUnderstandSOAPHeaderBlock">
!   <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/01/wsdl/soap#SOAPHeaderBlock" />
    <rdfs:comment>
      a SOAP header that must be marked as mustUnderstand by the sender
--- 486,491 ----
  </owl:Class>
  
! <owl:Class rdf:about="http://www.w3.org/ns/wsdl/soap#MustUnderstandSOAPHeaderBlock">
!   <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/wsdl/soap#SOAPHeaderBlock" />
    <rdfs:comment>
      a SOAP header that must be marked as mustUnderstand by the sender
***************
*** 541,550 ****
  <!-- HTTP binding -->
  
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/http">
    <rdfs:comment>WSDL 2 HTTP binding</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Binding"/>
  </owl:Class>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#location">
    <rdfs:comment>
      defines the location for an operation, relative to the address of the
--- 495,504 ----
  <!-- HTTP binding -->
  
! <owl:Class rdf:about="http://www.w3.org/ns/wsdl/http">
    <rdfs:comment>WSDL 2 HTTP binding</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Binding"/>
  </owl:Class>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#location">
    <rdfs:comment>
      defines the location for an operation, relative to the address of the
***************
*** 555,563 ****
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#locationIgnoreUncited">
    <rdfs:range  rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#defaultMethod">
    <rdfs:comment>
      declares the default HTTP method used by this binding's operations
--- 509,517 ----
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#locationIgnoreUncited">
    <rdfs:range  rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#defaultMethod">
    <rdfs:comment>
      declares the default HTTP method used by this binding's operations
***************
*** 566,570 ****
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#method">
    <rdfs:comment>
      declares the HTTP method used by this operation
--- 520,524 ----
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#method">
    <rdfs:comment>
      declares the HTTP method used by this operation
***************
*** 573,577 ****
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#inputSerialization">
    <rdfs:comment>
      declares the media type of the input message of an operation
--- 527,531 ----
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#inputSerialization">
    <rdfs:comment>
      declares the media type of the input message of an operation
***************
*** 580,584 ****
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#outputSerialization">
    <rdfs:comment>
      declares the media type of the output message of an operation
--- 534,538 ----
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#outputSerialization">
    <rdfs:comment>
      declares the media type of the output message of an operation
***************
*** 587,591 ****
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#faultSerialization">
    <rdfs:comment>
      declares the media type of the fault messages of an operation
--- 541,545 ----
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#faultSerialization">
    <rdfs:comment>
      declares the media type of the fault messages of an operation
***************
*** 594,598 ****
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#defaultQueryParameterSeparator">
    <rdfs:comment>
      declares the default character to be used as query parameter separator by this binding's operations
--- 548,552 ----
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#defaultQueryParameterSeparator">
    <rdfs:comment>
      declares the default character to be used as query parameter separator by this binding's operations
***************
*** 601,605 ****
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#queryParameterSeparator">
    <rdfs:comment>
      declares the character to be used as query parameter separator by an operation
--- 555,559 ----
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#queryParameterSeparator">
    <rdfs:comment>
      declares the character to be used as query parameter separator by an operation
***************
*** 608,624 ****
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#headerName">
    <rdfs:range  rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#requiresHeader">
!   <rdfs:range  rdf:resource="http://www.w3.org/2006/01/wsdl/http#HTTPHeader"/>
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#offersHeader">
!   <rdfs:range  rdf:resource="http://www.w3.org/2006/01/wsdl/http#HTTPHeader"/>
  </owl:ObjectProperty>
  
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/http#HTTPHeader">
    <rdfs:comment>
      an HTTP header
--- 562,578 ----
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#headerName">
    <rdfs:range  rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/http#requiresHeader">
!   <rdfs:range  rdf:resource="http://www.w3.org/ns/wsdl/http#HTTPHeader"/>
  </owl:ObjectProperty>
  
! <owl:ObjectProperty rdf:about="http://www.w3.org/ns/wsdl/http#offersHeader">
!   <rdfs:range  rdf:resource="http://www.w3.org/ns/wsdl/http#HTTPHeader"/>
  </owl:ObjectProperty>
  
! <owl:Class rdf:about="http://www.w3.org/ns/wsdl/http#HTTPHeader">
    <rdfs:comment>
      an HTTP header
***************
*** 632,636 ****
    <rdfs:subClassOf>
      <owl:Restriction>
!       <owl:onProperty rdf:resource="http://www.w3.org/2006/01/wsdl/http#headerName"/>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
--- 586,590 ----
    <rdfs:subClassOf>
      <owl:Restriction>
!       <owl:onProperty rdf:resource="http://www.w3.org/ns/wsdl/http#headerName"/>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
***************
*** 638,642 ****
  </owl:Class>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#errorCode">
    <rdfs:comment>
      declares the error status code that a fault will return
--- 592,596 ----
  </owl:Class>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#errorCode">
    <rdfs:comment>
      declares the error status code that a fault will return
***************
*** 646,650 ****
  
  <owl:DatatypeProperty
! rdf:about="http://www.w3.org/2006/01/wsdl/http#defaultContentEncoding">
    <rdfs:comment>
      declares the default content encoding to be used by this binding's operation messages
--- 600,604 ----
  
  <owl:DatatypeProperty
! rdf:about="http://www.w3.org/ns/wsdl/http#defaultContentEncoding">
    <rdfs:comment>
      declares the default content encoding to be used by this binding's operation messages
***************
*** 653,657 ****
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#contentEncoding">
    <rdfs:comment>
      declares the content encoding to be used by operation messages
--- 607,611 ----
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#contentEncoding">
    <rdfs:comment>
      declares the content encoding to be used by operation messages
***************
*** 660,669 ****
  </owl:DatatypeProperty>
  
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/http#HTTPBindingWithCookies">
    <rdfs:comment>WSDL 2 HTTP binding with cookies</rdfs:comment>
!   <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/01/wsdl/http"/>
  </owl:Class>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#authenticationScheme">
    <rdfs:comment>
      declares the authentication scheme used by an endpoint, by default "none"
--- 614,623 ----
  </owl:DatatypeProperty>
  
! <owl:Class rdf:about="http://www.w3.org/ns/wsdl/http#HTTPBindingWithCookies">
    <rdfs:comment>WSDL 2 HTTP binding with cookies</rdfs:comment>
!   <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/wsdl/http"/>
  </owl:Class>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#authenticationScheme">
    <rdfs:comment>
      declares the authentication scheme used by an endpoint, by default "none"
***************
*** 672,676 ****
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#authenticationRealm">
    <rdfs:comment>
      declares the authentication realm used by an endpoint
--- 626,630 ----
  </owl:DatatypeProperty>
  
! <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#authenticationRealm">
    <rdfs:comment>
      declares the authentication realm used by an endpoint

Index: wsdl20-rdf.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-rdf.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -C 2 -d -r1.40 -r1.41
*** wsdl20-rdf.html	10 Mar 2007 21:18:52 -0000	1.40
--- wsdl20-rdf.html	14 Mar 2007 16:55:30 -0000	1.41
***************
*** 30,41 ****
  <!--
  <dt>This version:</dt>
! <dd><a href='http://www.w3.org/TR/2006/WD-wsdl20-rdf-20060127/'>http://www.w3.org/TR/2005/WD-wsdl20-rdf-20060127/</a></dd>
  -->
  <dt>Latest version:</dt>
  <dd><a href='http://www.w3.org/TR/wsdl20-rdf/'>http://www.w3.org/TR/wsdl20-rdf/</a></dd>
- <!-- 
  <dt>Previous version:</dt>
! <dd><a href='http://www.w3.org/TR/2006/WD-wsdl20-rdf-20060327/'>http://www.w3.org/TR/2006/WD-wsdl20-rdf-20060327/</a></dd>
! -->
[...1661 lines suppressed...]
! 
! &lt;owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#authenticationScheme"&gt;
!   &lt;rdfs:comment&gt;
!     declares the authentication scheme used by an endpoint, by default "none"
!   &lt;/rdfs:comment&gt;
!   &lt;rdfs:range  rdf:resource="http://www.w3.org/2001/XMLSchema#string"/&gt;
! &lt;/owl:DatatypeProperty&gt;
! 
! &lt;owl:DatatypeProperty rdf:about="http://www.w3.org/ns/wsdl/http#authenticationRealm"&gt;
!   &lt;rdfs:comment&gt;
!     declares the authentication realm used by an endpoint
!   &lt;/rdfs:comment&gt;
!   &lt;rdfs:range  rdf:resource="http://www.w3.org/2001/XMLSchema#string"/&gt;
! &lt;/owl:DatatypeProperty&gt;
! 
! 
! &lt;/rdf:RDF&gt;
! 
  </pre>
  

Received on Wednesday, 14 March 2007 16:55:39 UTC