Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 2 attributes, 1 element |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
|
Used: |
at 2 locations |
XML Representation Summary | |||||
<unordlist | |||||
nbcol | = |
xs:positiveInteger | |||
sign | = |
("square" | "circle" | "disc" | "dash" | "none") | |||
> | |||||
|
|||||
</unordlist> |
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.
<unordlist sign="disc"> <listitem>…</listitem> <listitem>…</listitem> <listitem>…</listitem> </unordlist>
<unordlist sign="dash"> <listitem>…</listitem> <listitem> <ordlist numeration="decimal"> <listitem>…</listitem> <listitem>…</listitem> <listitem>…</listitem> </ordlist> <blocktext>…</blocktext> </listitem> <listitem>…</listitem> </unordlist>
<xs:element name="unordlist"> <xs:complexType> <xs:sequence> </xs:sequence> <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:complexType> </xs:element> |
Type: |
|
Use: |
required |
Typographical sign that can be used before list items to highlight them.
enumeration of xs:NMTOKEN |
Enumeration: |
"square", "circle", "disc", "dash", "none" |
Type Derivation Tree xs:NMTOKEN ![]() |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
<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> |
Type: |
listitemtype, complex content |
<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 |