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: |
at 2 locations |
| XML Representation Summary | |||||
| <ordlist | |||||
| counter | = |
xs:positiveInteger | |||
| nbcol | = |
xs:positiveInteger | |||
| numeration | = |
("other" | "decimal" | "ucaseletter" | "lcaseletter" | "ucaseroman" | "lcaseroman") | |||
| parentno | = |
xs:boolean | |||
| > | |||||
|
|||||
| </ordlist> | |||||
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”).
<ordlist numeration="ucaseroman" counter="3">
<listitem>…</listitem>
<listitem>…</listitem>
<listitem>…</listitem>
</ordlist>
<ordlist numeration="lcaseletter">
<listitem>…</listitem>
<listitem>
<blocktext>…</blocktext>
<ordlist numeration="lcaseroman">
<listitem>…</listitem>
<listitem>…</listitem>
<listitem>…</listitem>
</ordlist>
</listitem>
<listitem>…</listitem>
</ordlist>
| <xs:element name="ordlist"> <xs:complexType> <xs:sequence maxOccurs="unbounded"> </xs:sequence> </xs:attribute> </xs:attribute> </xs:attribute> </xs:complexType> </xs:element> |
Type: |
xs:positiveInteger, predefined |
Use: |
optional |
| <xs:attribute name="counter" type="xs:positiveInteger"> </xs:attribute> |
Type: |
|
Use: |
required |
A number’s representation in a numeration system.
| enumeration of xs:NMTOKEN |
Enumeration: |
"other", "decimal", "ucaseletter", "lcaseletter", "ucaseroman", "lcaseroman" |
| <xs:attribute name="numeration" type="numtype" use="required"> </xs:attribute> |
Type: |
xs:boolean, predefined |
Use: |
optional |
| <xs:attribute name="parentno" type="xs:boolean"> </xs:attribute> |
Type: |
listitemtype, complex content |
| <xs:element ref="listitem"/> |
Type: |
anonymous, mixed content |
| <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 |