Documentation for citationstyle

Model Group: NamesFormat

[Table of contents]

Name NamesFormat
Used by (from the same schema document) Model Group Content.author-year , Model Group Content.note-bib , Model Group Content.note-nobib , Model Group Content.number , Model Group Content.citekey
XML Instance Representation
<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]
Diagram
Schema Component Representation
<xs:group name="NamesFormat">
<xs:sequence>
<xs:element name="names">
<xs:complexType>
<xs:attribute name="initialize-with">
<xs:simpleType>
<xs:restriction base=" xs:token ">
<xs:enumeration value=""/>
<xs:enumeration value="."/>
<xs:enumeration value="."/>
<xs:enumeration value=""/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="and-as" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:group>