2.3.12 ST_StringLength (String Length)

Specifies the length of a string, in characters.

This simple type's contents are a restriction of the XML schema positiveInteger datatype.

This simple type also specifies the following restrictions:

§ This simple type has a minimum value of greater than or equal to 1.

§ This simple type has a maximum value of less than or equal to 1024.

Referenced By

comboBox@maxLength (section 2.2.7); editBox@maxLength (section 2.2.20)

The following XML schema fragment defines the contents of this simple type:

 <xsd:simpleType name="ST_StringLength">
    <xsd:restriction base="xsd:positiveInteger">
    <xsd:minInclusive value="1"/>
    <xsd:maxInclusive value="1024"/>
    </xsd:restriction>
 </xsd:simpleType>