Documentation for citationstyle

Attribute Group: SortOrder-Bib.number

[Table of contents]

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