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

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