Defines a property consisting of a value that is 'on' or 'off.'
| Namespace | http://schemas.microsoft.com/office/word/2003/auxHint | 
| Schema name | Auxiliary XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | onOffType | optional | Gets or sets the Boolean value of either 'on' or 'off.'. | 
 | 
      
<xsd:complexType name="onOffProperty" >
  <xsd:attribute name="val" type="onOffType" default="on">
  </xsd:attribute>
</xsd:complexType>