Bug 9123: Authorities search ordered by authid does not work
[koha.git] / etc / zebradb / marc_defs / marc21 / authorities / authority-koha-indexdefs.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This is the canonical source for the authority DOM indexing configuration
3 for MARC21. To generate the authority-zebra-indexdefs.xsl file that Zebra uses,
4 run the following command:
5 `xsltproc koha-indexdefs-to-zebra.xsl authority-koha-indexdefs.xml >
6 authority-zebra-indexdefs.xsl`
7 -->
8 <kohaidx:index_defs xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs">
9   <id>marc:controlfield[@tag='001']</id>
10   <!-- variables -->
11   <kohaidx:var name="form_subdivision_subfield">v</kohaidx:var>
12   <kohaidx:var name="general_subdivision_subfield">x</kohaidx:var>
13   <kohaidx:var name="chronological_subdivision_subfield">y</kohaidx:var>
14   <kohaidx:var name="geographic_subdivision_subfield">z</kohaidx:var>
15
16   <!-- Leader  -->
17   <kohaidx:index_leader offset="5" length="1">
18     <kohaidx:target_index>Record-status:w</kohaidx:target_index>
19   </kohaidx:index_leader>
20   <kohaidx:index_leader offset="17" length="1">
21     <kohaidx:target_index>Encoding-level:w</kohaidx:target_index>
22   </kohaidx:index_leader>
23   
24   <!-- Original record ID -->
25   <kohaidx:index_control_field tag="001">
26     <kohaidx:target_index>Local-Number:w</kohaidx:target_index>
27     <kohaidx:target_index>Local-Number:n</kohaidx:target_index>
28     <kohaidx:target_index>Local-Number:s</kohaidx:target_index>
29   </kohaidx:index_control_field>
30   
31   <!-- 008 -->
32   <kohaidx:index_control_field tag="008" offset="9" length="1">
33     <kohaidx:target_index>Kind-of-record:w</kohaidx:target_index>
34   </kohaidx:index_control_field>
35   <kohaidx:index_control_field tag="008" offset="10" length="1">
36     <kohaidx:target_index>Descriptive-cataloging-rules:w</kohaidx:target_index>
37   </kohaidx:index_control_field>
38   <kohaidx:index_subject_thesaurus tag="008" offset="11" length="1" detail_tag="040" detail_subfields="f">
39     <kohaidx:target_index>Subject-heading-thesaurus:w</kohaidx:target_index>
40   </kohaidx:index_subject_thesaurus>
41   <kohaidx:index_control_field tag="008" offset="14" length="1">
42     <kohaidx:target_index>Heading-use-main-or-added-entry:w</kohaidx:target_index>
43   </kohaidx:index_control_field>
44   <kohaidx:index_control_field tag="008" offset="15" length="1">
45     <kohaidx:target_index>Heading-use-subject-added-entry:w</kohaidx:target_index>
46   </kohaidx:index_control_field>
47   <kohaidx:index_control_field tag="008" offset="16" length="1">
48     <kohaidx:target_index>Heading-use-series-added-entry:w</kohaidx:target_index>
49   </kohaidx:index_control_field>
50   
51   <!-- Personal name headings -->
52   <kohaidx:index_subfields tag="100" subfields="abcdefghjklmnopqrstvxyz">
53     <kohaidx:target_index>Personal-name:w</kohaidx:target_index>
54     <kohaidx:target_index>Personal-name:p</kohaidx:target_index>
55     <kohaidx:target_index>Personal-name:s</kohaidx:target_index>
56   </kohaidx:index_subfields>
57   <kohaidx:index_heading tag="100" subfields="abcdefghjklmnopqrstvxyz" subdivisions="vxyz">
58     <kohaidx:target_index>Personal-name-heading:w</kohaidx:target_index>
59     <kohaidx:target_index>Personal-name-heading:p</kohaidx:target_index>
60     <kohaidx:target_index>Personal-name-heading:s</kohaidx:target_index>
61     <kohaidx:target_index>Heading:w</kohaidx:target_index>
62     <kohaidx:target_index>Heading:p</kohaidx:target_index>
63     <kohaidx:target_index>Heading:s</kohaidx:target_index>
64   </kohaidx:index_heading>
65   <kohaidx:index_heading tag="100" subfields="a">
66     <kohaidx:target_index>Heading-Main:w</kohaidx:target_index>
67     <kohaidx:target_index>Heading-Main:p</kohaidx:target_index>
68     <kohaidx:target_index>Heading-Main:s</kohaidx:target_index>
69   </kohaidx:index_heading>
70   <kohaidx:index_match_heading tag="100" subfields="abcdefghjklmnopqrstvxyz" subdivisions="vxyz">
71     <kohaidx:target_index>Match:w</kohaidx:target_index>
72     <kohaidx:target_index>Match:p</kohaidx:target_index>
73     <kohaidx:target_index>Match-heading:p</kohaidx:target_index>
74     <kohaidx:target_index>Match-heading:s</kohaidx:target_index>
75   </kohaidx:index_match_heading>
76
77   <kohaidx:index_heading tag="400" subfields="abcdefghjklmnopqrstvxyz" subdivisions="vxyz">
78     <kohaidx:target_index>Personal-name-see-from:w</kohaidx:target_index>
79     <kohaidx:target_index>Personal-name-see-from:p</kohaidx:target_index>
80     <kohaidx:target_index>Personal-name-see-from:s</kohaidx:target_index>
81     <kohaidx:target_index>See-from:w</kohaidx:target_index>
82     <kohaidx:target_index>See-from:p</kohaidx:target_index>
83     <kohaidx:target_index>See-from:s</kohaidx:target_index>
84   </kohaidx:index_heading>
85   <kohaidx:index_match_heading tag="400" subfields="abcdefghjklmnopqrstvxyz" subdivisions="vxyz">
86     <kohaidx:target_index>Match:w</kohaidx:target_index>
87     <kohaidx:target_index>Match:p</kohaidx:target_index>
88     <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index>
89     <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index>
90   </kohaidx:index_match_heading>
91   
92   <kohaidx:index_heading tag="500" subfields="abcdefghjklmnopqrstvxyz" subdivisions="vxyz">
93     <kohaidx:target_index>Personal-name-see-also-from:w</kohaidx:target_index>
94     <kohaidx:target_index>Personal-name-see-also-from:p</kohaidx:target_index>
95     <kohaidx:target_index>Personal-name-see-also-from:s</kohaidx:target_index>
96     <kohaidx:target_index>See-also-from:w</kohaidx:target_index>
97     <kohaidx:target_index>See-also-from:p</kohaidx:target_index>
98     <kohaidx:target_index>See-also-from:s</kohaidx:target_index>
99   </kohaidx:index_heading>
100   <kohaidx:index_match_heading tag="500" subfields="abcdefghjklmnopqrstvxyz" subdivisions="vxyz">
101     <kohaidx:target_index>Match:w</kohaidx:target_index>
102     <kohaidx:target_index>Match:p</kohaidx:target_index>
103   </kohaidx:index_match_heading>
104   
105   <!-- Corporate name headings -->
106   <kohaidx:index_subfields tag="110" subfields="abcdefghklmnoprstvxyz">
107     <kohaidx:target_index>Corporate-name:w</kohaidx:target_index>
108     <kohaidx:target_index>Corporate-name:p</kohaidx:target_index>
109   </kohaidx:index_subfields>
110   <kohaidx:index_heading tag="110" subfields="abcdefghklmnoprstvxyz" subdivisions="vxyz">
111     <kohaidx:target_index>Corporate-name-heading:w</kohaidx:target_index>
112     <kohaidx:target_index>Corporate-name-heading:p</kohaidx:target_index>
113     <kohaidx:target_index>Corporate-name-heading:s</kohaidx:target_index>
114     <kohaidx:target_index>Heading:w</kohaidx:target_index>
115     <kohaidx:target_index>Heading:p</kohaidx:target_index>
116     <kohaidx:target_index>Heading:s</kohaidx:target_index>
117   </kohaidx:index_heading>
118   <kohaidx:index_heading tag="110" subfields="a">
119     <kohaidx:target_index>Heading-Main:w</kohaidx:target_index>
120     <kohaidx:target_index>Heading-Main:p</kohaidx:target_index>
121     <kohaidx:target_index>Heading-Main:s</kohaidx:target_index>
122   </kohaidx:index_heading>
123   <kohaidx:index_match_heading tag="110" subfields="abcdefghklmnoprstvxyz" subdivisions="vxyz">
124     <kohaidx:target_index>Match:w</kohaidx:target_index>
125     <kohaidx:target_index>Match:p</kohaidx:target_index>
126     <kohaidx:target_index>Match-heading:p</kohaidx:target_index>
127     <kohaidx:target_index>Match-heading:s</kohaidx:target_index>
128   </kohaidx:index_match_heading>
129   
130   <kohaidx:index_heading tag="410" subfields="abcdefghklmnoprstvxyz" subdivisions="vxyz">
131     <kohaidx:target_index>Corporate-name-see-from:w</kohaidx:target_index>
132     <kohaidx:target_index>Corporate-name-see-from:p</kohaidx:target_index>
133     <kohaidx:target_index>Corporate-name-see-from:s</kohaidx:target_index>
134     <kohaidx:target_index>See-from:w</kohaidx:target_index>
135     <kohaidx:target_index>See-from:p</kohaidx:target_index>
136     <kohaidx:target_index>See-from:s</kohaidx:target_index>
137   </kohaidx:index_heading>
138   <kohaidx:index_match_heading tag="410" subfields="abcdefghklmnoprstvxyz" subdivisions="vxyz">
139     <kohaidx:target_index>Match:w</kohaidx:target_index>
140     <kohaidx:target_index>Match:p</kohaidx:target_index>
141     <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index>
142     <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index>
143   </kohaidx:index_match_heading>
144   
145   <kohaidx:index_heading tag="510" subfields="abcdefghklmnoprstvxyz" subdivisions="vxyz">
146     <kohaidx:target_index>Corporate-name-see-also-from:w</kohaidx:target_index>
147     <kohaidx:target_index>Corporate-name-see-also-from:p</kohaidx:target_index>
148     <kohaidx:target_index>Corporate-name-see-also-from:s</kohaidx:target_index>
149     <kohaidx:target_index>See-also-from:w</kohaidx:target_index>
150     <kohaidx:target_index>See-also-from:p</kohaidx:target_index>
151     <kohaidx:target_index>See-also-from:s</kohaidx:target_index>
152   </kohaidx:index_heading>
153   <kohaidx:index_match_heading tag="510" subfields="abcdefghklmnoprstvxyz" subdivisions="vxyz">
154     <kohaidx:target_index>Match:w</kohaidx:target_index>
155     <kohaidx:target_index>Match:p</kohaidx:target_index>
156   </kohaidx:index_match_heading>
157   
158   <!-- Meeting name -->
159   <kohaidx:index_subfields tag="111" subfields="acdefghjklnpqstvxyz">
160     <kohaidx:target_index>Meeting-name:w</kohaidx:target_index>
161     <kohaidx:target_index>Meeting-name:p</kohaidx:target_index>
162   </kohaidx:index_subfields>
163   <kohaidx:index_heading tag="111" subfields="acdefghjklnpqstvxyz" subdivisions="vxyz">
164     <kohaidx:target_index>Meeting-name-heading:w</kohaidx:target_index>
165     <kohaidx:target_index>Meeting-name-heading:p</kohaidx:target_index>
166     <kohaidx:target_index>Meeting-name-heading:s</kohaidx:target_index>
167     <kohaidx:target_index>Heading:w</kohaidx:target_index>
168     <kohaidx:target_index>Heading:p</kohaidx:target_index>
169     <kohaidx:target_index>Heading:s</kohaidx:target_index>
170   </kohaidx:index_heading>
171   <kohaidx:index_heading tag="111" subfields="a">
172     <kohaidx:target_index>Heading-Main:w</kohaidx:target_index>
173     <kohaidx:target_index>Heading-Main:p</kohaidx:target_index>
174     <kohaidx:target_index>Heading-Main:s</kohaidx:target_index>
175   </kohaidx:index_heading>
176   <kohaidx:index_match_heading tag="111" subfields="acdefghjklnpqstvxyz" subdivisions="vxyz">
177     <kohaidx:target_index>Match:w</kohaidx:target_index>
178     <kohaidx:target_index>Match:p</kohaidx:target_index>
179     <kohaidx:target_index>Match-heading:p</kohaidx:target_index>
180     <kohaidx:target_index>Match-heading:s</kohaidx:target_index>
181   </kohaidx:index_match_heading>
182   
183   <kohaidx:index_heading tag="411" subfields="acdefghjklnpqstvxyz" subdivisions="vxyz">
184     <kohaidx:target_index>Meeting-name-see-from:w</kohaidx:target_index>
185     <kohaidx:target_index>Meeting-name-see-from:p</kohaidx:target_index>
186     <kohaidx:target_index>Meeting-name-see-from:s</kohaidx:target_index>
187     <kohaidx:target_index>See-from:w</kohaidx:target_index>
188     <kohaidx:target_index>See-from:p</kohaidx:target_index>
189     <kohaidx:target_index>See-from:s</kohaidx:target_index>
190   </kohaidx:index_heading>
191   <kohaidx:index_match_heading tag="411" subfields="acdefghjklnpqstvxyz" subdivisions="vxyz">
192     <kohaidx:target_index>Match:w</kohaidx:target_index>
193     <kohaidx:target_index>Match:p</kohaidx:target_index>
194     <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index>
195     <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index>
196   </kohaidx:index_match_heading>
197   
198   <kohaidx:index_heading tag="511" subfields="acdefghjklnpqstvxyz" subdivisions="vxyz">
199     <kohaidx:target_index>Meeting-name-see-also-from:w</kohaidx:target_index>
200     <kohaidx:target_index>Meeting-name-see-also-from:p</kohaidx:target_index>
201     <kohaidx:target_index>Meeting-name-see-also-from:s</kohaidx:target_index>
202     <kohaidx:target_index>See-also-from:w</kohaidx:target_index>
203     <kohaidx:target_index>See-also-from:p</kohaidx:target_index>
204     <kohaidx:target_index>See-also-from:s</kohaidx:target_index>
205   </kohaidx:index_heading>
206   <kohaidx:index_match_heading tag="511" subfields="acdefghjklnpqstvxyz" subdivisions="vxyz">
207     <kohaidx:target_index>Match:w</kohaidx:target_index>
208     <kohaidx:target_index>Match:p</kohaidx:target_index>
209   </kohaidx:index_match_heading>
210   
211   <!-- Uniform title -->
212   <kohaidx:index_subfields tag="130" subfields="adfghklmnoprstvxyz">
213     <kohaidx:target_index>Title-uniform:w</kohaidx:target_index>
214     <kohaidx:target_index>Title-uniform:p</kohaidx:target_index>
215   </kohaidx:index_subfields>
216   <kohaidx:index_heading tag="130" subfields="adfghklmnoprstvxyz" subdivisions="vxyz">
217     <kohaidx:target_index>Title-uniform-heading:w</kohaidx:target_index>
218     <kohaidx:target_index>Title-uniform-heading:p</kohaidx:target_index>
219     <kohaidx:target_index>Title-uniform-heading:s</kohaidx:target_index>
220     <kohaidx:target_index>Heading:w</kohaidx:target_index>
221     <kohaidx:target_index>Heading:p</kohaidx:target_index>
222     <kohaidx:target_index>Heading:s</kohaidx:target_index>
223   </kohaidx:index_heading>
224   <kohaidx:index_heading tag="130" subfields="a">
225     <kohaidx:target_index>Heading-Main:w</kohaidx:target_index>
226     <kohaidx:target_index>Heading-Main:p</kohaidx:target_index>
227     <kohaidx:target_index>Heading-Main:s</kohaidx:target_index>
228   </kohaidx:index_heading>
229   <kohaidx:index_match_heading tag="130" subfields="adfghklmnoprstvxyz" subdivisions="vxyz">
230     <kohaidx:target_index>Match:w</kohaidx:target_index>
231     <kohaidx:target_index>Match:p</kohaidx:target_index>
232     <kohaidx:target_index>Match-heading:p</kohaidx:target_index>
233     <kohaidx:target_index>Match-heading:s</kohaidx:target_index>
234   </kohaidx:index_match_heading>
235   
236   <kohaidx:index_heading tag="430" subfields="adfghklmnoprstvxyz" subdivisions="vxyz">
237     <kohaidx:target_index>Title-uniform-see-from:w</kohaidx:target_index>
238     <kohaidx:target_index>Title-uniform-see-from:p</kohaidx:target_index>
239     <kohaidx:target_index>Title-uniform-see-from:s</kohaidx:target_index>
240     <kohaidx:target_index>See-from:w</kohaidx:target_index>
241     <kohaidx:target_index>See-from:p</kohaidx:target_index>
242     <kohaidx:target_index>See-from:s</kohaidx:target_index>
243   </kohaidx:index_heading>
244   <kohaidx:index_match_heading tag="430" subfields="adfghklmnoprstvxyz" subdivisions="vxyz">
245     <kohaidx:target_index>Match:w</kohaidx:target_index>
246     <kohaidx:target_index>Match:p</kohaidx:target_index>
247     <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index>
248     <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index>
249   </kohaidx:index_match_heading>
250   
251   <kohaidx:index_heading tag="530" subfields="adfghklmnoprstvxyz" subdivisions="vxyz">
252     <kohaidx:target_index>Title-uniform-see-also-from:w</kohaidx:target_index>
253     <kohaidx:target_index>Title-uniform-see-also-from:p</kohaidx:target_index>
254     <kohaidx:target_index>Title-uniform-see-also-from:s</kohaidx:target_index>
255     <kohaidx:target_index>See-also-from:w</kohaidx:target_index>
256     <kohaidx:target_index>See-also-from:p</kohaidx:target_index>
257     <kohaidx:target_index>See-also-from:s</kohaidx:target_index>
258   </kohaidx:index_heading>
259   <kohaidx:index_match_heading tag="530" subfields="adfghklmnoprstvxyz" subdivisions="vxyz">
260     <kohaidx:target_index>Match:w</kohaidx:target_index>
261     <kohaidx:target_index>Match:p</kohaidx:target_index>
262   </kohaidx:index_match_heading>
263   
264   <!-- Chronological term -->
265   <kohaidx:index_subfields tag="148" subfields="avxyz">
266     <kohaidx:target_index>Chronological-term:w</kohaidx:target_index>
267     <kohaidx:target_index>Chronological-term:p</kohaidx:target_index>
268   </kohaidx:index_subfields>
269   <kohaidx:index_heading tag="148" subfields="avxyz" subdivisions="vxyz">
270     <kohaidx:target_index>Chronological-term-heading:w</kohaidx:target_index>
271     <kohaidx:target_index>Chronological-term-heading:p</kohaidx:target_index>
272     <kohaidx:target_index>Chronological-term-heading:s</kohaidx:target_index>
273     <kohaidx:target_index>Heading:w</kohaidx:target_index>
274     <kohaidx:target_index>Heading:p</kohaidx:target_index>
275     <kohaidx:target_index>Heading:s</kohaidx:target_index>
276   </kohaidx:index_heading>
277   <kohaidx:index_heading tag="148" subfields="a">
278     <kohaidx:target_index>Heading-Main:w</kohaidx:target_index>
279     <kohaidx:target_index>Heading-Main:p</kohaidx:target_index>
280     <kohaidx:target_index>Heading-Main:s</kohaidx:target_index>
281   </kohaidx:index_heading>
282   <kohaidx:index_match_heading tag="148" subfields="avxyz" subdivisions="vxyz">
283     <kohaidx:target_index>Match:w</kohaidx:target_index>
284     <kohaidx:target_index>Match:p</kohaidx:target_index>
285     <kohaidx:target_index>Match-heading:p</kohaidx:target_index>
286     <kohaidx:target_index>Match-heading:s</kohaidx:target_index>
287   </kohaidx:index_match_heading>
288   
289   <kohaidx:index_heading tag="448" subfields="avxyz" subdivisions="vxyz">
290     <kohaidx:target_index>Chronological-term-see-from:w</kohaidx:target_index>
291     <kohaidx:target_index>Chronological-term-see-from:p</kohaidx:target_index>
292     <kohaidx:target_index>Chronological-term-see-from:s</kohaidx:target_index>
293     <kohaidx:target_index>See-from:w</kohaidx:target_index>
294     <kohaidx:target_index>See-from:p</kohaidx:target_index>
295     <kohaidx:target_index>See-from:s</kohaidx:target_index>
296   </kohaidx:index_heading>
297   <kohaidx:index_match_heading tag="448" subfields="avxyz" subdivisions="vxyz">
298     <kohaidx:target_index>Match:w</kohaidx:target_index>
299     <kohaidx:target_index>Match:p</kohaidx:target_index>
300     <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index>
301     <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index>
302   </kohaidx:index_match_heading>
303   
304   <kohaidx:index_heading tag="548" subfields="avxyz" subdivisions="vxyz">
305     <kohaidx:target_index>Chronological-term-see-also-from:w</kohaidx:target_index>
306     <kohaidx:target_index>Chronological-term-see-also-from:p</kohaidx:target_index>
307     <kohaidx:target_index>Chronological-term-see-also-from:s</kohaidx:target_index>
308     <kohaidx:target_index>See-also-from:w</kohaidx:target_index>
309     <kohaidx:target_index>See-also-from:p</kohaidx:target_index>
310     <kohaidx:target_index>See-also-from:s</kohaidx:target_index>
311   </kohaidx:index_heading>
312   <kohaidx:index_match_heading tag="548" subfields="avxyz" subdivisions="vxyz">
313     <kohaidx:target_index>Match:w</kohaidx:target_index>
314     <kohaidx:target_index>Match:p</kohaidx:target_index>
315   </kohaidx:index_match_heading>
316   
317   
318   <!-- Topical term -->
319   <kohaidx:index_subfields tag="150" subfields="abvxyz">
320     <kohaidx:target_index>Subject-topical:w</kohaidx:target_index>
321     <kohaidx:target_index>Subject-topical:p</kohaidx:target_index>
322   </kohaidx:index_subfields>
323   <kohaidx:index_heading tag="150" subfields="abvxyz" subdivisions="vxyz">
324     <kohaidx:target_index>Subject-topical-heading:w</kohaidx:target_index>
325     <kohaidx:target_index>Subject-topical-heading:p</kohaidx:target_index>
326     <kohaidx:target_index>Subject-topical-heading:s</kohaidx:target_index>
327     <kohaidx:target_index>Heading:w</kohaidx:target_index>
328     <kohaidx:target_index>Heading:p</kohaidx:target_index>
329     <kohaidx:target_index>Heading:s</kohaidx:target_index>
330   </kohaidx:index_heading>
331   <kohaidx:index_heading tag="150" subfields="a">
332     <kohaidx:target_index>Heading-Main:w</kohaidx:target_index>
333     <kohaidx:target_index>Heading-Main:p</kohaidx:target_index>
334     <kohaidx:target_index>Heading-Main:s</kohaidx:target_index>
335   </kohaidx:index_heading>
336   <kohaidx:index_match_heading tag="150" subfields="abvxyz" subdivisions="vxyz">
337     <kohaidx:target_index>Match:w</kohaidx:target_index>
338     <kohaidx:target_index>Match:p</kohaidx:target_index>
339     <kohaidx:target_index>Match-heading:p</kohaidx:target_index>
340     <kohaidx:target_index>Match-heading:s</kohaidx:target_index>
341   </kohaidx:index_match_heading>
342   
343   <kohaidx:index_heading tag="450" subfields="abvxyz" subdivisions="vxyz">
344     <kohaidx:target_index>Subject-topical-see-from:w</kohaidx:target_index>
345     <kohaidx:target_index>Subject-topical-see-from:p</kohaidx:target_index>
346     <kohaidx:target_index>Subject-topical-see-from:s</kohaidx:target_index>
347     <kohaidx:target_index>See-from:w</kohaidx:target_index>
348     <kohaidx:target_index>See-from:p</kohaidx:target_index>
349     <kohaidx:target_index>See-from:s</kohaidx:target_index>
350   </kohaidx:index_heading>
351   <kohaidx:index_match_heading tag="450" subfields="abvxyz" subdivisions="vxyz">
352     <kohaidx:target_index>Match:w</kohaidx:target_index>
353     <kohaidx:target_index>Match:p</kohaidx:target_index>
354     <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index>
355     <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index>
356   </kohaidx:index_match_heading>
357   
358   <kohaidx:index_heading tag="550" subfields="abvxyz" subdivisions="vxyz">
359     <kohaidx:target_index>Subject-topical-see-also-from:w</kohaidx:target_index>
360     <kohaidx:target_index>Subject-topical-see-also-from:p</kohaidx:target_index>
361     <kohaidx:target_index>Subject-topical-see-also-from:s</kohaidx:target_index>
362     <kohaidx:target_index>See-also-from:w</kohaidx:target_index>
363     <kohaidx:target_index>See-also-from:p</kohaidx:target_index>
364     <kohaidx:target_index>See-also-from:s</kohaidx:target_index>
365   </kohaidx:index_heading>
366   <kohaidx:index_match_heading tag="550" subfields="abvxyz" subdivisions="vxyz">
367     <kohaidx:target_index>Match:w</kohaidx:target_index>
368     <kohaidx:target_index>Match:p</kohaidx:target_index>
369   </kohaidx:index_match_heading>
370   
371   <!-- Geographic name -->
372   <kohaidx:index_subfields tag="151" subfields="avxyz">
373     <kohaidx:target_index>Name-geographic:w</kohaidx:target_index>
374     <kohaidx:target_index>Name-geographic:p</kohaidx:target_index>
375   </kohaidx:index_subfields>
376   <kohaidx:index_heading tag="151" subfields="avxyz" subdivisions="vxyz">
377     <kohaidx:target_index>Name-geographic-heading:w</kohaidx:target_index>
378     <kohaidx:target_index>Name-geographic-heading:p</kohaidx:target_index>
379     <kohaidx:target_index>Name-geographic-heading:s</kohaidx:target_index>
380     <kohaidx:target_index>Heading:w</kohaidx:target_index>
381     <kohaidx:target_index>Heading:p</kohaidx:target_index>
382     <kohaidx:target_index>Heading:s</kohaidx:target_index>
383   </kohaidx:index_heading>
384   <kohaidx:index_heading tag="151" subfields="a">
385     <kohaidx:target_index>Heading-Main:w</kohaidx:target_index>
386     <kohaidx:target_index>Heading-Main:p</kohaidx:target_index>
387     <kohaidx:target_index>Heading-Main:s</kohaidx:target_index>
388   </kohaidx:index_heading>
389   <kohaidx:index_match_heading tag="151" subfields="avxyz" subdivisions="vxyz">
390     <kohaidx:target_index>Match:w</kohaidx:target_index>
391     <kohaidx:target_index>Match:p</kohaidx:target_index>
392     <kohaidx:target_index>Match-heading:p</kohaidx:target_index>
393     <kohaidx:target_index>Match-heading:s</kohaidx:target_index>
394   </kohaidx:index_match_heading>
395   
396   <kohaidx:index_heading tag="451" subfields="avxyz" subdivisions="vxyz">
397     <kohaidx:target_index>Name-geographic-see-from:w</kohaidx:target_index>
398     <kohaidx:target_index>Name-geographic-see-from:p</kohaidx:target_index>
399     <kohaidx:target_index>Name-geographic-see-from:s</kohaidx:target_index>
400     <kohaidx:target_index>See-from:w</kohaidx:target_index>
401     <kohaidx:target_index>See-from:p</kohaidx:target_index>
402     <kohaidx:target_index>See-from:s</kohaidx:target_index>
403   </kohaidx:index_heading>
404   <kohaidx:index_match_heading tag="451" subfields="avxyz" subdivisions="vxyz">
405     <kohaidx:target_index>Match:w</kohaidx:target_index>
406     <kohaidx:target_index>Match:p</kohaidx:target_index>
407     <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index>
408     <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index>
409   </kohaidx:index_match_heading>
410   
411   <kohaidx:index_heading tag="551" subfields="avxyz" subdivisions="vxyz">
412     <kohaidx:target_index>Name-geographic-see-also-from:w</kohaidx:target_index>
413     <kohaidx:target_index>Name-geographic-see-also-from:p</kohaidx:target_index>
414     <kohaidx:target_index>Name-geographic-see-also-from:s</kohaidx:target_index>
415     <kohaidx:target_index>See-also-from:w</kohaidx:target_index>
416     <kohaidx:target_index>See-also-from:p</kohaidx:target_index>
417     <kohaidx:target_index>See-also-from:s</kohaidx:target_index>
418   </kohaidx:index_heading>
419   <kohaidx:index_match_heading tag="551" subfields="avxyz" subdivisions="vxyz">
420     <kohaidx:target_index>Match:w</kohaidx:target_index>
421     <kohaidx:target_index>Match:p</kohaidx:target_index>
422   </kohaidx:index_match_heading>
423   
424   <!-- Genre/form term -->
425   <kohaidx:index_subfields tag="155" subfields="avxyz">
426     <kohaidx:target_index>Term-genre-form:w</kohaidx:target_index>
427     <kohaidx:target_index>Term-genre-form:p</kohaidx:target_index>
428   </kohaidx:index_subfields>
429   <kohaidx:index_heading tag="155" subfields="avxyz" subdivisions="vxyz">
430     <kohaidx:target_index>Term-genre-form-heading:w</kohaidx:target_index>
431     <kohaidx:target_index>Term-genre-form-heading:p</kohaidx:target_index>
432     <kohaidx:target_index>Term-genre-form-heading:s</kohaidx:target_index>
433     <kohaidx:target_index>Heading:w</kohaidx:target_index>
434     <kohaidx:target_index>Heading:p</kohaidx:target_index>
435     <kohaidx:target_index>Heading:s</kohaidx:target_index>
436   </kohaidx:index_heading>
437   <kohaidx:index_heading tag="155" subfields="a">
438     <kohaidx:target_index>Heading-Main:w</kohaidx:target_index>
439     <kohaidx:target_index>Heading-Main:p</kohaidx:target_index>
440     <kohaidx:target_index>Heading-Main:s</kohaidx:target_index>
441   </kohaidx:index_heading>
442   <kohaidx:index_match_heading tag="155" subfields="avxyz" subdivisions="vxyz">
443     <kohaidx:target_index>Match:w</kohaidx:target_index>
444     <kohaidx:target_index>Match:p</kohaidx:target_index>
445     <kohaidx:target_index>Match-heading:p</kohaidx:target_index>
446     <kohaidx:target_index>Match-heading:s</kohaidx:target_index>
447   </kohaidx:index_match_heading>
448   
449   <kohaidx:index_heading tag="455" subfields="avxyz" subdivisions="vxyz">
450     <kohaidx:target_index>Term-genre-form-see-from:w</kohaidx:target_index>
451     <kohaidx:target_index>Term-genre-form-see-from:p</kohaidx:target_index>
452     <kohaidx:target_index>Term-genre-form-see-from:s</kohaidx:target_index>
453     <kohaidx:target_index>See-from:w</kohaidx:target_index>
454     <kohaidx:target_index>See-from:p</kohaidx:target_index>
455     <kohaidx:target_index>See-from:s</kohaidx:target_index>
456   </kohaidx:index_heading>
457   <kohaidx:index_match_heading tag="455" subfields="avxyz" subdivisions="vxyz">
458     <kohaidx:target_index>Match:w</kohaidx:target_index>
459     <kohaidx:target_index>Match:p</kohaidx:target_index>
460     <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index>
461     <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index>
462   </kohaidx:index_match_heading>
463   
464   <kohaidx:index_heading tag="555" subfields="avxyz" subdivisions="vxyz">
465     <kohaidx:target_index>Term-genre-form-see-also-from:w</kohaidx:target_index>
466     <kohaidx:target_index>Term-genre-form-see-also-from:p</kohaidx:target_index>
467     <kohaidx:target_index>Term-genre-form-see-also-from:s</kohaidx:target_index>
468     <kohaidx:target_index>See-also-from:w</kohaidx:target_index>
469     <kohaidx:target_index>See-also-from:p</kohaidx:target_index>
470     <kohaidx:target_index>See-also-from:s</kohaidx:target_index>
471   </kohaidx:index_heading>
472   <kohaidx:index_match_heading tag="555" subfields="avxyz" subdivisions="vxyz">
473     <kohaidx:target_index>Match:w</kohaidx:target_index>
474     <kohaidx:target_index>Match:p</kohaidx:target_index>
475   </kohaidx:index_match_heading>
476   
477   <!-- General subdivision -->
478   <kohaidx:index_heading tag="180" subfields="vxyz" subdivisions="vxyz">
479     <kohaidx:target_index>General-subdivision:w</kohaidx:target_index>
480     <kohaidx:target_index>General-subdivision:p</kohaidx:target_index>
481     <kohaidx:target_index>General-subdivision:s</kohaidx:target_index>
482     <kohaidx:target_index>Subdivision:w</kohaidx:target_index>
483     <kohaidx:target_index>Subdivision:p</kohaidx:target_index>
484     <kohaidx:target_index>Subdivision:s</kohaidx:target_index>
485   </kohaidx:index_heading>
486   <kohaidx:index_match_heading tag="180" subfields="vxyz" subdivisions="vxyz">
487     <kohaidx:target_index>Match-subdivision:p</kohaidx:target_index>
488     <kohaidx:target_index>Match-subdivision:s</kohaidx:target_index>
489   </kohaidx:index_match_heading>
490   
491   <kohaidx:index_heading tag="480" subfields="vxyz" subdivisions="vxyz">
492     <kohaidx:target_index>General-subdivision-see-from:w</kohaidx:target_index>
493     <kohaidx:target_index>General-subdivision-see-from:p</kohaidx:target_index>
494     <kohaidx:target_index>General-subdivision-see-from:s</kohaidx:target_index>
495     <kohaidx:target_index>Subdivision-see-from:w</kohaidx:target_index>
496     <kohaidx:target_index>Subdivision-see-from:p</kohaidx:target_index>
497     <kohaidx:target_index>Subdivision-see-from:s</kohaidx:target_index>
498   </kohaidx:index_heading>
499   <kohaidx:index_match_heading tag="480" subfields="vxyz" subdivisions="vxyz">
500     <kohaidx:target_index>Match-subdivision-see-from:p</kohaidx:target_index>
501     <kohaidx:target_index>Match-subdivision-see-from:s</kohaidx:target_index>
502   </kohaidx:index_match_heading>
503   
504   <kohaidx:index_heading tag="580" subfields="vxyz" subdivisions="vxyz">
505     <kohaidx:target_index>General-subdivision-see-also-from:w</kohaidx:target_index>
506     <kohaidx:target_index>General-subdivision-see-also-from:p</kohaidx:target_index>
507     <kohaidx:target_index>General-subdivision-see-also-from:s</kohaidx:target_index>
508     <kohaidx:target_index>Subdivision-see-also-from:w</kohaidx:target_index>
509     <kohaidx:target_index>Subdivision-see-also-from:p</kohaidx:target_index>
510     <kohaidx:target_index>Subdivision-see-also-from:s</kohaidx:target_index>
511   </kohaidx:index_heading>
512   
513   <!-- Geographic subdivision -->
514   <kohaidx:index_heading tag="181" subfields="vxyz" subdivisions="vxyz">
515     <kohaidx:target_index>Geographic-subdivision:w</kohaidx:target_index>
516     <kohaidx:target_index>Geographic-subdivision:p</kohaidx:target_index>
517     <kohaidx:target_index>Geographic-subdivision:s</kohaidx:target_index>
518     <kohaidx:target_index>Subdivision:w</kohaidx:target_index>
519     <kohaidx:target_index>Subdivision:p</kohaidx:target_index>
520     <kohaidx:target_index>Subdivision:s</kohaidx:target_index>
521   </kohaidx:index_heading>
522   <kohaidx:index_match_heading tag="181" subfields="vxyz" subdivisions="vxyz">
523     <kohaidx:target_index>Match-subdivision:p</kohaidx:target_index>
524     <kohaidx:target_index>Match-subdivision:s</kohaidx:target_index>
525   </kohaidx:index_match_heading>
526   
527   <kohaidx:index_heading tag="481" subfields="vxyz" subdivisions="vxyz">
528     <kohaidx:target_index>Geographic-subdivision-see-from:w</kohaidx:target_index>
529     <kohaidx:target_index>Geographic-subdivision-see-from:p</kohaidx:target_index>
530     <kohaidx:target_index>Geographic-subdivision-see-from:s</kohaidx:target_index>
531     <kohaidx:target_index>Subdivision-see-from:w</kohaidx:target_index>
532     <kohaidx:target_index>Subdivision-see-from:p</kohaidx:target_index>
533     <kohaidx:target_index>Subdivision-see-from:s</kohaidx:target_index>
534   </kohaidx:index_heading>
535   <kohaidx:index_match_heading tag="481" subfields="vxyz" subdivisions="vxyz">
536     <kohaidx:target_index>Match-subdivision-see-from:p</kohaidx:target_index>
537     <kohaidx:target_index>Match-subdivision-see-from:s</kohaidx:target_index>
538   </kohaidx:index_match_heading>
539   
540   <kohaidx:index_heading tag="581" subfields="vxyz" subdivisions="vxyz">
541     <kohaidx:target_index>Geographic-subdivision-see-also-from:w</kohaidx:target_index>
542     <kohaidx:target_index>Geographic-subdivision-see-also-from:p</kohaidx:target_index>
543     <kohaidx:target_index>Geographic-subdivision-see-also-from:s</kohaidx:target_index>
544     <kohaidx:target_index>Subdivision-see-also-from:w</kohaidx:target_index>
545     <kohaidx:target_index>Subdivision-see-also-from:p</kohaidx:target_index>
546     <kohaidx:target_index>Subdivision-see-also-from:s</kohaidx:target_index>
547   </kohaidx:index_heading>
548   
549   <!-- Chronological subdivision -->
550   <kohaidx:index_heading tag="182" subfields="vxyz" subdivisions="vxyz">
551     <kohaidx:target_index>Chronological-subdivision:w</kohaidx:target_index>
552     <kohaidx:target_index>Chronological-subdivision:p</kohaidx:target_index>
553     <kohaidx:target_index>Chronological-subdivision:s</kohaidx:target_index>
554     <kohaidx:target_index>Subdivision:w</kohaidx:target_index>
555     <kohaidx:target_index>Subdivision:p</kohaidx:target_index>
556     <kohaidx:target_index>Subdivision:s</kohaidx:target_index>
557   </kohaidx:index_heading>
558   <kohaidx:index_match_heading tag="182" subfields="vxyz" subdivisions="vxyz">
559     <kohaidx:target_index>Match-subdivision:p</kohaidx:target_index>
560     <kohaidx:target_index>Match-subdivision:s</kohaidx:target_index>
561   </kohaidx:index_match_heading>
562   
563   <kohaidx:index_heading tag="482" subfields="vxyz" subdivisions="vxyz">
564     <kohaidx:target_index>Chronological-subdivision-see-from:w</kohaidx:target_index>
565     <kohaidx:target_index>Chronological-subdivision-see-from:p</kohaidx:target_index>
566     <kohaidx:target_index>Chronological-subdivision-see-from:s</kohaidx:target_index>
567     <kohaidx:target_index>Subdivision-see-from:w</kohaidx:target_index>
568     <kohaidx:target_index>Subdivision-see-from:p</kohaidx:target_index>
569     <kohaidx:target_index>Subdivision-see-from:s</kohaidx:target_index>
570   </kohaidx:index_heading>
571   <kohaidx:index_match_heading tag="482" subfields="vxyz" subdivisions="vxyz">
572     <kohaidx:target_index>Match-subdivision-see-from:p</kohaidx:target_index>
573     <kohaidx:target_index>Match-subdivision-see-from:s</kohaidx:target_index>
574   </kohaidx:index_match_heading>
575   
576   <kohaidx:index_heading tag="582" subfields="vxyz" subdivisions="vxyz">
577     <kohaidx:target_index>Chronological-subdivision-see-also-from:w</kohaidx:target_index>
578     <kohaidx:target_index>Chronological-subdivision-see-also-from:p</kohaidx:target_index>
579     <kohaidx:target_index>Chronological-subdivision-see-also-from:s</kohaidx:target_index>
580     <kohaidx:target_index>Subdivision-see-also-from:w</kohaidx:target_index>
581     <kohaidx:target_index>Subdivision-see-also-from:p</kohaidx:target_index>
582     <kohaidx:target_index>Subdivision-see-also-from:s</kohaidx:target_index>
583   </kohaidx:index_heading>
584   
585   <!-- Form subdivision -->
586   <kohaidx:index_heading tag="185" subfields="vxyz" subdivisions="vxyz">
587     <kohaidx:target_index>Form-subdivision:w</kohaidx:target_index>
588     <kohaidx:target_index>Form-subdivision:p</kohaidx:target_index>
589     <kohaidx:target_index>Form-subdivision:s</kohaidx:target_index>
590     <kohaidx:target_index>Subdivision:w</kohaidx:target_index>
591     <kohaidx:target_index>Subdivision:p</kohaidx:target_index>
592     <kohaidx:target_index>Subdivision:s</kohaidx:target_index>
593   </kohaidx:index_heading>
594   <kohaidx:index_match_heading tag="485" subfields="vxyz" subdivisions="vxyz">
595     <kohaidx:target_index>Match-subdivision:p</kohaidx:target_index>
596     <kohaidx:target_index>Match-subdivision:s</kohaidx:target_index>
597   </kohaidx:index_match_heading>
598   
599   <kohaidx:index_heading tag="485" subfields="vxyz" subdivisions="vxyz">
600     <kohaidx:target_index>Form-subdivision-see-from:w</kohaidx:target_index>
601     <kohaidx:target_index>Form-subdivision-see-from:p</kohaidx:target_index>
602     <kohaidx:target_index>Form-subdivision-see-from:s</kohaidx:target_index>
603     <kohaidx:target_index>Subdivision-see-from:w</kohaidx:target_index>
604     <kohaidx:target_index>Subdivision-see-from:p</kohaidx:target_index>
605     <kohaidx:target_index>Subdivision-see-from:s</kohaidx:target_index>
606   </kohaidx:index_heading>
607   <kohaidx:index_match_heading tag="185" subfields="vxyz" subdivisions="vxyz">
608     <kohaidx:target_index>Match-subdivision-see-from:p</kohaidx:target_index>
609     <kohaidx:target_index>Match-subdivision-see-from:s</kohaidx:target_index>
610   </kohaidx:index_match_heading>
611   
612   <kohaidx:index_heading tag="585" subfields="vxyz" subdivisions="vxyz">
613     <kohaidx:target_index>Form-subdivision-see-also-from:w</kohaidx:target_index>
614     <kohaidx:target_index>Form-subdivision-see-also-from:p</kohaidx:target_index>
615     <kohaidx:target_index>Form-subdivision-see-also-from:s</kohaidx:target_index>
616     <kohaidx:target_index>Subdivision-see-also-from:w</kohaidx:target_index>
617     <kohaidx:target_index>Subdivision-see-also-from:p</kohaidx:target_index>
618     <kohaidx:target_index>Subdivision-see-also-from:s</kohaidx:target_index>
619   </kohaidx:index_heading>
620   
621   <kohaidx:index_subfields tag="942" subfields="a">
622     <kohaidx:target_index>authtype:w</kohaidx:target_index>
623   </kohaidx:index_subfields>
624 </kohaidx:index_defs>