element <section4>
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
<section4
    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)*, section5*
</section4>
May contain elements (27):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Level 4 section
Description
A subsection in a level 3 section.
Examples
example 1
<section4 id="s4n1">
    <no>1.3.9.1</no>
    <title>…</title>
    <para id="pa95">…</para>
    <para id="pa96">…</para>
</section4>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:element name="section4">
<xs:complexType>
<xs:complexContent>
<xs:extension base="sectiontype">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="section5"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/27)
section5
Type:
anonymous (extension of sectiontype), complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="section5"/>

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