CARVIEW |
Select Language
HTTP/2 301
date: Fri, 10 Oct 2025 00:28:25 GMT
content-type: text/html; charset=iso-8859-1
location: https://www.w3.org/2002/ws/databinding/issues/56/
cf-ray: 98c1ff5d4f0fd3d4-BLR
cache-control: max-age=21600
expires: Fri, 10 Oct 2025 06:28:25 GMT
x-backend: www-mirrors
x-request-id: 98c1ff5d4f0fd3d4
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=WjgGxrHFrQS3SOv_7TKOnAEESokCzPGFwH8pYPbSfOA-1760056105-1.0.1.1-87gt0U09jJyBXrUqKeKHS.X2gxnWP8.H0.wwgt8.1dHm21fvp2y_vVHY33Re1ppNXdBgzwEp4Z.VphO.sFJexb8SmqQ_r18aEgHzTDfs1_g; path=/; expires=Fri, 10-Oct-25 00:58:25 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 00:28:26 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 06:28:25 GMT
vary: Accept-Encoding
x-backend: www-mirrors
x-request-id: 98c1ff6228f5d3d4
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: 98c1ff6228f5d3d4-BLR
alt-svc: h3=":443"; ma=86400
ISSUE-56 - Databinding
Databinding Issue Tracking
- Summary
- Issues:
- Actions:
- People/Users
- Products
- Resolutions
Generated by Tracker
- Version 1.3
- Version 1.3
ISSUE-56
simpleType string restricted with minLength and maxLength facets
- State:
- CLOSED
- Product:
- Advanced
- Raised by:
- George Cowe
- Opened on:
- 2006-05-23
- Description:
We use the following pattern in our schemas: """ <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="25"/> </xs:restriction> </xs:simpleType> """
- Related emails:
- ISSUE-56: string restricted with minLength and maxLength facets (from dean+cgi@w3.org on 2006-05-23)
- 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)
- 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-08-01: Separate patterns added to cover minLength and maxLength usage. Examples will be give that exercise each individualy and in combination.
2006-10-05: barfs in SOAP4r