Documentation for citationstyle

Model Group: Series

[Table of contents]

Name Series
Used by (from the same schema document) Element container
XML Instance Representation
<cs:series
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]
Start Choice [0..*]
<cs:creator> ... </cs:creator> [1]
<cs:title
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]
<cs:suffix> ... </cs:suffix> [0..1]
</cs:title>
<cs:part-details> ... </cs:part-details> [1]
End Choice
</cs:series>
Diagram
h-870282775 h1073049720 h-501998901 h269456772
Schema Component Representation
<xs:group name="Series">
<xs:sequence>
<xs:element name="series">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" cs:creator "/>
<xs:group ref=" cs:Title "/>
<xs:element ref=" cs:part-details "/>
</xs:choice>
<xs:attributeGroup ref=" cs:Formatting.Attributes "/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:group>