Documentation for citationstyle

Element: info

[Table of contents]

Name info
Used by (from the same schema document) Model Group CitationStyle.author-year , Model Group CitationStyle.note-bib , Model Group CitationStyle.note-nobib , Model Group CitationStyle.number , Model Group CitationStyle.citekey
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h1022589956 h508166011 h-1547229547 h-1606128594 h-476665193 h-32682758 h374252917 h2063517359 h-601754121 h-129865927
XML Instance Representation
<cs:info>
<cs:title> xs:string </cs:title> [1]
<cs:title-short> ... </cs:title-short> [0..1]
<cs:edition> ... </cs:edition> [0..1]
<cs:version> ... </cs:version> [0..1]
<cs:author> ... </cs:author> [0..1]
<cs:dateCreated> ... </cs:dateCreated> [1]
<cs:dateModified> ... </cs:dateModified> [0..*]
<cs:sources> ... </cs:sources> [0..1]
<cs:basedOn> ... </cs:basedOn> [0..1]
<cs:field> ... </cs:field> [0..*]
<cs:description> ... </cs:description> [0..1]
</cs:info>
Diagram
h1513967320 h1022589956 h508166011 h-1547229547 h-1606128594 h-476665193 h-32682758 h374252917 h2063517359 h-601754121 h-129865927
Schema Component Representation
<xs:element name="info">
<xs:complexType>
<xs:sequence>
<xs:group ref=" cs:Info.Title "/>
<xs:element ref=" cs:title-short " minOccurs="0"/>
<xs:element ref=" cs:edition " minOccurs="0"/>
<xs:element ref=" cs:version " minOccurs="0"/>
<xs:element ref=" cs:author " minOccurs="0"/>
<xs:element ref=" cs:dateCreated "/>
<xs:element ref=" cs:dateModified " minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref=" cs:sources " minOccurs="0"/>
<xs:element ref=" cs:basedOn " minOccurs="0"/>
<xs:element ref=" cs:field " minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref=" cs:description " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>