2.4.2.27 offValue

Check box controls (section 2.4.1.6) MUST contain the offValue attribute in their XSLT representation if the onValue attribute (section 2.4.2.28) is unspecified.

Check box controls can contain the offValue 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 the offValue attribute MUST be a value that is valid for the XML field's data type.

The value of this attribute MUST be set to 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"/>