TextGroup

2 texts may not imply a new paragraph. It can be part of a sentence, a
whole sentence. Text can be used to stress or differentiate some part of the text in a
paragraph.

Element Group Information

Model

Children: Text, Texts

Used By

Element Texts
Element Group ParagraphContentGroup

Source

<xs:group name="TextGroup">
  <xs:annotation>
    <xs:documentation>2 texts may not imply a new paragraph. It can be part of a sentence, a whole sentence. Text can be used to stress or differentiate some part of the text in a paragraph.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Text"/>
    <xs:element ref="Texts"/>
  </xs:choice>
</xs:group>