Definition Type: SimpleType
Name: heightRuleType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies how height (h) should be interpreted.
Collapse XSD Schema Diagram:
XSD Diagram of heightRuleType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="heightRuleType">
    <xsd:annotation>
        <xsd:documentation>Specifies how height (h) should be interpreted.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="auto">
            <xsd:annotation>
                <xsd:documentation>Height is automatically calculated.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="exact">
            <xsd:annotation>
                <xsd:documentation>Height should be the exact value specified.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="at-least">
            <xsd:annotation>
                <xsd:documentation>Height should be at least the value specified.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration auto
Enumeration exact
Enumeration at-least
Collapse Derivation Tree:
Collapse References:
W:h-rule, W:h-rule