ISSUE-56: string restricted with minLength and maxLength facets

ISSUE-56: string restricted with minLength and maxLength facets

http://www.w3.org/2005/06/tracker/databinding/issues/56

Raised by: George Cowe
On product: Basic

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>
"""

Received on Tuesday, 23 May 2006 11:08:17 UTC