ParagraphGroup

Contrary to a Text, a new paragraph is started with each new Paragraph
element

Element Group Information

Model

Used By

Element Paragraphs
Element Group ParagraphContentGroup

Source

<xs:group name="ParagraphGroup">
  <xs:annotation>
    <xs:documentation>Contrary to a Text, a new paragraph is started with each new Paragraph element</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or Many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Paragraph"/>
    <xs:element ref="Paragraphs"/>
  </xs:choice>
</xs:group>