Documentation for citationstyle

Model Group: CitationStyle.note-nobib

[Table of contents]

Name CitationStyle.note-nobib
Used by (from the same schema document) Model Group Classes
Documentation foot/endnote citations, without a bibliography list
XML Instance Representation
<cs:citationstyle
class=" xs:token (value comes from list: {'note-nobib'}) [1]"
xml:lang="[1]"> [1]
<cs:info> ... </cs:info> [1]
<cs:content> [1]
<cs:names
initialize-with=" xs:token (value comes from list: {''|'.'|'. '|' '}) [0..1]"
and-as="anySimpleType [1]

'"and"-as determines whether multiple names use text (and) or a symbol (&)'

"
/> [1]
<cs:dates> ... </cs:dates> [1]
<cs:terms> ... </cs:terms> [1]
<cs:citation> cs:CitationEntry.note-nobib </cs:citation> [1]
</cs:content>
</cs:citationstyle>
Diagram
h-573506543 h-1726296972 h-1961631311
Schema Component Representation
<xs:group name="CitationStyle.note-nobib">
<xs:sequence>
<xs:element name="citationstyle">
<xs:complexType>
<xs:sequence>
<xs:element ref=" cs:info "/>
<xs:group ref=" cs:Content.note-nobib "/>
</xs:sequence>
<xs:attribute name="class" use="required">
<xs:simpleType>
<xs:restriction base=" xs:token ">
<xs:enumeration value="note-nobib"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute ref=" xml:lang" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:group>