Definition Type: ComplexType
Name: CT_FFCheckBox
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into checked in schema wml_xsd Drilldown into default in schema wml_xsd Drilldown into sizeAuto in schema wml_xsd Drilldown into size in schema wml_xsdXSD Diagram of CT_FFCheckBox in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_FFCheckBox">
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="size" type="CT_HpsMeasure">
                <xsd:annotation>
                    <xsd:documentation>Checkbox Form Field Size</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sizeAuto" type="CT_OnOff">
                <xsd:annotation>
                    <xsd:documentation>Automatically Size Form Field</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="default" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Default Checkbox Form Field State</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="checked" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Checkbox Form Field State</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
size w:size (1) (1)
sizeAuto w:sizeAuto (1) (1)
default w:default 0 (1)
checked w:checked 0 (1)
Collapse Derivation Tree:
Collapse References:
w:checkBox