2.4.2.27 offValue

The offValue attribute is applicable to a check box control, as specified in section 2.3.1.2. Inclusion of this attribute is based on the onValue attribute, as specified in section 2.4.2.28, as follows:

  • Check box controls MUST contain this attribute in their XSLT representation if the onValue attribute is unspecified.

  • Check box controls MAY contain this attribute in their XSLT representation if the onValue attribute is specified.

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

The value of this attribute MUST be a value that is valid for the XML field's data type.

The value of this attribute MUST be a different string value than the string value specified for the onValue attribute.

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

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