Defines a property with values of on or off.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | 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>