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