elml:furtherReading

The element furtherReading contains the elements resItem (on lesson and unit level).

Element Information

Model

Children: elml:resItem

Attributes

QName Type Fixed Default Use Inheritable Annotation
sorting xs:string optional
visible xs:string optional

Used By

Source

<xs:element name="furtherReading">
  <xs:annotation>
    <xs:documentation>The element furtherReading contains the elements resItem (on lesson and unit level).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="resItem" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Each element resItem is the reference to an item in the bibliography which is recommended for the student to read for getting more information about the topic.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attributeGroup ref="elml:BibIDRefReq"/>
              <xs:attributeGroup ref="elml:BibPageNr"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="elml:SortingImp"/>
    <xs:attributeGroup ref="elml:VisibleImp"/>
  </xs:complexType>
</xs:element>

Sample