MANFILES=yaz-client.1 yaz-ztest.8 \
yaz-config.8 yaz.7 zoomsh.1 yaz-asncomp.1 \
yaz-marcdump.1 yaz-iconv.1 yaz-log.7 \
- yaz-illclient.1 yaz-icu.1 bib1_attr.7
+ yaz-illclient.1 yaz-icu.1 bib1-attr.7
REFFILES=yaz-client-man.xml yaz-ztest-man.xml yaz-config-man.xml \
yaz-man.xml zoomsh-man.xml yaz-asncomp-man.xml \
yaz-marcdump-man.xml yaz-iconv-man.xml yaz-log-man.xml \
- yaz-illclient-man.xml yaz-icu-man.xml bib1-man.xml
+ yaz-illclient-man.xml yaz-icu-man.xml bib1-attr-man.xml
SUPPORTFILES=entities.ent apilayer.obj local.ent.in
yaz.7: yaz-man.xml
$(MAN_COMPILE) $(srcdir)/yaz-man.xml
-bib1_attr.7: bib1-man.xml
- $(MAN_COMPILE) $(srcdir)/bib1-man.xml
+bib1-attr.7: bib1-attr-man.xml
+ $(MAN_COMPILE) $(srcdir)/bib1-attr-man.xml
zoomsh.1: zoomsh-man.xml
$(MAN_COMPILE) $(srcdir)/zoomsh-man.xml
--- /dev/null
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
+[
+ <!ENTITY % local SYSTEM "local.ent">
+ %local;
+ <!ENTITY % entities SYSTEM "entities.ent">
+ %entities;
+ <!ENTITY % idcommon SYSTEM "common/common.ent">
+ %idcommon;
+]>
+<refentry id="bib1">
+ <refentryinfo>
+ <productname>YAZ</productname>
+ <productnumber>&version;</productnumber>
+ </refentryinfo>
+
+ <refmeta>
+ <refentrytitle>Bib-1 Attribute Set</refentrytitle>
+ <manvolnum>7</manvolnum>
+ </refmeta>
+
+ <refnamediv>
+ <refname>bib1-attr</refname>
+ <refpurpose>Bib-1 Attribute Set</refpurpose>
+ </refnamediv>
+
+ <refsect1><title>DESCRIPTION</title>
+ <para>
+ This reference entry lists the Bib-1 attribute set types and values.
+ </para>
+ </refsect1>
+
+ <refsect1><title>TYPES</title>
+ <para>
+ The Bib-1 attribute defines six attribute types: Use (1), Relation (2),
+ Position (3), Structure (4), Truncation (5) and completeness (6).
+ </para>
+ </refsect1>
+
+ <refsect1><title>USE (1)</title>
+ <para>
+ <screen>
+ 1 Personal-name
+ 2 Corporate-name
+ 3 Conference-name
+ 4 Title
+ 5 Title-series
+ 6 Title-uniform
+ 7 ISBN
+ 8 ISSN
+ 9 LC-card-number
+ 10 BNB-card-number
+ 11 BGF-number
+ 12 Local-number
+ 13 Dewey-classification
+ 14 UDC-classification
+ 15 Bliss-classification
+ 16 LC-call-number
+ 17 NLM-call-number
+ 18 NAL-call-number
+ 19 MOS-call-number
+ 20 Local-classification
+ 21 Subject-heading
+ 22 Subject-Rameau
+ 23 BDI-index-subject
+ 24 INSPEC-subject
+ 25 MESH-subject
+ 26 PA-subject
+ 27 LC-subject-heading
+ 28 RVM-subject-heading
+ 29 Local-subject-index
+ 30 Date
+ 31 Date-of-publication
+ 32 Date-of-acquisition
+ 33 Title-key
+ 34 Title-collective
+ 35 Title-parallel
+ 36 Title-cover
+ 37 Title-added-title-page
+ 38 Title-caption
+ 39 Title-running
+ 40 Title-spine
+ 41 Title-other-variant
+ 42 Title-former
+ 43 Title-abbreviated
+ 44 Title-expanded
+ 45 Subject-precis
+ 46 Subject-rswk
+ 47 Subject-subdivision
+ 48 Number-natl-biblio
+ 49 Number-legal-deposit
+ 50 Number-govt-pub
+ 51 Number-music-publisher
+ 52 Number-db
+ 53 Number-local-call
+ 54 Code-language
+ 55 Code-geographic
+ 56 Code-institution
+ 57 Name-and-title
+ 58 Name-geographic
+ 59 Place-publication
+ 60 CODEN
+ 61 Microform-generation
+ 62 Abstract
+ 63 Note
+ 1000 Author-title
+ 1001 Record-type
+ 1002 Name
+ 1003 Author
+ 1004 Author-name-personal
+ 1005 Author-name-corporate
+ 1006 Author-name-conference
+ 1007 Identifier-standard
+ 1008 Subject-LC-childrens
+ 1009 Subject-name-personal
+ 1010 Body-of-text
+ 1011 Date/time-added-to-db
+ 1012 Date/time-last-modified
+ 1013 Authority/format-id
+ 1014 Concept-text
+ 1015 Concept-reference
+ 1016 Any
+ 1017 Server-choice
+ 1018 Publisher
+ 1019 Record-source
+ 1020 Editor
+ 1021 Bib-level
+ 1022 Geographic-class
+ 1023 Indexed-by
+ 1024 Map-scale
+ 1025 Music-key
+ 1026 Related-periodical
+ 1027 Report-number
+ 1028 Stock-number
+ 1030 Thematic-number
+ 1031 Material-type
+ 1032 Doc-id
+ 1033 Host-item
+ 1034 Content-type
+ 1035 Anywhere
+ 1036 Author-Title-Subject
+ </screen>
+ </para>
+ </refsect1>
+
+ <refsect1><title>RELATION (2)</title>
+ <para>
+ <screen>
+ 1 Less than
+ 2 Less than or equal
+ 3 Equal
+ 4 Greater or equal
+ 5 Greater than
+ 6 Not equal
+ 100 Phonetic
+ 101 Stem
+ 102 Relevance
+ 103 AlwaysMatches
+ </screen>
+ </para>
+ </refsect1>
+
+ <refsect1><title>POSITION (3)</title>
+ <para>
+ <screen>
+ 1 First in field
+ 2 First in subfield
+ 3 Any position in field
+ </screen>
+ </para>
+ </refsect1>
+
+ <refsect1><title>STRUCTURE (4)</title>
+ <para>
+ <screen>
+ 1 Phrase
+ 2 Word
+ 3 Key
+ 4 Year
+ 5 Date (normalized)
+ 6 Word list
+ 100 Date (un-normalized)
+ 101 Name (normalized)
+ 102 Name (un-normalized)
+ 103 Structure
+ 104 Urx
+ 105 Free-form-text
+ 106 Document-text
+ 107 Local-number
+ 108 String
+ 109 Numeric-string
+ </screen>
+ </para>
+ </refsect1>
+
+ <refsect1><title>TRUNCATION (5)</title>
+ <para>
+ <screen>
+ 1 Right truncation
+ 2 Left truncation
+ 3 Left and right truncation
+ 100 Do not truncate
+ 101 Process # in search term
+ 102 RegExpr-1
+ 103 RegExpr-2
+ </screen>
+ </para>
+ </refsect1>
+
+ <refsect1><title>COMPLETENSS (6)</title>
+ <para>
+ <screen>
+ 1 Incomplete subfield
+ 2 Complete subfield
+ 3 Complete field
+ </screen>
+ </para>
+ </refsect1>
+
+ <refsect1><title>SEE ALSO</title>
+ <para>
+ <ulink url="&url.z39.50.attset.bib1;">Bib-1 Attribute Set</ulink>
+ </para>
+ <para>
+ <ulink url="http://www.loc.gov/z3950/agency/bib1.html">Attibute
+ Set Bib-1 Semantics</ulink>.
+ </para>
+ </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-local-catalogs: nil
+sgml-namecase-general:t
+End:
+-->
+++ /dev/null
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
- "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
-[
- <!ENTITY % local SYSTEM "local.ent">
- %local;
- <!ENTITY % entities SYSTEM "entities.ent">
- %entities;
- <!ENTITY % idcommon SYSTEM "common/common.ent">
- %idcommon;
-]>
-<refentry id="bib1">
- <refentryinfo>
- <productname>YAZ</productname>
- <productnumber>&version;</productnumber>
- </refentryinfo>
-
- <refmeta>
- <refentrytitle>Bib-1 Attribute Set</refentrytitle>
- <manvolnum>7</manvolnum>
- </refmeta>
-
- <refnamediv>
- <refname>bib1_attr</refname>
- <refpurpose>Bib-1 Attribute Set</refpurpose>
- </refnamediv>
-
- <refsect1><title>DESCRIPTION</title>
- <para>
- This reference entry lists the Bib-1 attribute set types and values.
- </para>
- </refsect1>
-
- <refsect1><title>TYPES</title>
- <para>
- The Bib-1 attribute defines six attribute types: Use (1), Relation (2),
- Position (3), Structure (4), Truncation (5) and completeness (6).
- </para>
- </refsect1>
-
- <refsect1><title>USE (1)</title>
- <para>
- <screen>
- 1 Personal-name
- 2 Corporate-name
- 3 Conference-name
- 4 Title
- 5 Title-series
- 6 Title-uniform
- 7 ISBN
- 8 ISSN
- 9 LC-card-number
- 10 BNB-card-number
- 11 BGF-number
- 12 Local-number
- 13 Dewey-classification
- 14 UDC-classification
- 15 Bliss-classification
- 16 LC-call-number
- 17 NLM-call-number
- 18 NAL-call-number
- 19 MOS-call-number
- 20 Local-classification
- 21 Subject-heading
- 22 Subject-Rameau
- 23 BDI-index-subject
- 24 INSPEC-subject
- 25 MESH-subject
- 26 PA-subject
- 27 LC-subject-heading
- 28 RVM-subject-heading
- 29 Local-subject-index
- 30 Date
- 31 Date-of-publication
- 32 Date-of-acquisition
- 33 Title-key
- 34 Title-collective
- 35 Title-parallel
- 36 Title-cover
- 37 Title-added-title-page
- 38 Title-caption
- 39 Title-running
- 40 Title-spine
- 41 Title-other-variant
- 42 Title-former
- 43 Title-abbreviated
- 44 Title-expanded
- 45 Subject-precis
- 46 Subject-rswk
- 47 Subject-subdivision
- 48 Number-natl-biblio
- 49 Number-legal-deposit
- 50 Number-govt-pub
- 51 Number-music-publisher
- 52 Number-db
- 53 Number-local-call
- 54 Code-language
- 55 Code-geographic
- 56 Code-institution
- 57 Name-and-title
- 58 Name-geographic
- 59 Place-publication
- 60 CODEN
- 61 Microform-generation
- 62 Abstract
- 63 Note
- 1000 Author-title
- 1001 Record-type
- 1002 Name
- 1003 Author
- 1004 Author-name-personal
- 1005 Author-name-corporate
- 1006 Author-name-conference
- 1007 Identifier-standard
- 1008 Subject-LC-childrens
- 1009 Subject-name-personal
- 1010 Body-of-text
- 1011 Date/time-added-to-db
- 1012 Date/time-last-modified
- 1013 Authority/format-id
- 1014 Concept-text
- 1015 Concept-reference
- 1016 Any
- 1017 Server-choice
- 1018 Publisher
- 1019 Record-source
- 1020 Editor
- 1021 Bib-level
- 1022 Geographic-class
- 1023 Indexed-by
- 1024 Map-scale
- 1025 Music-key
- 1026 Related-periodical
- 1027 Report-number
- 1028 Stock-number
- 1030 Thematic-number
- 1031 Material-type
- 1032 Doc-id
- 1033 Host-item
- 1034 Content-type
- 1035 Anywhere
- 1036 Author-Title-Subject
- </screen>
- </para>
- </refsect1>
-
- <refsect1><title>RELATION (2)</title>
- <para>
- <screen>
- 1 Less than
- 2 Less than or equal
- 3 Equal
- 4 Greater or equal
- 5 Greater than
- 6 Not equal
- 100 Phonetic
- 101 Stem
- 102 Relevance
- 103 AlwaysMatches
- </screen>
- </para>
- </refsect1>
-
- <refsect1><title>POSITION (3)</title>
- <para>
- <screen>
- 1 First in field
- 2 First in subfield
- 3 Any position in field
- </screen>
- </para>
- </refsect1>
-
- <refsect1><title>STRUCTURE (4)</title>
- <para>
- <screen>
- 1 Phrase
- 2 Word
- 3 Key
- 4 Year
- 5 Date (normalized)
- 6 Word list
- 100 Date (un-normalized)
- 101 Name (normalized)
- 102 Name (un-normalized)
- 103 Structure
- 104 Urx
- 105 Free-form-text
- 106 Document-text
- 107 Local-number
- 108 String
- 109 Numeric-string
- </screen>
- </para>
- </refsect1>
-
- <refsect1><title>TRUNCATION (5)</title>
- <para>
- <screen>
- 1 Right truncation
- 2 Left truncation
- 3 Left and right truncation
- 100 Do not truncate
- 101 Process # in search term
- 102 RegExpr-1
- 103 RegExpr-2
- </screen>
- </para>
- </refsect1>
-
- <refsect1><title>COMPLETENSS (6)</title>
- <para>
- <screen>
- 1 Incomplete subfield
- 2 Complete subfield
- 3 Complete field
- </screen>
- </para>
- </refsect1>
-
- <refsect1><title>SEE ALSO</title>
- <para>
- <ulink url="&url.z39.50;">Z39.50 Maintenance Agency Page</ulink>.
- </para>
- <para>
- <ulink url="http://www.loc.gov/z3950/agency/bib1.html">Attibute
- Set Bib-1 Semantics</ulink>.
- </para>
- </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-local-catalogs: nil
-sgml-namecase-general:t
-End:
--->
</table>
</para>
<para>
- Refer to the complete
+ Refer to <xref linkend="bib1"/> or the complete
<ulink url="&url.z39.50.attset.bib1;">list of Bib-1 attributes</ulink>
</para>
<para>
<refentrytitle>yaz</refentrytitle>
<manvolnum>7</manvolnum>
</citerefentry>
+ <citerefentry>
+ <refentrytitle>bib1-attr</refentrytitle>
+ <manvolnum>7</manvolnum>
+ </citerefentry>
</para>
</refsect1>
</refentry>
<refentrytitle>zoomsh</refentrytitle>
<manvolnum>1</manvolnum>
</citerefentry>
+ <citerefentry>
+ <refentrytitle>bib1-attr</refentrytitle>
+ <manvolnum>7</manvolnum>
+ </citerefentry>
</para>
<para>YAZ manual (
<filename>&prefix;/share/doc/yaz</filename>)