<xsd:complexType name="CT_Ruby">
<xsd:sequence>
<xsd:element name="rubyPr" type="CT_RubyPr">
<xsd:annotation>
<xsd:documentation>Phonetic Guide Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rt" type="CT_RubyContent">
<xsd:annotation>
<xsd:documentation>Phonetic Guide Text</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rubyBase" type="CT_RubyContent">
<xsd:annotation>
<xsd:documentation>Phonetic Guide Base Text</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|