CARVIEW |
Select Language
HTTP/2 200
date: Mon, 06 Oct 2025 19:40:19 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 20 Jul 2023 23:26:49 GMT
cache-control: max-age=2592000, public
expires: Wed, 05 Nov 2025 19:40:18 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98a7a1368bdbe9c3
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: MISS
set-cookie: __cf_bm=cKJUcdskVX5EGiOJwhIXU5GRkL2mpihXiA2V6vCBFXQ-1759779619-1.0.1.1-ahK4ulwbaAWBwrj0KuD28h0LKj3BTt4BvW4oO_hBsdFN6RnyES7OM6UPScgdmmttns3gVI3D3iy4OST5bl9HUdljTjgL0XiPghK8D8O0N1s; path=/; expires=Mon, 06-Oct-25 20:10:19 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98a7a1368bdbe9c3-BLR
alt-svc: h3=":443"; ma=86400
proposal for consistifying @name attrs from Sanjiva Weerawarana on 2004-03-11 (www-ws-desc@w3.org from March 2004)
proposal for consistifying @name attrs
- From: Sanjiva Weerawarana <sanjiva@watson.ibm.com>
- Date: Thu, 11 Mar 2004 22:21:35 +0600
- To: <www-ws-desc@w3.org>
- Message-ID: <0c5601c40784$f3461370$c8d418ac@watson.ibm.com>
Glen and I were tasked with coming up with a proposal to consistify @name attributes. The attribute @name is used currently for identifying things (at declaration time) as well as to refer to things. Here are some points (borrowed shamelessly from Glen's email to me without permission .. dude ain't here right now): * <binding> has an interface= attribute which references interface. This seems OK to me as is. * binding <operation> references interface operations. I'd say s/name/ref/ here. * binding <fault> references fault names. s/name/ref/ * service uses interface=, which I also think is fine. * endpoint uses binding=, which seems OK too. So only two minor changes to make things consistent: when referring to operations or faults inside bindings, use @ref instead of @name. Simple, no? Sanjiva.
Received on Thursday, 11 March 2004 11:22:24 UTC