2.4.2.10 CtrlId

The following controls MUST contain the CtrlId attribute in their XSLT representation:

Hyperlink controls (section 2.4.1.12) can contain this attribute in their XSLT representation.

The value of the CtrlId attribute MUST range from 1 through 255 characters, MUST begin with an alphabetic character and MUST contain only alphanumeric and underscore characters.

The value of this attribute SHOULD be unique for each button control and picture button control in the form.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="CtrlId" type="xsd:string"/>