element <ordlist>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 attributes, 2 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 attributes and 2 elements
Used:
XML Representation Summary
<ordlist
    counter
 = 
xs:positiveInteger
    nbcol
 = 
xs:positiveInteger
    numeration
 = 
("other" | "decimal" | "ucaseletter" | "lcaseletter" | "ucaseroman" | "lcaseroman")
    parentno
 = 
xs:boolean
    >
   
Content: 
(no?, listitem)+
</ordlist>
May contain elements (2):
May be included in elements (37):
Known Usage Locations
Annotation
Label
Ordered list
Description
List of items of the same kind, one after the other. Each item in the list is preceded by a number or letter, in ascending order.
Comments

If a list appears within a list (embedded list), the second-level list must appear inside a first-level list item and after its content, if present.

The value of the “counter” attribute must always be the number (decimal) that corresponds to the value of the numeration (e.g. set the value “4” for lowercase ascii letter numeration starting at “d”).

Examples
example 1
<ordlist numeration="ucaseroman" counter="3">
    <listitem>…</listitem>
    <listitem>…</listitem>
    <listitem>…</listitem>
</ordlist>
example 2
<ordlist numeration="lcaseletter">
    <listitem>…</listitem>
    <listitem>
        <blocktext>…</blocktext>
        <ordlist numeration="lcaseroman">
            <listitem>…</listitem>
            <listitem>…</listitem>
            <listitem>…</listitem>
        </ordlist>
    </listitem>
    <listitem>…</listitem>
</ordlist>
XML Source (w/o annotations (4); see within schema source)
<xs:element name="ordlist">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element minOccurs="0" ref="no"/>
<xs:element ref="listitem"/>
</xs:sequence>
<xs:attribute name="numeration" type="numtype" use="required">
</xs:attribute>
<xs:attribute name="counter" type="xs:positiveInteger">
</xs:attribute>
<xs:attributeGroup ref="nbcol"/>
<xs:attribute name="parentno" type="xs:boolean">
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 3/4)
counter
Type:
xs:positiveInteger, predefined
Use:
optional
Label
Counter
Description
Value indicating the starting number if not 1 or equivalent, depending on numeration system (e.g. A, a, I, i).
Format
The value must always be the (decimal) number corresponding to the value of the numeration (e.g. enter the value “4” for lowercase letter numeration starting at “d”).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="counter" type="xs:positiveInteger">
</xs:attribute>

numeration
Type:
Use:
required
Label
Numeration
Description

A number’s representation in a numeration system.

other
other numeration (3a, special issue, ...)
decimal
decimal numbers (1, 2, 3, …)
ucaseletter
uppercase ascii letters (A, B, C, … Z)
lcaseletter
lowercase ascii letters (a, b, c, … z)
ucaseroman
uppercase roman numerals (I, II, III, IV, V, …)
lcaseroman
lowercase roman numerals ( i, ii, iii, iv, v, …)
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"other", "decimal", "ucaseletter", "lcaseletter", "ucaseroman", "lcaseroman"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="numeration" type="numtype" use="required">
</xs:attribute>

parentno
Type:
xs:boolean, predefined
Use:
optional
Label
Parent number
Description
Indicates whether the parent ordered list’s numbering prefixes the numbering of the ordered list being described.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="parentno" type="xs:boolean">
</xs:attribute>
Content Element Detail (defined in this component only; 2/2)
listitem
Type:
listitemtype, complex content
XML Source (see within schema source)
<xs:element ref="listitem"/>

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

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