<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>
|