Documentation for citationstyle

Model Group: FirstReference.author-year

[Table of contents]

Name FirstReference.author-year
Used by (from the same schema document) Model Group CitationLayout.author-year
XML Instance Representation
<cs:first> [1]
<cs:multiple-authors> ... </cs:multiple-authors> [0..1]
<cs:layout> cs:CitationEntry.author-year </cs:layout> [1]
</cs:first>
Diagram
h1541809262 h-1610236233
Schema Component Representation
<xs:group name="FirstReference.author-year">
<xs:sequence>
<xs:element name="first">
<xs:complexType>
<xs:sequence>
<xs:element ref=" cs:multiple-authors " minOccurs="0"/>
<xs:element name="layout" type=" cs:CitationEntry.author-year "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:group>