elml:definition

Each element definition contains the definition to a specific or new term. The terms and
	definitions are displayed in the glossary and can be referenced from within the lesson
content.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bibIDRef xs:string optional
pageNr xs:string optional
term xs:string required
The attribute term contains a string with the term which is defined in the element definition. The
attribute glossRef references these terms. Characters, Numbers, Blanks, etc. are allowed.

Source

<xs:element name="definition" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each element definition contains the definition to a specific or new term. The terms and definitions are displayed in the glossary and can be referenced from within the lesson content.</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:newLine"/>
      <xs:element ref="elml:paragraph"/>
      <xs:element ref="elml:indexItem"/>
      <xs:element ref="elml:table"/>
    </xs:choice>
    <xs:attributeGroup ref="elml:GlossaryReq"/>
    <xs:attributeGroup ref="elml:BibIDRefImp"/>
    <xs:attributeGroup ref="elml:BibPageNr"/>
    <!--Note: text is allowed within! -->
  </xs:complexType>
</xs:element>

Sample