2.4.2.8 bindingType

Contact selector controls (section 2.3.1.3) and external item picker controls (section 2.3.2.4) MUST contain the bindingType attribute in their XSLT representation.

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

Contact selector and external item picker controls use the bindingType attribute to determine how to read and write data in and out of the control.

The value of this attribute MUST be the following:

  • xmlnode: Specifies an XML node data format.

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

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