CARVIEW |
Select Language
HTTP/2 301
date: Wed, 08 Oct 2025 18:13:08 GMT
content-type: text/html; charset=iso-8859-1
location: https://www.w3.org/2002/ws/databinding/issues/51/
cf-ray: 98b79c4659cf860e-BLR
cache-control: max-age=21600
expires: Thu, 09 Oct 2025 00:13:08 GMT
x-backend: www-mirrors
x-request-id: 98b79c4659cf860e
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=hNxFglsNbE4Br7hqrdMtHmMdGKy4J.z6UPN_zNad2pI-1759947188-1.0.1.1-cnHmZMcp3Z4m8ffkDY7Zyj.PFTOT37RMkIQUL244r.l0C4lkrAnIOXx5hRdxUDCK60cOaEpz3itWZrQaohcylKRGftiOvreK_nWFJklFKj0; path=/; expires=Wed, 08-Oct-25 18:43:08 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
vary: Accept-Encoding
server: cloudflare
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Wed, 08 Oct 2025 18:13:09 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
content-location: Overview.html
last-modified: Thu, 12 Oct 2006 08:00:26 GMT
cache-control: max-age=21600
expires: Thu, 09 Oct 2025 00:13:09 GMT
vary: Accept-Encoding
x-backend: www-mirrors
x-request-id: 98b79c4b2e61860e
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: 98b79c4b2e61860e-BLR
alt-svc: h3=":443"; ma=86400
ISSUE-51 - Databinding
Databinding Issue Tracking
- Summary
- Issues:
- Actions:
- People/Users
- Products
- Resolutions
Generated by Tracker
- Version 1.3
- Version 1.3
ISSUE-51
attribute and element name clashes
- State:
- CLOSED
- Product:
- Advanced
- Raised by:
- Paul Downey
- Opened on:
- 2006-05-12
- Description:
The following schema caused a name clash in a Java databinding tool: <xs:complexType name="Product"> <xs:sequence> <xs:element name="name" type="xs:string"/> <xs:element name="inStock" type="xs:int"/> </xs:sequence> <xs:attribute name="name" type="xs:string" /> </xs:complexType> Should we advise against using the same names for elements and attributes directly under the same element in Basic patters?
- Related emails:
- ISSUE-51: attribute and element name clashes (from dean+cgi@w3.org on 2006-05-12)
- RE: ISSUE-51: attribute and element name clashes (from jon.calladine@bt.com on 2006-05-12)
- Minutes from XML Schema Patterns for Databinding F2F 22-23 May 2006 (from paul.downey@bt.com on 2006-06-02)
- Minutes: XML Schema Patterns for Databinding F2F 31st July - 1st August 2006 (from paul.downey@bt.com on 2006-08-01)
- ACTION-80: review ISSUES list against the edtodo list (from paul.downey@bt.com on 2006-10-12)
Related notes:
2006-08-01: Moved to advanced and closed following discussion at Apsley f2f. Note that we cannot easily write a pattern to detect this if type is extended with Attributes