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