<xsd:complexType name="rubyElt">
<xsd:annotation>
<xsd:documentation>Defines a run of data in a document.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="rubyPr" type="rubyPrElt">
<xsd:annotation>
<xsd:documentation>Represents these are the properties specific to ruby text (Asian Layout option).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rt" type="rubyContentType">
<xsd:annotation>
<xsd:documentation>Represents the phonetic guide text (the ruby text) -- Asian Layout option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rubyBase" type="rubyContentType">
<xsd:annotation>
<xsd:documentation>Represents the base text of the ruby text (Asian Layout option).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|