Documentation for citationstyle

Model Group: Formatting.Elements

[Table of contents]

Name Formatting.Elements
Used by (from the same schema document) Model Group CitationEntry.note-bib , Complex Type CitationEntry.note-nobib , Model Group RefClass-Monograph-Required , Model Group RefClass-PartInSerial-Required , Model Group RefClass-PartInMonograph-Required , Model Group RefClass-Monograph-Optional , Model Group RefClass-PartInSerial-Optional , Model Group RefClass-PartInMonograph-Optional
XML Instance Representation
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:date> ... </cs:date> [1]
<cs:container> ... </cs:container> [1]
<cs:availability> ... </cs:availability> [1]
<cs:genre
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:genre>
<cs:medium
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:medium>
<cs:origin> ... </cs:origin> [1]
<cs:notes> ... </cs:notes> [1]
End Choice
Diagram
h-870282775 h1073049720 h-573667567 h167238398 h-106980930 h1060919203 h-1299774123 h-1208419895 h-594172994
Schema Component Representation
<xs:group name="Formatting.Elements">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" cs:creator "/>
<xs:group ref=" cs:Title "/>
<xs:element ref=" cs:date "/>
<xs:element ref=" cs:container "/>
<xs:element ref=" cs:availability "/>
<xs:group ref=" cs:Genre "/>
<xs:group ref=" cs:Medium "/>
<xs:element ref=" cs:origin "/>
<xs:element ref=" cs:notes "/>
</xs:choice>
</xs:sequence>
</xs:group>