<xsd:complexType name="onOffProperty">
<xsd:annotation>
<xsd:documentation>Defines a property with values of 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>