CT_RPR

Complex Type Information

Model

Children: aln, brk, lit, nor, scr, sty

Used By

Element CT_R/rPr

Source

<xsd:complexType name="CT_RPR">
  <xsd:sequence>
    <xsd:element name="lit" minOccurs="0" type="CT_OnOff"/>
    <xsd:choice>
      <xsd:element name="nor" minOccurs="0" type="CT_OnOff"/>
      <xsd:sequence>
        <xsd:group ref="EG_ScriptStyle"/>
      </xsd:sequence>
    </xsd:choice>
    <xsd:element name="brk" minOccurs="0" type="CT_ManualBreak"/>
    <xsd:element name="aln" minOccurs="0" type="CT_OnOff"/>
  </xsd:sequence>
</xsd:complexType>