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