PAGINATION

This element is used to mark up information about start page , end page and length for each document in a OJ.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
LG t.language required

Used By

Element OJ.TOC.ITEM.PUB

Source

<xs:element name="PAGINATION">
  <xs:annotation>
    <xs:documentation>This element is used to mark up information about start page , end page and length for each document in a OJ.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="START.PAGE"/>
      <xs:element ref="END.PAGE"/>
      <xs:element ref="LENGTH"/>
    </xs:sequence>
    <xs:attribute name="LG" type="t.language" use="required"/>
  </xs:complexType>
</xs:element>

Sample