Documentation for citationstyle

Element: all

[Table of contents]

Name all
Used by (from the same schema document) Model Group CitationLayout.author-year
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h1541809262
XML Instance Representation
<cs:all>
<cs:multiple-authors> ... </cs:multiple-authors> [0..1]
<cs:layout> cs:CitationEntry.author-year </cs:layout> [1]
</cs:all>
Diagram
h1541809262 h-1610236233
Schema Component Representation
<xs:element name="all">
<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>