attributeGroup "numeration"
Namespace:
Content:
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
    numeration
 = 
("other" | "decimal" | "ucaseletter" | "lcaseletter" | "ucaseroman" | "lcaseroman")
...>
Annotation
Label
Numeration
Description
Content model of “numeration” attribute.
Known Usage Locations
XML Source (w/o annotations (2); see within schema source)
<xs:attributeGroup name="numeration">
<xs:attribute name="numeration" type="numtype">
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 1/1)
numeration
Type:
Use:
optional
Label
Numeration
Description

A number representation in a numeration system. The attribute is optional.

other
other numeration (3a, special issue, ...)
decimal
decimal numbers (1, 2, 3, 4, 5 …)
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">
</xs:attribute>

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