elml:resItem

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.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bibIDRef xs:string required
pageNr xs:string optional

Source

<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>

Sample