2.4.2.29 postbackModel

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

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

The value of this attribute MUST be one of the following:

  • always: Send data to the form server when the XML field value in the control is changed.

  • auto: Dependent on protocol server implementation. Send data to the form server when the XML field value in the control is changed only if the protocol server implementation requires it.

  • never: Never send data to the form server when the XML field value in the control is changed.

If the postbackModel attribute is unspecified, the behavior MUST be the same as an attribute value of "auto".

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

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