Definition Type: ComplexType
Name: heightProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a property that uses a height value.
Collapse XSD Schema Diagram:
Drilldown into h-rule in schema wordnet_xsd Drilldown into val in schema wordnet_xsdXSD Diagram of heightProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="heightProperty">
    <xsd:annotation>
        <xsd:documentation>Defines a property that uses a height value.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="twipsMeasureType" default="0">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the height value.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="h-rule" type="heightRuleType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the rule that determines how to use the height value.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val W:val 0 (Optional)
h-rule W:h-rule (Optional)
Collapse Derivation Tree:
Collapse References:
W:trHeight