<xsd:complexType name="rubyContentType">
<xsd:annotation>
<xsd:documentation>Defines the phonetic guide text (the ruby text) (Asian Layout option).</xsd:documentation>
</xsd:annotation>
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="r" type="rElt">
<xsd:annotation>
<xsd:documentation>Represents a run element. This is the leaf container for data in a document -- text, pictures, and so on.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="runLevelElts">
</xsd:group>
</xsd:choice>
</xsd:complexType>
|