Documentation for citationstyle

Complex Type: CitationEntry.author-year

[Table of contents]

Super-types: None
Sub-types: None
Name CitationEntry.author-year
Used by (from the same schema document) Element all , Model Group FirstReference.author-year , Model Group SubsequentReferences.author-year
Abstract no
XML Instance Representation
<...
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]">
<cs:creator> ... </cs:creator> [1]
<cs:year> ... </cs:year> [1]
<cs:point> ... </cs:point> [1]
</...>
Diagram
h-870282775 h-573038688 h-592336243 h269456772
Schema Component Representation
<xs:complexType name="CitationEntry.author-year">
<xs:sequence>
<xs:element ref=" cs:creator "/>
<xs:element ref=" cs:year "/>
<xs:element ref=" cs:point "/>
</xs:sequence>
<xs:attributeGroup ref=" cs:Formatting.Attributes "/>
</xs:complexType>