Documentation for citationstyle

Model Group: CitationLayout.author-year

[Table of contents]

Name CitationLayout.author-year
Used by (from the same schema document) Model Group Content.author-year
XML Instance Representation
<cs:citation
delimiter=" xs:token [1]"
font-family="anySimpleType [0..1]"
font-style=" xs:token (value comes from list: {'italic'|'small caps'|'normal'}) [0..1]"
font-weight=" xs:token (value comes from list: {'normal'|'bold'|'light'}) [0..1]"> [1]
<cs:prefix> ... </cs:prefix> [0..1]
Start Choice [1]
<cs:all> ... </cs:all> [1]
<cs:first> [1]
<cs:multiple-authors> ... </cs:multiple-authors> [0..1]
<cs:layout> cs:CitationEntry.author-year </cs:layout> [1]
</cs:first>
<cs:subsequent> [1]
<cs:multiple-authors> ... </cs:multiple-authors> [0..1]
<cs:layout> cs:CitationEntry.author-year </cs:layout> [0..1]
</cs:subsequent>
End Choice
<cs:suffix> ... </cs:suffix> [0..1]
</cs:citation>
Diagram
h-1179910859 h674228702 h-1867254228 h-794544114 h-1091223052 h-1105326020 h269456772
Schema Component Representation
<xs:group name="CitationLayout.author-year">
<xs:sequence>
<xs:element name="citation">
<xs:complexType>
<xs:sequence>
<xs:element ref=" cs:prefix " minOccurs="0"/>
<xs:choice>
<xs:element ref=" cs:all "/>
<xs:sequence>
<xs:group ref=" cs:FirstReference.author-year "/>
</xs:sequence>
</xs:choice>
<xs:element ref=" cs:suffix " minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref=" cs:Citation.Delimiter "/>
<xs:attributeGroup ref=" cs:Formatting.Attributes "/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:group>