element <notegr>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<notegr>
   
Content: 
(title, paraltitle*)?, note+
</notegr>
May contain elements (3):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Note group
Description
Set of all the notes in the article.
Comments
The notes must be arranged in the order in which they appear in the article.
Examples
example 1
<notegr>
    <title>Notes</title>
    <note id="no1">
        <no>*</no>
        <blocktext>…</blocktext>
    </note>
    <note id="no2">
        <no>1</no>
        <blocktext>…</blocktext>
    </note>
</notegr>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="notegr">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="title"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="paraltitle"/>
</xs:sequence>
<xs:element maxOccurs="unbounded" ref="note"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/3)
note
Type:
notetype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="note"/>

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

title
Type:
XML Source (see within schema source)
<xs:element ref="title"/>

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