ruby.content

Complex Type Information

Model

Children: a, fontstyle, phrase, special

Used By

Elements rb, rt

Source

<xs:complexType name="ruby.content" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="a"/>
    <xs:element ref="special"/>
    <xs:element ref="fontstyle"/>
    <xs:element ref="phrase"/>
  </xs:choice>
</xs:complexType>