element <themegr>
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 4 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<themegr
    id
 = 
xs:ID
    level
 = 
xs:NMTOKEN
    >
   
Content: 
theme, subtheme?, (paraltheme, paralsubtheme?)*
</themegr>
May contain elements (4):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Theme group
Description
Set of information about the theme of the article.
Examples
example 1
<themegr id="th1" level="main">
    <theme>Deleuze et le cinéma</theme>
    <subtheme>Prolégomènes à une esthétique future?</subtheme>
</themegr>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="themegr">
<xs:complexType>
<xs:sequence>
<xs:element ref="theme"/>
<xs:element minOccurs="0" ref="subtheme"/>
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element ref="paraltheme"/>
<xs:element minOccurs="0" ref="paralsubtheme"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="id"/>
<xs:attributeGroup ref="level"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 4/4)
paralsubtheme
Type:
textlangtype, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="paralsubtheme"/>

paraltheme
Type:
textlangtype, mixed content
XML Source (see within schema source)
<xs:element ref="paraltheme"/>

subtheme
Type:
texttype, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="subtheme"/>

theme
Type:
texttype, mixed content
XML Source (see within schema source)
<xs:element ref="theme"/>

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