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