elml:citation

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.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bibIDRef xs:string required
cssClass xs:string optional
icon xs:string optional
pageNr xs:string optional
yearOnly elml:YesNoType optional
The attribute yearOnly allows defining if a bibliography reference should be made with author name and
year of publication or with year of publication only. Default is author name and year of publication (attribute set to
'no').

Used By

Source

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

Sample