2.3.13 ST_UniqueID (Custom Control ID)

Specifies a custom control identifier.

This simple type's contents are a restriction of the XML schema identifier 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 1024 characters.

Referenced By

box@id (section 2.2.1); button@id (section 2.2.2); button@id (section 2.2.3); button@id (section 2.2.4); buttonGroup@id (section 2.2.5); checkBox@id (section 2.2.6); comboBox@id (section 2.2.7); control@id (section 2.2.12); control@id (section 2.2.11); dropDown@id (section 2.2.17); dynamicMenu@id (section 2.2.19); dynamicMenu@id (section 2.2.18); editBox@id (section 2.2.20); gallery@id (section 2.2.21); gallery@id (section 2.2.22); group@id (section 2.2.23); item@id (section 2.2.24); labelControl@id (section 2.2.25); menu@id (section 2.2.28); menu@id (section 2.2.26); menu@id (section 2.2.27); menuSeparator@id (section 2.2.30); separator@id (section 2.2.34); splitButton@id (section 2.2.38); splitButton@id (section 2.2.36); splitButton@id (section 2.2.37); tab@id (section 2.2.39); toggleButton@id (section 2.2.43); toggleButton@id (section 2.2.42); toggleButton@id (section 2.2.44)

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

 <xsd:simpleType name="ST_UniqueID">
    <xsd:restriction base="xsd:identifier">
    <xsd:minLength value="1"/>
    <xsd:maxLength value="1024"/>
    </xsd:restriction>
 </xsd:simpleType>