element <pub>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<pub>
   
Content: 
(, (period, paralperiod*)*, year)+
</pub>
May contain elements (3):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Publication
Description
Related information with the act of publishing an article.
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>october</period>
    <year>2000</year>
</pub>
example 2
<pub>
    <year>1993</year>
</pub>
example 3
<pub>
    <period>printemps</period>
    <period>été</period>
    <year>1977</year>
</pub>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="pub">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element ref="period"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="paralperiod"/>
</xs:sequence>
<xs:element ref="year"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/3)
paralperiod
Type:
anonymous (extension of xs:token), simple content
Simple Content
xs:token
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="paralperiod"/>

period
Type:
xs:token, predefined, simple content
XML Source (see within schema source)
<xs:element ref="period"/>

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

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