Complex Type topic.content

Namespace No namespace
Diagram
Element titleElement Group titleElement titlealtsElement Group titlealtsElement shortdescElement Group shortdescElement abstractElement Group abstractElement prologElement Group prologElement bodyElement Group bodyElement related-linksElement Group related-linksElement topicElement conceptElement taskElement referenceElement glossentryElement glossgroupElement CoverVolumeElement App_TitlePageLetterElement CorrectionTitleElement CoverTitleElement App_TitlePageFARElement Group info-typesElement Group topic-info-types
Used by
Element Element topic
Model Element title , Element titlealts , ((Element shortdesc) | (Element abstract)) , Element prolog , Element body , Element related-links , (Element topic | Element concept | Element task | Element reference | Element glossentry | Element glossgroup | Element CoverVolume | Element App_TitlePageLetter | Element CorrectionTitle | Element CoverTitle | Element App_TitlePageFAR)
Children Element App_TitlePageFAR, Element App_TitlePageLetter, Element CorrectionTitle, Element CoverTitle, Element CoverVolume, Element abstract, Element body, Element concept, Element glossentry, Element glossgroup, Element prolog, Element reference, Element related-links, Element shortdesc, Element task, Element title, Element titlealts, Element topic
Source
<xs:complexType name="topic.content">
  <xs:sequence>
    <xs:group ref="title"/>
    <xs:group minOccurs="0" ref="titlealts"/>
    <xs:choice minOccurs="0">
      <xs:group ref="shortdesc"/>
      <xs:group ref="abstract"/>
    </xs:choice>
    <xs:group minOccurs="0" ref="prolog"/>
    <xs:group minOccurs="0" ref="body"/>
    <xs:group minOccurs="0" ref="related-links"/>
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="topic-info-types"/>
  </xs:sequence>
</xs:complexType>