element <bionotegr>
Namespace:
Type:
anonymous complexType
Content:
complex, 12 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<bionotegr>
   
Content: 
(title, paraltitle*)?, (blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | biblioref | tabtext | verbatim)*, bionote+
</bionotegr>
May contain elements (12):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Biographical note group
Description
Set of all the biographical notes for the article.
Comments
Some journals put all the biographical notes for an issue into a single resource, rather than joining them with the corresponding author. In such a case, transfering each biographical note to the articles to which the corresponding author contributed is strongly recommended.
Examples
example 1
<bionotegr>
    <title>Notes biographiques</title>
    <bionote id="nb1" idrefs="au1">…</bionote>
    <bionote id="nb2" idrefs="au2">…</bionote>
    <bionote id="nb3" idrefs="au3">…</bionote>
</bionotegr>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="bionotegr">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="title"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="paraltitle"/>
</xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="embeddedblock"/>
<xs:element maxOccurs="unbounded" ref="bionote"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/12)
bionote
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="bionote"/>

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