Documentation for citationstyle

Attribute Group: AuthorShorten

[Table of contents]

Name AuthorShorten
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-shorten=" xs:token (value comes from list: {'yes'|'no'}) [0..1]"
Diagram
Schema Component Representation
<xs:attributeGroup name="AuthorShorten">
<xs:attribute name="author-shorten">
<xs:simpleType>
<xs:restriction base=" xs:token ">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>