<xs:element name="glossary">
<xs:annotation>
<xs:documentation>The element glossary is the parent element of all definitions within the glossary.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<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>
</xs:sequence>
<xs:attributeGroup ref="elml:VisibleImp"/>
</xs:complexType>
</xs:element> |