- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Jun 2009 13:13:39 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv30894
Modified Files:
wst.html wst.xml
Log Message:
per Gil's suggestion
Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- wst.xml 12 Jun 2009 03:24:09 -0000 1.39
+++ wst.xml 14 Jun 2009 13:13:36 -0000 1.40
@@ -637,17 +637,17 @@
<p>
Implementations MAY use the fault code wst:InvalidRepresentation if
the presented representation is invalid for the target resource. The
- replacement representation may be considered to be invalid if it does
- not conform to the schema(s) for the target resource or otherwise
+ replacement representation could be considered to be invalid if it
+ does not conform to the schema(s) for the target resource or otherwise
violates some cardinality or type constraint. If an implementation
detects that the presented representation is invalid it MUST generate
a wst:InvalidRepresentation fault.
</p>
<p>
- The replacement representation may contain within it element or
+ The replacement representation could contain within it element or
attribute values that are different than their corresponding values in
- the current representation. Such changes may affect elements or
+ the current representation. Such changes could affect elements or
attributes that, for whatever reason, the implementation does wish to
allow the client to change. An implementation MAY choose to ignore
such elements or attributes, or it MAY generate a wst:PutDenied
Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- wst.html 12 Jun 2009 03:24:09 -0000 1.43
+++ wst.html 14 Jun 2009 13:13:36 -0000 1.44
@@ -341,15 +341,15 @@
</p><p>
Implementations MAY use the fault code wst:InvalidRepresentation if
the presented representation is invalid for the target resource. The
- replacement representation may be considered to be invalid if it does
- not conform to the schema(s) for the target resource or otherwise
+ replacement representation could be considered to be invalid if it
+ does not conform to the schema(s) for the target resource or otherwise
violates some cardinality or type constraint. If an implementation
detects that the presented representation is invalid it MUST generate
a wst:InvalidRepresentation fault.
</p><p>
- The replacement representation may contain within it element or
+ The replacement representation could contain within it element or
attribute values that are different than their corresponding values in
- the current representation. Such changes may affect elements or
+ the current representation. Such changes could affect elements or
attributes that, for whatever reason, the implementation does wish to
allow the client to change. An implementation MAY choose to ignore
such elements or attributes, or it MAY generate a wst:PutDenied
Received on Sunday, 14 June 2009 13:13:44 UTC