2.4.2.9 boundProp

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

The following controls MAY contain this attribute in their XSLT representation:

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

The value of the boundProp attribute MUST be one of the values specified in the following table.

Value

Description

Controls

"src"

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

"value"

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

Drop-down list

List 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, from which the control reads and writes data, is inline in the control's XSLT.

Custom controls

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"/>