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:
  1. ISSUE-56: string restricted with minLength and maxLength facets (from dean+cgi@w3.org on 2006-05-23)
  2. Minutes from XML Schema Patterns for Databinding F2F 22-23 May 2006 (from paul.downey@bt.com on 2006-06-02)
  3. Minutes: XML Schema Patterns for Databinding F2F 31st July - 1st August 2006 (from paul.downey@bt.com on 2006-08-01)
  4. Agenda: XML Schema Patterns for Databinding Telcon 8 August 2006 (from paul.downey@bt.com on 2006-08-07)
  5. Agenda: XML Schema Patterns for Databinding Telcon 22 August 2006 (from paul.downey@bt.com on 2006-08-21)
  6. Agenda: XML Schema Patterns for Databinding Telcon 5 September 2006 (from paul.downey@bt.com on 2006-09-03)
  7. 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