Doc: update to DB 4.4. More metadata for man pages
[yaz-moved-to-github.git] / doc / bib1-attr-man.xml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN" 
2  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
3 [
4      <!ENTITY % local SYSTEM "local.ent">
5      %local;
6      <!ENTITY % entities SYSTEM "entities.ent">
7      %entities;
8      <!ENTITY % idcommon SYSTEM "common/common.ent">
9      %idcommon;
10 ]>
11 <refentry id="bib1">
12  <refentryinfo>
13   <productname>YAZ</productname>
14   <productnumber>&version;</productnumber>
15   <info><orgname>Index Data</orgname></info>
16  </refentryinfo>
17  
18  <refmeta>
19   <refentrytitle>Bib-1 Attribute Set</refentrytitle>
20   <manvolnum>7</manvolnum>
21   <refmiscinfo class="manual">Conventions and miscellaneous</refmiscinfo>
22  </refmeta>
23  
24  <refnamediv>
25   <refname>bib1-attr</refname>
26   <refpurpose>Bib-1 Attribute Set</refpurpose>
27  </refnamediv>
28  
29  <refsect1><title>DESCRIPTION</title>
30   <para>
31    This reference entry lists the Bib-1 attribute set types and values.
32   </para>
33  </refsect1>
34
35  <refsect1><title>TYPES</title>
36   <para>
37    The Bib-1 attribute defines six attribute types: Use (1), Relation (2),
38    Position (3), Structure (4), Truncation (5) and completeness (6).
39   </para>
40  </refsect1>
41  
42  <refsect1><title>USE (1)</title>
43   <para>
44    <screen>
45     1     Personal-name
46     2     Corporate-name
47     3     Conference-name
48     4     Title
49     5     Title-series
50     6     Title-uniform
51     7     ISBN
52     8     ISSN
53     9     LC-card-number
54     10    BNB-card-number
55     11    BGF-number
56     12    Local-number
57     13    Dewey-classification
58     14    UDC-classification
59     15    Bliss-classification
60     16    LC-call-number
61     17    NLM-call-number
62     18    NAL-call-number
63     19    MOS-call-number
64     20    Local-classification
65     21    Subject-heading
66     22    Subject-Rameau
67     23    BDI-index-subject
68     24    INSPEC-subject
69     25    MESH-subject
70     26    PA-subject
71     27    LC-subject-heading
72     28    RVM-subject-heading
73     29    Local-subject-index
74     30    Date
75     31    Date-of-publication
76     32    Date-of-acquisition
77     33    Title-key
78     34    Title-collective
79     35    Title-parallel
80     36    Title-cover
81     37    Title-added-title-page
82     38    Title-caption
83     39    Title-running
84     40    Title-spine
85     41    Title-other-variant
86     42    Title-former
87     43    Title-abbreviated
88     44    Title-expanded
89     45    Subject-precis
90     46    Subject-rswk
91     47    Subject-subdivision
92     48    Number-natl-biblio
93     49    Number-legal-deposit
94     50    Number-govt-pub
95     51    Number-music-publisher
96     52    Number-db
97     53    Number-local-call
98     54    Code-language
99     55    Code-geographic
100     56    Code-institution
101     57    Name-and-title
102     58    Name-geographic
103     59    Place-publication
104     60    CODEN
105     61    Microform-generation
106     62    Abstract
107     63    Note
108     1000  Author-title
109     1001  Record-type
110     1002  Name
111     1003  Author
112     1004  Author-name-personal
113     1005  Author-name-corporate
114     1006  Author-name-conference
115     1007  Identifier-standard
116     1008  Subject-LC-childrens
117     1009  Subject-name-personal
118     1010  Body-of-text
119     1011  Date/time-added-to-db
120     1012  Date/time-last-modified
121     1013  Authority/format-id
122     1014  Concept-text
123     1015  Concept-reference
124     1016  Any
125     1017  Server-choice
126     1018  Publisher
127     1019  Record-source
128     1020  Editor
129     1021  Bib-level
130     1022  Geographic-class
131     1023  Indexed-by
132     1024  Map-scale
133     1025  Music-key
134     1026  Related-periodical
135     1027  Report-number
136     1028  Stock-number
137     1030  Thematic-number
138     1031  Material-type
139     1032  Doc-id
140     1033  Host-item
141     1034  Content-type
142     1035  Anywhere
143     1036  Author-Title-Subject
144    </screen>
145   </para>
146  </refsect1>
147  
148  <refsect1><title>RELATION (2)</title>
149   <para>
150    <screen>
151     1 Less than
152     2 Less than or equal
153     3 Equal
154     4 Greater or equal
155     5 Greater than
156     6 Not equal
157     100 Phonetic
158     101 Stem
159     102 Relevance
160     103 AlwaysMatches
161    </screen>
162   </para>
163  </refsect1>
164  
165  <refsect1><title>POSITION (3)</title>
166   <para>
167    <screen>
168     1 First in field
169     2 First in subfield
170     3 Any position in field
171    </screen>
172   </para>
173  </refsect1>
174  
175  <refsect1><title>STRUCTURE (4)</title>
176   <para>
177    <screen>
178     1 Phrase
179     2 Word
180     3 Key
181     4 Year
182     5 Date (normalized)
183     6 Word list
184     100 Date (un-normalized)
185     101 Name (normalized)
186     102 Name (un-normalized)
187     103 Structure
188     104 Urx
189     105 Free-form-text
190     106 Document-text
191     107 Local-number
192     108 String
193     109 Numeric-string
194    </screen>
195   </para>
196  </refsect1>
197
198  <refsect1><title>TRUNCATION (5)</title>
199   <para>
200    <screen>
201     1 Right truncation
202     2 Left truncation
203     3 Left and right truncation
204     100 Do not truncate
205     101 Process # in search term
206     102 RegExpr-1
207     103 RegExpr-2
208    </screen>
209   </para>
210  </refsect1>
211  
212  <refsect1><title>COMPLETENSS (6)</title>
213   <para>
214    <screen>
215     1 Incomplete subfield
216     2 Complete subfield
217     3 Complete field
218    </screen>
219   </para>
220  </refsect1>
221  
222  <refsect1><title>SEE ALSO</title>
223   <para>
224    <ulink url="&url.z39.50.attset.bib1;">Bib-1 Attribute Set</ulink>
225   </para>
226   <para>
227    <ulink url="http://www.loc.gov/z3950/agency/bib1.html">Attibute
228     Set Bib-1 Semantics</ulink>.
229   </para>
230  </refsect1>
231 </refentry>
232
233 <!-- Keep this comment at the end of the file
234 Local variables:
235 mode: sgml
236 sgml-omittag:t
237 sgml-shorttag:t
238 sgml-minimize-attributes:nil
239 sgml-always-quote-attributes:t
240 sgml-indent-step:1
241 sgml-indent-data:t
242 sgml-parent-document:nil
243 sgml-local-catalogs: nil
244 sgml-namecase-general:t
245 End:
246 -->