CARVIEW |
Select Language
HTTP/2 301
date: Fri, 10 Oct 2025 05:53:21 GMT
content-type: text/html; charset=ISO-8859-1
location: https://lists.w3.org/Archives/Public/public-xsd-databinding/2006May/0011.html
cf-ray: 98c3db592fd46f7a-BLR
cache-control: max-age=21600
expires: Fri, 10 Oct 2025 11:53:21 GMT
x-backend: www-mirrors
x-request-id: 98c3db592fd46f7a
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: MISS
set-cookie: __cf_bm=g_OGlR9dCeZ1uahakXAor0DfK4N.2e_fkmE2efdZSro-1760075601-1.0.1.1-LkDccH5.aZK7U5oVQ8WZumYiRkWT0mBLLYt2n_fYic3MJdv_R3ysRlGNoANhkGwAZpC7OpSBa4LglIHNVCZKknHYoZ1_8GStG03vD3ItZB0; path=/; expires=Fri, 10-Oct-25 06:23:21 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
vary: Accept-Encoding
server: cloudflare
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Fri, 10 Oct 2025 05:53:22 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 18:33:33 GMT
cache-control: max-age=2592000, public
expires: Sun, 09 Nov 2025 01:14:55 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98c2437d6caa9a83
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
server: cloudflare
cf-ray: 98c3db5ecf5ccf00-BLR
alt-svc: h3=":443"; ma=86400
ISSUE-46: fixed value attributes from Databinding Issue Tracker on 2006-05-05 (public-xsd-databinding@w3.org from May 2006)
ISSUE-46: fixed value attributes
- From: Databinding Issue Tracker <dean+cgi@w3.org>
- Date: Fri, 5 May 2006 07:49:35 +0000 (GMT)
- To: public-xsd-databinding@w3.org
- Message-Id: <20060505074935.C780447BA1@mojo.w3.org>
ISSUE-46: fixed value attributes https://www.w3.org/2005/06/tracker/databinding/issues/46 Raised by: Paul Downey On product: Basic I've seen the following pattern in several vertical schemas: <xs:attribute fixed="..." /> Databindings generated from this pattern typically generate a property with the 'fixed' value assigned as a default value. No validation takes place at runtime and the application is able to assert (and therefore send) different values. I'm wondering if our advice for the fixed length of an array (ISSUE-32) applies here - that in general databinding tools don't perform validation. This seems to be also related to ISSUE-13/ISSUE-14.
Received on Friday, 5 May 2006 07:49:43 UTC