element <frontmatter>
Namespace:
Type:
anonymous complexType
Content:
complex, 7 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<frontmatter>
   
Content: 
erratum*, ((titlegr, authorgr?) | authorgr), gennote*, abstract*, keywordgr*
</frontmatter>
May contain elements (6):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Front matter
Description
Pages found at the beginning of a work before the body of the article.
Examples
example 1
<frontmatter>
    <erratum xlink:href="" xlink:show="replace" xlink:actuate="onRequest"/>
    <titlegr>…</titlegr>
    <authorgr>…</authorgr>
    <gennote gnotetype="edito">…</gennote>
    <abstract lang="fr">…</abstract>
    <abstract lang="en">…</abstract>
    <keywordgr lang="fr">…</keywordgr>
    <keywordgr lang="en">…</keywordgr>
</frontmatter>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="frontmatter">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="erratum"/>
<xs:choice>
<xs:sequence>
<xs:element ref="titlegr"/>
<xs:element minOccurs="0" ref="authorgr"/>
</xs:sequence>
<xs:element ref="authorgr"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="gennote"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="abstract"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="keywordgr"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 7/7)
abstract
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="abstract"/>

authorgr
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="authorgr"/>

authorgr
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="authorgr"/>

erratum
Type:
anonymous, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="erratum"/>

gennote
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="gennote"/>

keywordgr
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="keywordgr"/>

titlegr
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="titlegr"/>

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