2.4.2.14 enabledValue

Custom controls MAY contain the enabledValue attribute in their XSLT representation.

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

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

  • true: Enables the custom control using the enabledProperty (section 2.4.2.13).

  • false: Enable the custom control using the enabledProperty.

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

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