element <copyright>
Namespace:
Type:
anonymous complexType
Content:
mixed, 14 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<copyright>
   
Content: 
{text} × (statement?, year*, (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference | orgname | persname)*)
</copyright>
May contain elements (14):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Copyright
Description
The exclusive right, granted by law for a certain number of years, to make and dispose of and otherwise to control copies of a literary, scientific, or artistic work.
Comments

Generally, the publisher and copyright holder are the same organization.

Examples
example 1
<copyright>Tous droits réservés ©<orgname>Fédération des travailleurs autonomes
du Québec</orgname>, 2001</copyright>
example 2
<copyright>
    <statement>Tous droits réservés</statement>
    <year>2001</year>
    <orgname>Fédération des travailleurs autonomes du Québec</orgname>
</copyright>
example 3
<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="copyright">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element minOccurs="0" ref="statement"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="year"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:group ref="text"/>
<xs:element ref="orgname"/>
<xs:element ref="persname"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 4/14)
orgname
Type:
anonymous, mixed content
XML Source (see within schema source)
<xs:element ref="orgname"/>

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

statement
Type:
texttype, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="statement"/>

year
Type:
xs:gYear, predefined, simple content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="year"/>

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