elml:term

The element term allows to reference a glossary definition from within the text (if used beside a paragraph it
is displayed as paragraph, if used within a paragraph it is displayed inline).

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
cssClass xs:string optional
glossRef xs:string required
The attribute glossRef allows to specify (for the purpose of referencing) one of the terms specified in
the attribute term of the element definition.
icon xs:string optional

Used By

Source

<xs:element name="term">
  <xs:annotation>
    <xs:documentation>The element term allows to reference a glossary definition from within the text (if used beside a paragraph it is displayed as paragraph, if used within a paragraph it is displayed inline).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attributeGroup ref="elml:GlossaryRefReq"/>
        <xs:attributeGroup ref="elml:IconImp"/>
        <xs:attributeGroup ref="elml:CSSClassImp"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample