2.4.2.35 xctname

All controls MUST contain the xctname attribute in their XSLT representation.

The value of this attribute MUST be one of the values in the following table for built-in control.

Control

"xctname" value

Button (section 2.4.1.5)

Button

Check box (section 2.4.1.6)

CheckBox

Date picker (section 2.4.1.8)

DTPicker (specifies the date picker control)

DTPicker_DTButton (specifies the date picker button in the date picker control)

DTPicker_DTText (specifies the editable text field in the date picker control)

Drop-down list box (section 2.4.1.9)

DropDown

Expression box (section 2.4.1.10)

ExpressionBox

File attachment (section 2.4.1.11)

FileAttachment

Hyperlink (section 2.4.1.12)

Hyperlink

List box (section 2.4.1.13)

ListBox

Option button (section 2.4.1.14)

OptionButton

Optional section (section 2.4.1.18)

Section

Repeating section (section 2.4.1.15)

RepeatingSection

Repeating table (section 2.4.1.16)

RepeatingTable

Rich text box (section 2.4.1.17)

RichText

Section (section 2.4.1.18)

Section

Text box (section 2.4.1.20)

PlainText

For custom controls, the value of the xctname attribute MUST be the control's class identifier (CLSID), and MUST follow this structure:

 {{clsid}}

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

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