element <section5>
Namespace:
Type:
anonymous (extension of sectiontype)
Content:
complex, 1 attribute, 27 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<section5
    id
 = 
xs:ID
    >
   
Content: 
no?, title, paraltitle*, epigraph*, (blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | biblioref | tabtext | verbatim | box | equation | example | figure | boxgr | equationgr | examplegr | figuregr | objectgr | tablegr | object | table | para)*, section6*
</section5>
May contain elements (27):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Level 5 section
Description
A subsection in a level 4 section.
Examples
example 1
<section5 id="s5n2">
    <no>1.3.9.1.2</no>
    <title>…</title>
    <section6 id="s6n1">…</section6>
</section5>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:element name="section5">
<xs:complexType>
<xs:complexContent>
<xs:extension base="sectiontype">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="section6"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/27)
section6
Type:
sectiontype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="section6"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set