0f4bafb489f68f76722fd39e764a411e5d758e83
[metaproxy-moved-to-github.git] / etc / retrievalinfo.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- $Id: retrievalinfo.xml,v 1.1 2006-09-11 08:40:36 marc Exp $ -->
4
5 <!-- this file configures the retrieval possibilities of YAZ -->
6 <!-- It is a superset of the schemaInfo of http://explain.z3950.org/ -->
7 <!-- Other info:  Z39.92 -->
8 <!-- highly experimental, might change! --> 
9
10   <retrievalInfo 
11       xmlns="http://indexdata.com/retrieval"
12       version="1.0">
13     <retrieval 
14         syntax="grs-1"
15         identifier="1.2.840.10003.5.105"
16         location="http://www.loc.gov/z3950/agency/asn1.html#RecordSyntax-generic"/>
17     <retrieval 
18         syntax="marc21" 
19         identifier="1.2.840.10003.5.10"
20         location="http://www.loc.gov/marc/">
21       <title lang="en">Marc21</title>
22       <elementset name="F">
23         <title lang="en" primary="true">Full Marc21 Record</title>
24         <backend syntax="usmarc" name="F"/>
25       </elementset>
26       <elementset name="B">
27         <title lang="en" primary="true">Brief Marc21 Record</title>
28         <backend syntax="usmarc" name="B"/>
29       </elementset>
30     </retrieval>
31
32     <retrieval 
33         syntax="xml" 
34         identifier="1.2.840.10003.5.109.10"
35         location="http://www.w3.org/XML/">
36         <!-- location="http://www.w3.org/TR/2006/REC-xml-20060816/"  -->
37       <title lang="en">XML</title>
38       <elementset
39           identifier="info:srw/schema/1/marcxml-v1.1"
40           location="http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd"
41           name="marcxml">
42         <title lang="en">MarcXML</title>
43         <backend syntax="usmarc" name="F"/>
44         <convert>
45           <marc inputformat="marc" outputformat="marcxml"
46                 inputcharset="marc-8"/>
47         </convert>
48       </elementset>
49       
50       <elementset 
51           name="marcxchange">
52         <title lang="en">Marc XChange</title>
53         <backend syntax="usmarc" name="F"/>
54         <convert>
55           <marc inputformat="marc" outputformat="marcxchange"
56                 inputcharset="marc-8"/>
57         </convert>
58       </elementset>
59       
60       <elementset 
61           identifier="info:srw/schema/1/dc-v1.1"
62           location="http://www.loc.gov/standards/sru/dc-schema.xsd"
63           name="dc">
64         <title lang="en">Dublin Core</title>
65         <backend syntax="usmarc" name="F"/>
66         <convert>
67           <marc inputformat="marc" outputformat="marcxml"
68                 inputcharset="marc-8"/>
69           <xslt stylesheet="../etc/MARC21slim2DC.xsl"/>
70         </convert>
71       </elementset>
72     </retrieval>
73   </retrievalInfo>
74
75 <!--
76   <schemaInfo>
77     <schema identifier="info:srw/schema/2/rec-1.0"
78             location="http://srw.cheshire3.org/schemas/rec/1.0/rec.xsd" 
79             name="rec"
80             retrieve="true">
81       <title lang="en">Record Metadata</title>
82       
83     </schema>
84     <schema identifier="info:srw/schema/1/dc-v1.1"
85             location="http://www.loc.gov/standards/sru/dc-schema.xsd" 
86             name="dc"
87             retrieve="true">
88       <title lang="en">Dublin Core</title>
89     </schema>
90     <schema identifier="info:srw/schema/1/mods-v3.0"
91             location="http://www.loc.gov/standards/mods/v3/mods-3-0.xsd"
92             name="mods"
93             retrieve="true">
94       <title lang="en">Mods</title>
95     </schema>
96     <schema identifier="info:srw/schema/1/marcxml-v1.1"
97             location="http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd"
98             name="marcxml"
99             retrieve="true">
100       <title lang="en">MarcXML</title>
101     </schema>
102   </schemaInfo>
103 -->
104