element <period>
Namespace:
Type:
xs:token
Content:
simple
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<period>
   
Content: 
{ xs:token }
</period>
May be included in elements (1):
Known Usage Locations
Annotation
Label
Period
Description
Publication period for a journal issue.
Comments
In the case of a multiple publication period for the same issue, put each period in a separate “period” element.
Examples
example 1
<pub>
    <period>spring</period>
    <year>2000</year>
</pub>
example 2
<pub>
    <period>octobre</period>
    <year>1977</year>
    <period>janvier</period>
    <year>1978</year>
</pub>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="period" type="xs:token">
</xs:element>

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