element <ackno>
Namespace:
Type:
anonymous complexType
Content:
complex, 11 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<ackno>
   
Content: 
(title, paraltitle*)?, (blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | biblioref | tabtext | verbatim)+
</ackno>
May contain elements (11):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Acknowledgements
Description
Text in which the author expresses his or her gratitude to one or more people.
Comments
This information might be contained in a note in the article. If the acknowledgement can easily be transferred to the “ackno” element without having to renumber the notes, doing so is strongly recommended.
Examples
example 1
<ackno>
    <title>Remerciements</title>
    <blocktext>Les authors tiennent à remercier Kate
    Jarrett (BIO) pour l'analyse des propriétés physiques, Louise
    Cournoyer et Maryse Henry (GEOTOP) pour leur aide en laboratoire
    ainsi que Martine Lapointe (GEOTOP) pour ses conseils sur les
    diatomées. Ce projet a bénéficié d'une subvention stratégique du
    Conseil de recherches en sciences naturelles et en génie du
    Canada (CRSNG). Guillaume St-Onge est récipiendaire d'une bourse
    d'études supérieures du CRSNG. Nous remercions également Bernard
    Long (UQAR) pour ses commentaires ainsi que P. Hill (UQAR) pour
    leur évaluation critique.</blocktext>
</ackno>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ackno">
<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" ref="embeddedblock"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 2/11)
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