<xsd:complexType name="CT_RubyPr">
<xsd:sequence>
<xsd:element name="rubyAlign" type="CT_RubyAlign">
<xsd:annotation>
<xsd:documentation>Phonetic Guide Text Alignment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hps" type="CT_HpsMeasure">
<xsd:annotation>
<xsd:documentation>Phonetic Guide Text Font Size</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hpsRaise" type="CT_HpsMeasure">
<xsd:annotation>
<xsd:documentation>Distance Between Phonetic Guide Text and Phonetic Guide Base Text</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hpsBaseText" type="CT_HpsMeasure">
<xsd:annotation>
<xsd:documentation>Phonetic Guide Base Text Font Size</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lid" type="CT_Lang">
<xsd:annotation>
<xsd:documentation>Language ID for Phonetic Guide</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dirty" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Invalidated Field Cache</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|