- From: Jacek Kopecky via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 May 2006 19:47:37 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv3252
Modified Files:
wsdl20.rdf
Log Message:
a few fixes
Index: wsdl20.rdf
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.rdf,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** wsdl20.rdf 8 May 2006 02:26:17 -0000 1.8
--- wsdl20.rdf 8 May 2006 19:47:35 -0000 1.9
***************
*** 33,37 ****
-->
! <!-- todo maybe rename properties to verbs and adjectives? -->
<!-- todo modularization again? RH
--- 33,40 ----
-->
! <!-- todo maybe rename properties to verbs and adjectives?
! rename properties, make them more specific (split them) RH
! maybe one property from all binding things to all interface things?
! RH: wsdl:realizes -->
<!-- todo modularization again? RH
***************
*** 40,48 ****
-->
- <!-- todo rename properties, make them more specific (split them) RH -->
-
- <!-- todo maybe one property from all binding things to all interface things?
- RH: wsdl:realizes -->
-
<!-- todo maybe reuse rdf/rdfs/owl/dc commenting property instead of
documentation? RH -->
--- 43,46 ----
***************
*** 593,596 ****
--- 591,598 ----
</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>
***************
*** 642,646 ****
</owl:DatatypeProperty>
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#header">
<rdfs:range rdf:resource="http://www.w3.org/2006/01/wsdl/http#HTTPHeader"/>
</owl:ObjectProperty>
--- 644,652 ----
</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>
***************
*** 665,675 ****
</owl:DatatypeProperty>
- <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#errorReason">
- <rdfs:comment>
- declares the error reason phrase that a fault will return
- </rdfs:comment>
- <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
- </owl:DatatypeProperty>
-
<owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#defaultTransferCoding">
<rdfs:comment>
--- 671,674 ----
***************
*** 691,697 ****
</owl:Class>
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#authenticationType">
<rdfs:comment>
! declares the authentication type used by an endpoint, by default "none"
</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
--- 690,696 ----
</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"
</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
Received on Monday, 8 May 2006 19:47:50 UTC