element <pagination>
Namespace:
Type:
anonymous complexType
Content:
mixed, 1 attribute, 2 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<pagination
    numeration
 = 
("other" | "decimal" | "ucaseletter" | "lcaseletter" | "ucaseroman" | "lcaseroman")
    >
   
Content: 
{text} × (fpage, lpage)?
</pagination>
May contain elements (2):
May be included in elements (4):
Known Usage Locations
Annotation
Label
Pagination
Description
The article’s page numbering in the journal.
Examples
example 1
<pagination numeration="decimal">
    <fpage>12</fpage>
    <lpage>29</lpage>
</pagination>
example 2
<pagination numeration="lcaseroman">pp. ii-vi</pagination>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="pagination">
<xs:complexType mixed="true">
<xs:sequence minOccurs="0">
<xs:element ref="fpage"/>
<xs:element ref="lpage"/>
</xs:sequence>
<xs:attributeGroup ref="numeration"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 2/2)
fpage
Type:
xs:token, predefined, simple content
XML Source (see within schema source)
<xs:element ref="fpage"/>

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

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