2.3.8 ST_LongString (Long String)
Specifies a string that can have an extended length.
This simple type's contents are a restriction of the XML schema string datatype.
This simple type also specifies the following restrictions:
-
§ This simple type's contents have a minimum length of 1 character.
-
§ This simple type's contents have a maximum length of 4096 characters.
Referenced By |
---|
button@description (section 2.2.2); button@description (section 2.2.3); button@description (section 2.2.4); checkBox@description (section 2.2.6); control@description (section 2.2.12); control@description (section 2.2.13); dynamicMenu@description (section 2.2.19); dynamicMenu@description (section 2.2.18); gallery@description (section 2.2.21); gallery@description (section 2.2.22); menu@description (section 2.2.28); menu@description (section 2.2.26); toggleButton@description (section 2.2.43); toggleButton@description (section 2.2.42); toggleButton@description (section 2.2.44) |
The following XML schema fragment defines the contents of this simple type:
-
<xsd:simpleType name="ST_LongString"> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="4096"/> </xsd:restriction> </xsd:simpleType>