Definition Type: ComplexType
Name: rubyPrElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the properties specific to ruby text (Asian Layout option).
Collapse XSD Schema Diagram:
Drilldown into lid in schema wordnet_xsd Drilldown into hpsBaseText in schema wordnet_xsd Drilldown into hpsRaise in schema wordnet_xsd Drilldown into hps in schema wordnet_xsd Drilldown into rubyAlign in schema wordnet_xsdXSD Diagram of rubyPrElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="rubyPrElt">
    <xsd:annotation>
        <xsd:documentation>Defines the properties specific to ruby text (Asian Layout option).</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="rubyAlign" type="rubyAlignProperty">
            <xsd:annotation>
                <xsd:documentation>Represents the alignment for ruby text (Asian Layout option)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="hps" type="hpsMeasureProperty">
            <xsd:annotation>
                <xsd:documentation>Represents the size of ruby text (Asian Layout option).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="hpsRaise" type="hpsMeasureProperty">
            <xsd:annotation>
                <xsd:documentation>Represents the distance from the base text and the ruby text (Asian Layout option).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="hpsBaseText" type="hpsMeasureProperty">
            <xsd:annotation>
                <xsd:documentation>Represents the size of the base text.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lid" type="langProperty">
            <xsd:annotation>
                <xsd:documentation>Represents the language ID for the ruby text (Asian Layout option).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rubyAlign W:rubyAlign (1) (1)
hps W:hps (1) (1)
hpsRaise W:hpsRaise (1) (1)
hpsBaseText W:hpsBaseText (1) (1)
lid W:lid (1) (1)
Collapse Derivation Tree:
Collapse References:
W:rubyPr