element <unordlist>
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 1 attribute and 1 element
Used:
XML Representation Summary
<unordlist
    nbcol
 = 
xs:positiveInteger
    sign
 = 
("square" | "circle" | "disc" | "dash" | "none")
    >
   
Content: 
listitem+
</unordlist>
May contain elements (1):
May be included in elements (37):
Known Usage Locations
Annotation
Label
Unordered list
Description
List of items of the same kind, one after the other. Each item in the list is preceded by a symbol, usually a bullet.
Comments

Adding other symbols could be considered, if need be. However, unless the semantic value of the information in the list is reduced as a result, if the symbol selected by the journal is not found in the list provided by the data model, choose the one from the list closest to the original.

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

An unordered list without bullets should be used rather than a “layout”-type “verbatim” when there are one or more lines of separate text that are indented from the main text, with no special horizontal or vertical spacing, and are not an excerpt from a literary work (poem, play, etc.) or program.

Examples
example 1
<unordlist sign="disc">
    <listitem>…</listitem>
    <listitem>…</listitem>
    <listitem>…</listitem>
</unordlist>
example 2
<unordlist sign="dash">
    <listitem>…</listitem>
    <listitem>
        <ordlist numeration="decimal">
            <listitem>…</listitem>
            <listitem>…</listitem>
            <listitem>…</listitem>
        </ordlist>
        <blocktext>…</blocktext>
    </listitem>
    <listitem>…</listitem>
</unordlist>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="unordlist">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="listitem"/>
</xs:sequence>
<xs:attribute name="sign" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="square"/>
<xs:enumeration value="circle"/>
<xs:enumeration value="disc"/>
<xs:enumeration value="dash"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="nbcol"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/2)
sign
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
required
Label
Sign
Description

Typographical sign that can be used before list items to highlight them.

square
black full square (▪)
circle
empty bullet (◦)
disc
full bullet (•)
none
no sign
dash
dash (‐)
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"square", "circle", "disc", "dash", "none"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"square", "circle", "disc", "dash", "none"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="sign" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="square"/>
<xs:enumeration value="circle"/>
<xs:enumeration value="disc"/>
<xs:enumeration value="dash"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (defined in this component only; 1/1)
listitem
Type:
listitemtype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="listitem"/>

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