2.4.2.9 boundProp

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

The following controls can contain the boundProp attribute in their XSLT representation:

All other controls MUST NOT contain this attribute in their XSLT representations.

The value of the boundProp attribute for the multiple-selection list box control MUST be set as specified in the following table.

xctname value

Constraints

Value

Description

"CheckBox"

None

xd:value

Indicates the xd:value XSLT attribute contains the XML field from which the control reads and writes data.

"PlainText"

The control supports custom values and data formatting.

xd:num

Indicates the xd:num XSLT attribute contains the XML field from which the control reads and writes data.

"multiselectlistbox"

The control populates options from a data source.

value

Indicates the value XSLT attribute contains the XML field from which the control reads and writes data.

"multiselectlistbox"

The options are specified by the form template designer and the control supports custom values and data formatting.

xdnum

Indicates the xd:num XSLT attribute contains the XML field from which the control reads and writes data.

For all other cases, the multiple-selection list box control MUST NOT contain this attribute.

The value of the boundProp attribute for all other controls MUST be set as specified in the following table.

Value

Description

Controls

empty string

This value is associated with a client-only feature and MUST be ignored by the form server.

Embedded picture

"href"

This value is associated with a client-only feature and MUST be ignored by the form server.

Hyperlink input

"src"

This value is associated with a client-only feature and MUST be ignored by the form server.

Linked picture

"value"

Indicates the value XSLT attribute contains the XML field from which the control reads and writes data.

Drop-down list box

List box

Combo box

"xdInkData"

This value is associated with a client-only feature and MUST be ignored by the form server.

"xd:inline"

Indicates that the XML field (3) from which the control reads and writes data is inline in the control's XSLT.

Contact selector

External item picker

File attachment

"xd:num"

Indicates that the xd:num XSLT attribute contains the XML field from which the control reads and writes data.

Date picker

Text box

"xd:value"

Indicates that the xd:value XSLT attribute contains the XML field from which the control reads and writes data.

Check box

Option button

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

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