Documentation for citationstyle

Attribute Group: AuthorSort

[Table of contents]

Name AuthorSort
Used by (from the same schema document) Model Group BibliographyLayout.author-year , Model Group BibliographyLayout.note-bib , Model Group BibliographyLayout.citekey , Model Group BibliographyLayout.number
XML Instance Representation
author-as-sort-order=" xs:token (value comes from list: {'no'|'first-author'|'all'}) [1]"
Diagram
Schema Component Representation
<xs:attributeGroup name="AuthorSort">
<xs:attribute name="author-as-sort-order" use="required">
<xs:simpleType>
<xs:restriction base=" xs:token ">
<xs:enumeration value="no"/>
<xs:enumeration value="first-author"/>
<xs:enumeration value="all"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>