element <page>
Namespace:
Type:
anonymous complexType
Content:
mixed, 5 attributes, 13 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<page
    dimx
 = 
xs:NMTOKEN
    dimy
 = 
xs:NMTOKEN
    dimz
 = 
xs:NMTOKEN
    id
 = 
xs:ID
    resol
 = 
xs:NMTOKEN
    >
   
Content: 
{text} × (no?, (segment+ | blocktext+ | (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*))
</page>
May contain elements (13):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Page
Description
Text and other elements which will constitute, once printed, one of the sides of a sheet of paper.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="page">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element minOccurs="0" ref="no"/>
<xs:choice>
<xs:element maxOccurs="unbounded" ref="segment"/>
<xs:element maxOccurs="unbounded" ref="blocktext"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="id"/>
<xs:attributeGroup ref="dimxyz"/>
<xs:attributeGroup ref="resol"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/13)
blocktext
Type:
anonymous, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="blocktext"/>

no
Type:
anonymous, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="no"/>

segment
Type:
anonymous, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="segment"/>

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