blob: 4e44b5cc1d9acff1684cfe748498bcdf4840ea04 [file] [log] [blame]
Marc Kupietz91175892023-01-21 18:36:12 +01001namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
2
3
4## Categories for style metadata
5div {
6 category.citation-format =
7 "author" | "author-date" | "label" | "note" | "numeric"
8
9 ## Use "generic-base" for styles that are non-discipline specific, such as
10 ## APA, Harvard, etc.
11 category.field =
12 "anthropology"
13 | "astronomy"
14 | "biology"
15 | "botany"
16 | "chemistry"
17 | "communications"
18 | "engineering"
19 | "generic-base"
20 | "geography"
21 | "geology"
22 | "history"
23 | "humanities"
24 | "law"
25 | "linguistics"
26 | "literature"
27 | "math"
28 | "medicine"
29 | "philosophy"
30 | "physics"
31 | "political_science"
32 | "psychology"
33 | "science"
34 | "social_science"
35 | "sociology"
36 | "theology"
37 | "zoology"
38}