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