element <year>
Namespace:
Type:
xs:gYear
Content:
simple
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<year>
   
Content: 
{ xs:gYear }
</year>
May be included in elements (5):
Known Usage Locations
Annotation
Label
Year
Description
Year of publication of journal issue.
Format
The required format is ISO 8601, i.e. YYYY (CCYY).
References
ISO 8601 (http://www.iso.org/iso/en/prods-services/popstds/datesandtime.html, http://en.wikipedia.org/wiki/ISO_8601)
Examples
example 1
<pub>
    <period>hiver</period>
    <year>1987</year>
    <period>printemps</period>
    <year>1988</year>
</pub>
example 2
<source>Smith,<year>1995</year>.</source>
example 3
<copyright>
    <statement>Tous droits réservés ©</statement>
    <year>2001</year>
    <orgname>Fédération des travailleurs autonomes du Québec</orgname>
</copyright>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="year" type="xs:gYear">
</xs:element>

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