CARVIEW |
Select Language
HTTP/2 301
date: Fri, 10 Oct 2025 14:17:02 GMT
content-type: text/html; charset=iso-8859-1
location: https://www.w3.org/2002/ws/databinding/issues/20/
cf-ray: 98c6bd2abb7fcb77-BLR
cache-control: max-age=21600
expires: Fri, 10 Oct 2025 20:17:02 GMT
x-backend: www-mirrors
x-request-id: 98c6bd2abb7fcb77
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=y_opnClKu6VCQAY6DRBcFqatOCu3gyY5jN9C4TXZAb4-1760105822-1.0.1.1-yQQqCitCW4ujy1PMD3OO0J2FX0Ycie9VUx6uyjnPxMwb2OYiVpdkLwgo3uPfTeF9rsYW7YnbVaNfh7Ae6VB5FbzNgh8sSLxgzbONlnzXgqo; path=/; expires=Fri, 10-Oct-25 14:47:02 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 14:17:03 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
content-location: Overview.html
last-modified: Sat, 07 Oct 2006 21:00:17 GMT
cache-control: max-age=21600
expires: Fri, 10 Oct 2025 20:17:03 GMT
vary: Accept-Encoding
x-backend: www-mirrors
x-request-id: 98c6bd2cede5cb77
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: 98c6bd2cede5cb77-BLR
alt-svc: h3=":443"; ma=86400
ISSUE-20 - Databinding
Databinding Issue Tracking
- Summary
- Issues:
- Actions:
- People/Users
- Products
- Resolutions
Generated by Tracker
- Version 1.3
- Version 1.3
ISSUE-20
Extension of collections
- State:
- CLOSED
- Product:
- Advanced
- Raised by:
- Paul Downey
- Opened on:
- 2006-02-21
- Description:
The input document offers the following pattern for a collection which is open to extension, thereby being useful when evolving or extending a schema during versioning: """ <xs:complexType name="CustomerType"> <xs:sequence> <xs:element name="firstName" type="xs:string" /> <xs:element name="lastName" type="xs:string" /> <xs:element name="extension" type="tns:CustomerExtensionType" minOccurs="0" /> </xs:sequence> <xs:anyAttribute/> </xs:complexType> <xs:complexType name="CustomerExtensionType"> <xs:sequence> <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##targetNamespace"/> </xs:sequence> </xs:complexType> """ How well is this pattern supported by tools - does it belong in the Basic patterns document? Are there authoring issues with this pattern we should warn about?
- Related emails:
- ISSUE-20: Extension of collections (from dean+cgi@w3.org on 2006-02-21)
- Re: ISSUE-20: Extension of collections (from edday@obj-sys.com on 2006-02-21)
- Re: ISSUE-20: Extension of collections (from petexmldev@tech-know-ware.com on 2006-02-22)
- Re: ISSUE-20: Extension of collections (from petexmldev@tech-know-ware.com on 2006-02-22)
- RE: ISSUE-20: Extension of collections (from paul.downey@bt.com on 2006-02-22)
- Re: ISSUE-20: Extension of collections (from petexmldev@tech-know-ware.com on 2006-02-22)
- RE: ISSUE-20: Extension of collections (from erikj@epicor.com on 2006-02-22)
- RE: ISSUE-20: Extension of collections (from paul.downey@bt.com on 2006-02-22)
- Minutes from XML Schema Patterns for Databinding call 21 February 2006 (from paul.downey@bt.com on 2006-02-22)
- Agenda: XML Schema Patterns for Databinding F2F 27-28 February 2006 (from paul.downey@bt.com on 2006-02-22)
- Revised Agenda: XML Schema Patterns for Databinding F2F 27-28 February 2006 (from paul.downey@bt.com on 2006-02-27)
- Minutes from XML Schema Patterns for Databinding F2F 27-28 Feb 2006 (from paul.downey@bt.com on 2006-03-12)
- Re: Minutes from XML Schema Patterns for Databinding F2F 27-28 Feb 2006 (from petexmldev@tech-know-ware.com on 2006-03-13)
- ISSUE-38: xs:any processContents value of \\'skip\\' (from dean+cgi@w3.org on 2006-04-25)
- Re: ISSUE-38: xs:any processContents value of \\'skip\\' (from Paul.V.Biron@kp.org on 2006-04-26)
- Re: ISSUE-38: xs:any processContents value of \\'skip\\' (from petexmldev@tech-know-ware.com on 2006-04-26)
- Agenda: XML Schema Patterns for Databinding Telcon 8 August 2006 (from paul.downey@bt.com on 2006-08-07)
- Minutes: XML Schema Patterns for Databinding Telcon 8 August 2006 (from paul.downey@bt.com on 2006-08-08)
- 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 Advanced