This element is used to mark up information about start page , end page and length for each document in a OJ. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
LG | t.language | required |
Element | OJ.TOC.ITEM.PUB |
<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> |