Definition Type: ComplexType
Name: onOffProperty
Namespace: http://schemas.microsoft.com/office/word/2003/auxHint
Containing Schema: wordnetaux.xsd
Abstract
Documentation:
Defines a property consisting of a value that is 'on' or 'off.'
Collapse XSD Schema Diagram:
Drilldown into val in schema wordnetaux_xsdXSD Diagram of onOffProperty in schema wordnetaux_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="onOffProperty">
    <xsd:annotation>
        <xsd:documentation>Defines a property consisting of a value that is 'on' or 'off.'</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="onOffType" default="on">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the Boolean value of either 'on' or 'off.'.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val wx:val on (Optional)