Definition Type: Group
Name: runLevelElts
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Collapse XSD Schema Diagram:
Drilldown into permEnd in schema wordnet_xsd Drilldown into permStart in schema wordnet_xsd Drilldown into proofErr in schema wordnet_xsdXSD Diagram of runLevelElts in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:group name="runLevelElts">
    <xsd:choice>
        <xsd:element name="proofErr" minOccurs="0" type="proofErrElt">
            <xsd:annotation>
                <xsd:documentation>Represents the state of the proofing tools (grammar, spelling, and so on).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="permStart" minOccurs="0" type="permStartElt">
            <xsd:annotation>
                <xsd:documentation>Represents the range protection permission start.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="permEnd" minOccurs="0" type="permElt">
            <xsd:annotation>
                <xsd:documentation>Represents the range protection permission end.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
proofErr W:proofErr 0 (1)
permStart W:permStart 0 (1)
permEnd W:permEnd 0 (1)