ParagraphContentGroup

************************************** A paragraph can contain a
multitude of embedded paragraphs directly or via URLs and other medias in whatever order
**************************************

Element Group Information

Model

Used By

Source

<xs:group name="ParagraphContentGroup">
  <xs:annotation>
    <xs:documentation>************************************** A paragraph can contain a multitude of embedded paragraphs directly or via URLs and other medias in whatever order **************************************</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>************************************** A paragraph can contain a multitude of embedded paragraphs directly or via URLs and other medias in whatever order ************************************** This is one of the vey few items where individual items are not under a collection **************************************</xs:documentation>
    </xs:annotation>
    <xs:group ref="TextGroup" maxOccurs="unbounded"/>
    <xs:group ref="ParagraphGroup" maxOccurs="unbounded"/>
    <xs:group ref="MediaGroup" maxOccurs="unbounded"/>
    <xs:group ref="URL_Group" maxOccurs="unbounded"/>
  </xs:choice>
</xs:group>