Complex Type concept.content

Namespace No namespace
Diagram
Element titleElement Group titleElement titlealtsElement Group titlealtsElement abstractElement Group abstractElement shortdescElement Group shortdescElement prologElement Group prologElement conbodyElement Group conbodyElement 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 concept-info-types
Used by
Element Element concept
Model Element title , Element titlealts , ((Element abstract) | (Element shortdesc)) , Element prolog , Element conbody , 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 conbody, 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="concept.content">
  <xs:sequence>
    <xs:group ref="title"/>
    <xs:group minOccurs="0" ref="titlealts"/>
    <xs:choice minOccurs="0">
      <xs:group ref="abstract"/>
      <xs:group ref="shortdesc"/>
    </xs:choice>
    <xs:group minOccurs="0" ref="prolog"/>
    <xs:group minOccurs="0" ref="conbody"/>
    <xs:group minOccurs="0" ref="body"/>
    <xs:group minOccurs="0" ref="related-links"/>
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="concept-info-types"/>
  </xs:sequence>
</xs:complexType>