Defines the phonetic guide text (the ruby text) (Asian Layout option).
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
| Element | Description | 
|---|---|
| r | Represents a run element. This is the leaf container for data in a document -- text, pictures, and so on. | 
None.
      
<xsd:complexType name="rubyContentType" >
  <xsd:choice minOccurs="1" maxOccurs="unbounded">
    <xsd:element name="r" type="rElt">
    </xsd:element>
    <xsd:group ref="runLevelElts"></xsd:group>
  </xsd:choice>
</xsd:complexType>