<xsd:complexType name="rubyPrElt">
<xsd:annotation>
<xsd:documentation>Defines the properties specific to ruby text (Asian Layout option).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="rubyAlign" type="rubyAlignProperty">
<xsd:annotation>
<xsd:documentation>Represents the alignment for ruby text (Asian Layout option)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hps" type="hpsMeasureProperty">
<xsd:annotation>
<xsd:documentation>Represents the size of ruby text (Asian Layout option).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hpsRaise" type="hpsMeasureProperty">
<xsd:annotation>
<xsd:documentation>Represents the distance from the base text and the ruby text (Asian Layout option).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hpsBaseText" type="hpsMeasureProperty">
<xsd:annotation>
<xsd:documentation>Represents the size of the base text.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lid" type="langProperty">
<xsd:annotation>
<xsd:documentation>Represents the language ID for the ruby text (Asian Layout option).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|