<xs:element name="citation">
<xs:annotation>
<xs:documentation>The element citation allows to markup text as citation from one of the resources listed in the bibliography. See the testlesson to see how this can be done.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="elml:term"/>
<xs:element ref="elml:formatted"/>
<xs:element ref="elml:newLine"/>
<xs:element ref="elml:indexItem"/>
</xs:choice>
<xs:attributeGroup ref="elml:BibIDRefReq"/>
<xs:attributeGroup ref="elml:BibPageNr"/>
<xs:attributeGroup ref="elml:IconImp"/>
<xs:attributeGroup ref="elml:YearOnlyImp"/>
<xs:attributeGroup ref="elml:CSSClassImp"/>
<!--Note: text is allowed within! -->
</xs:complexType>
</xs:element> |