CARVIEW |
Select Language
HTTP/2 301
date: Thu, 09 Oct 2025 18:39:59 GMT
content-type: text/html; charset=iso-8859-1
location: https://www.w3.org/2002/ws/databinding/issues/46/
cf-ray: 98c000f9786675e9-BLR
cache-control: max-age=21600
expires: Fri, 10 Oct 2025 00:39:59 GMT
x-backend: www-mirrors
x-request-id: 98c000f9786675e9
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: EXPIRED
set-cookie: __cf_bm=c8TrynIYX2dpyHHZynCh7.cA4QqczuOyNkxiWTxMUDk-1760035199-1.0.1.1-r24y88cuVSiL2B7ZqQAEeTvAHO8qI6dn_HM05q3rMSiBlsOKfSVimnhAhYXqZHLO25ynCW4Ni7j8QK1aYsYy4T15GKJx2g1RtdibMp8_LM0; path=/; expires=Thu, 09-Oct-25 19:09:59 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
vary: Accept-Encoding
server: cloudflare
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Thu, 09 Oct 2025 18:39:59 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
content-location: Overview.html
last-modified: Sat, 07 Oct 2006 21:00:18 GMT
cache-control: max-age=21600
expires: Fri, 10 Oct 2025 00:39:59 GMT
vary: Accept-Encoding
x-backend: www-mirrors
x-request-id: 98c000fb4a1d75e9
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: BYPASS
server: cloudflare
cf-ray: 98c000fb4a1d75e9-BLR
alt-svc: h3=":443"; ma=86400
ISSUE-46 - Databinding
Databinding Issue Tracking
- Summary
- Issues:
- Actions:
- People/Users
- Products
- Resolutions
Generated by Tracker
- Version 1.3
- Version 1.3
ISSUE-46
fixed value attributes
- State:
- CLOSED
- Product:
- Basic
- Raised by:
- Paul Downey
- Opened on:
- 2006-05-05
- Description:
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.
- Related emails:
- ISSUE-46: fixed value attributes (from dean+cgi@w3.org on 2006-05-05)
- Agenda: XML Schema Patterns for Databinding Telcon 8 August 2006 (from paul.downey@bt.com on 2006-08-07)
- Agenda: XML Schema Patterns for Databinding Telcon 22 August 2006 (from paul.downey@bt.com on 2006-08-21)
- Agenda: XML Schema Patterns for Databinding Telcon 5 September 2006 (from paul.downey@bt.com on 2006-09-03)
- Minutes: XML Schema Patterns for Databinding F2F 5th-6th October 2006 (from paul.downey@bt.com on 2006-10-07)
Related notes:
2006-10-05: closed as a Basic pattern, it works with tools and allows developers to do the right thing, but in many tools doesn't populate the property with a default value or fix the value.