source: trunk/gsdl/packages/yaz/tab/explain.abs@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 7.9 KB
Line 
1# This Explain schema is used for our internal management and processing of
2# explain data. On request, records are mapped to the proper Explain ASN.1
3# before transmission.
4#
5# $Id: explain.abs 1343 2000-08-03 03:12:39Z johnmcp $
6
7name explain
8reference Explain-schema
9attset explain
10tagset explain.tag
11
12esetname B @
13esetname F @
14
15
16section rpnCapabilities
17elm (4,550) rpnOperators -
18elm (4,550)/(4,551) rpnOperator -
19elm (4,552) resultSetAsOperandSupported -
20elm (4,553) restrictionOperandSupported -
21elm (4,554) proximitySupport -
22elm (4,554)/(4,555) anySupport -
23elm (4,554)/(4,556) unitsSupported -
24elm (4,554)/(4,556)/(4,557) unitSupported -
25elm (4,554)/(4,556)/(4,557)/(4,558) known -
26elm (4,554)/(4,556)/(4,557)/(4,559) private -
27elm (4,554)/(4,556)/(4,557)/(4,559)/(4,558) privateUnit -
28elm (4,554)/(4,556)/(4,557)/(4,559)/(4,560) description -
29
30section accessInfo
31elm (4,501) queryTypesSupported -
32elm (4,501)/(4,518) queryTypeDetails -
33elm (4,501)/(4,518)/(4,519):rpnCapabilities rpnCapabilities -
34elm (4,501)/(4,518)/(4,520) iso8777Capabilities -
35elm (4,501)/(4,518)/(4,521) privateCapabilities -
36elm (4,503) diagnosticSets -
37elm (4,503)/(4,1000) diagnosticSet -
38elm (4,505) attributeSetIds -
39elm (4,505)/(4,1000) attributeSetId -
40elm (4,507) schemas -
41elm (4,507)/(4,1000) schema -
42elm (4,509) recordSyntaxes -
43elm (4,509)/(4,1000) recordSyntax -
44elm (4,511) resourceChallenges -
45elm (4,511)/(4,1000) resourceChallenge -
46elm (4,513) restrictedAccess -
47elm (4,514) costInfo -
48elm (4,515) variantSets -
49elm (4,515)/(4,1000) variantSets -
50elm (4,516) elementSetNames -
51elm (4,516)/(4,1001) elementSetName -
52elm (4,517) unitSystems -
53elm (4,517)/(4,1001) unitSystem -
54
55section commonInfo
56elm (4,601) dateAdded !
57elm (4,602) dateChanged !
58elm (4,603) expiry DateExpired
59elm (4,604) languageCode HumanStringLanguage
60
61section contactInfo
62elm (4,102) name -
63elm (4,113) description -
64elm (4,127) address -
65elm (4,128) email -
66elm (4,129) phone -
67
68section stringOrNumeric
69elm (4,1001) string -
70elm (4,1002) numeric -
71
72section attributeSetDetailsValue
73elm (4,709) attributeValue -
74elm (4,709)/(4,710):stringOrNumeric value -
75elm (4,709)/(4,113) description -
76elm (4,709)/(4,712) subAttributes -
77elm (4,709)/(4,712)/(4,713):stringOrNumeric subAttribute -
78elm (4,709)/(4,714) superAttributes -
79elm (4,709)/(4,714)/(4,715):stringOrNumeric superAttributes -
80elm (4,709)/(4,711) partialSupport -
81
82section attributeSetDetails
83elm (4,1000) attributeSet -
84elm (4,702) attributesByType -
85elm (4,702)/(4,703) attributeTypeDetails -
86elm (4,702)/(4,703)/(4,704) attributeType -
87elm (4,702)/(4,703)/(4,705) defaultIfOmitted -
88elm (4,702)/(4,703)/(4,705)/(4,706):stringOrNumeric defaultValue -
89elm (4,702)/(4,703)/(4,705)/(4,113) defaultDescription -
90elm (4,702)/(4,703)/(4,708):attributeSetDetailsValue attributeValues -
91
92section attributeCombinations
93elm (4,1000) attributeSet -
94elm (4,717) legalCombinations -
95elm (4,717)/(4,718) legalCombination -
96elm (4,717)/(4,718)/(4,719) attributeOccurrence -
97elm (4,717)/(4,718)/(4,719)/(4,1000) attributeSetId -
98elm (4,717)/(4,718)/(4,719)/(4,704) attributeType -
99elm (4,717)/(4,718)/(4,719)/(4,720) mustBeSupplied -
100elm (4,717)/(4,718)/(4,719)/(4,721) anyOrNone -
101elm (4,717)/(4,718)/(4,719)/(4,722) specific -
102elm (4,717)/(4,718)/(4,719)/(4,722)/(4,710):stringOrNumeric value -
103
104section attributeType
105elm (4,751) attributeType -
106elm (4,751)/(4,102) attributeName -
107elm (4,751)/(4,113) attributeDescription -
108elm (4,751)/(4,704) type -
109elm (4,751)/(4,708) attributeValues -
110elm (4,751)/(4,708)/(4,709) attributeValue -
111elm (4,751)/(4,708)/(4,709)/(4,102) name -
112elm (4,751)/(4,708)/(4,709)/(4,113) description -
113elm (4,751)/(4,708)/(4,709)/(4,710):stringOrNumeric attributeValue -
114elm (4,751)/(4,708)/(4,709)/(4,752):stringOrNumeric equivalentAttribute -
115
116section main
117#
118# CategoryList
119#
120elm (4,1) categoryList ExplainCategory
121elm (4,1)/(4,600):commonInfo categoryListCommonInfo -
122elm (4,1)/(4,300) categories -
123elm (4,1)/(4,300)/(4,301) category -
124elm (4,1)/(4,300)/(4,301)/(4,102) categoryName -
125elm (4,1)/(4,300)/(4,301)/(4,302) originalName -
126elm (4,1)/(4,300)/(4,301)/(4,113) description -
127elm (4,1)/(4,300)/(4,301)/(4,303) asn1Module -
128elm (4,1)/? other -
129
130#
131# TargetInfo
132#
133elm (4,2) targetInfo ExplainCategory
134elm (4,2)/(4,600):commonInfo targetCommonInfo -
135elm (4,2)/(4,102) targetName TargetName
136elm (4,2)/(4,103) recentNews -
137elm (4,2)/(4,104) icon -
138elm (4,2)/(4,105) namedResultSets -
139elm (4,2)/(4,106) multipleDbSearch -
140elm (4,2)/(4,107) maxResultSets -
141elm (4,2)/(4,108) maxResultSize -
142elm (4,2)/(4,109) maxTerms -
143elm (4,2)/(4,110) timeoutInterval -
144elm (4,2)/(4,111) welcomeMessage -
145elm (4,2)/(4,112):contactInfo contactInfo -
146elm (4,2)/(4,113) description -
147elm (4,2)/(4,114) nicknames -
148elm (4,2)/(4,114)/(4,102) nickname -
149elm (4,2)/(4,115) usageRestrictions -
150elm (4,2)/(4,116) paymentAddr -
151elm (4,2)/(4,117) hours -
152elm (4,2)/(4,118) dbCombinations -
153elm (4,2)/(4,118)/(4,605) databaseList -
154elm (4,2)/(4,118)/(4,605)/(4,102) databaseName -
155elm (4,2)/(4,119) addresses -
156elm (4,2)/(4,119)/(4,120) internetAddress -
157elm (4,2)/(4,119)/(4,120)/(4,121) host -
158elm (4,2)/(4,119)/(4,120)/(4,122) port -
159elm (4,2)/(4,119)/(4,123) otherAddress -
160elm (4,2)/(4,119)/(4,123)/(4,124) addressType -
161elm (4,2)/(4,119)/(4,123)/(4,121) address -
162elm (4,2)/(4,125) languages -
163elm (4,2)/(4,125)/(4,126) language -
164elm (4,2)/(4,500):accessInfo commonAccessInfo -
165elm (4,2)/? other -
166#
167# DatabaseInfo
168#
169elm (4,3) databaseInfo ExplainCategory
170elm (4,3)/(4,600):commonInfo databaseCommonInfo -
171elm (4,3)/(4,102) databaseName DatabaseName
172elm (4,3)/(4,226) explainDatabase -
173elm (4,3)/(4,114) nicknames -
174elm (4,3)/(4,114)/(4,102) nickname -
175elm (4,3)/(4,104) icon -
176elm (4,3)/(4,201) userFee -
177elm (4,3)/(4,202) available Availability
178elm (4,3)/(4,203) titleString -
179elm (4,3)/(4,227) keywords -
180elm (4,3)/(4,227)/(4,1000) keyword -
181elm (4,3)/(4,113) description -
182elm (4,3)/(4,205) associatedDbs -
183elm (4,3)/(4,205)/(4,605) databaseList -
184elm (4,3)/(4,205)/(4,605)/(4,102) databaseName -
185elm (4,3)/(4,206) subDbs -
186elm (4,3)/(4,206)/(4,605) databaseList -
187elm (4,3)/(4,206)/(4,605)/(4,102) databaseName -
188elm (4,3)/(4,207) disclaimers -
189elm (4,3)/(4,103) recentNews -
190elm (4,3)/(4,209) recordCount -
191elm (4,3)/(4,209)/(4,210) recordCountActual -
192elm (4,3)/(4,209)/(4,211) recordCountApprox -
193elm (4,3)/(4,212) defaultOrder -
194elm (4,3)/(4,213) avRecordSize -
195elm (4,3)/(4,214) maxRecordSize -
196elm (4,3)/(4,215) hours -
197elm (4,3)/(4,216) bestTime -
198elm (4,3)/(4,217) lastUpdate -
199elm (4,3)/(4,218) updateInterval -
200elm (4,3)/(4,219) coverage -
201elm (4,3)/(4,220) proprietary -
202elm (4,3)/(4,221) copyrightText -
203elm (4,3)/(4,222) copyrightNotice -
204elm (4,3)/(4,223):contactInfo producerContactInfo -
205elm (4,3)/(4,224):contactInfo supplierContactInfo -
206elm (4,3)/(4,225):contactInfo submissionContactInfo -
207elm (4,3)/(4,500):accessInfo databaseAccessInfo -
208elm (4,3)/? other -
209#
210# AttributeSetInfo
211#
212elm (4,7) attributeSetInfo ExplainCategory
213elm (4,7)/(4,600):commonInfo attributeSetInfoCommonInfo -
214elm (4,7)/(4,1000) attributeSet AttributeSetOID
215elm (4,7)/(4,113) description -
216elm (4,7)/(4,102) name -
217elm (4,7)/(4,750):attributeType attributes -
218elm (4,7)/? other -
219#
220# AttributeDetails
221#
222elm (4,10) attributeDetails ExplainCategory
223elm (4,10)/(4,600):commonInfo attributeDetailsCommonInfo -
224elm (4,10)/(4,102) databaseName DatabaseName
225elm (4,10)/(4,700) attributesBySet -
226elm (4,10)/(4,700)/(4,701):attributeSetDetails attributeSetDetails -
227elm (4,10)/(4,716):attributeCombinations attributeCombinations -
228elm (4,10)/? other -
229
Note: See TracBrowser for help on using the repository browser.