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

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