elml:list

The element list defines a list consisting of at least one item.

Element Information

Model

Children: elml:item

Attributes

QName Type Fixed Default Use Inheritable Annotation
bibIDRef xs:string optional
cssClass xs:string optional
icon xs:string optional
label elml:LabelType optional
The attribute label is restricted to 25 characters which can be a random selection from the values 'a-z',
'A-Z', '0-9' and '_'.
labelRef elml:LabelType optional
The attribute labelRef contains the references to a valid label of one other element within a lesson.
listStyle restriction of xs:string optional
The attribute listStyle allows to specify the type of list. Values to select are ordered (with numbers) or
unordered (with symbols).
pageNr xs:string optional
title xs:string optional
The attribute title contains a string representing a title.

Used By

Source

<xs:element name="list">
  <xs:annotation>
    <xs:documentation>The element list defines a list consisting of at least one item.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Each element item contains one list item of a list (one point).</xs:documentation>
        </xs:annotation>
        <xs:complexType mixed="true">
          <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="elml:list"/>
            <xs:element ref="elml:term"/>
            <xs:element ref="elml:multimedia"/>
            <xs:element ref="elml:formatted"/>
            <xs:element ref="elml:link"/>
            <xs:element ref="elml:citation"/>
            <xs:element ref="elml:popup"/>
            <xs:element ref="elml:newLine"/>
            <xs:element ref="elml:paragraph"/>
            <xs:element ref="elml:indexItem"/>
          </xs:choice>
          <xs:attributeGroup ref="elml:CSSClassImp"/>
          <xs:attributeGroup ref="elml:LabelImp"/>
          <xs:attributeGroup ref="elml:LabelRefImp"/>
          <!--Note: text is allowed within! -->
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="elml:LabelImp"/>
    <xs:attributeGroup ref="elml:LabelRefImp"/>
    <xs:attributeGroup ref="elml:TitleImp"/>
    <xs:attributeGroup ref="elml:IconImp"/>
    <xs:attributeGroup ref="elml:ListStyleImp"/>
    <xs:attributeGroup ref="elml:BibIDRefImp"/>
    <xs:attributeGroup ref="elml:BibPageNr"/>
    <xs:attributeGroup ref="elml:CSSClassImp"/>
  </xs:complexType>
</xs:element>

Sample