element <statement>
Namespace:
Type:
Content:
mixed, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<statement>
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</statement>
May contain elements (10):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Copyright statement
Description
Copyright notice or statement, suitable for printing or display. Usually contains the copyright holder’s name and the year among other information.
Comments

Note that two approaches are possible, with this content model, which are:

  • Enter in the “statement” element the full statement, such as it is must appear (print, display), with the text, the year and the holder in the order prescribed;
  • Enter only the text of the statement which corresponds neither to the holder, nor at the year.
Examples
example 1
<copyright>
    <statement>Tous droits réservés</statement>
    <year>2001</year>
    <orgname>Fédération des travailleurs autonomes du Québec</orgname>
</copyright>
example 2
<copyright>
    <statement>Tous droits réservés © Association des analystes retraités et
    Isabelle Levasseur, 2003</statement>
    <year>2003</year>
    <orgname>Association des analystes retraités</orgname>
    <persname>
        <firstname>Isabelle</firstname>
        <familyname>Levasseur</familyname>
    </persname>
</copyright>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="statement" type="texttype">
</xs:element>

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