Complex Type reference.content

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