[Koha-cvs] CVS: koha/misc/sql-datas/english authorities_normal_marc21.sql,NONE,1.1

skemotah shedges at users.sourceforge.net
Sun Aug 22 02:46:01 CEST 2004


Update of /cvsroot/koha/koha/misc/sql-datas/english
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8344

Added Files:
	authorities_normal_marc21.sql 
Log Message:
Added MARC21 authority tag and subfield structure.

--- NEW FILE ---
-- MySQL dump 8.23
--
-- Host: localhost    Database: Koha
---------------------------------------------------------
-- Server version	3.23.58

--
-- Dumping data for table `auth_subfield_structure`
--


INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','010','a','LC control number','',0,0,0,NULL,NULL,NULL);
INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','010','z','Canceled/invalid LC control number','',1,0,0,NULL,NULL,NULL);
INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','010','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL);
INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','014','a','Control number of related bibliographic record','',0,0,0,NULL,NULL,NULL);
INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','014','6','Linkage','',0,0,0,NULL,NULL,NULL);
INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','014','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL);
INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','016','a','Record control number','',0,0,0,NULL,NULL,NULL);
INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','016','z','Canceled/invalid record control number','',1,0,0,NULL,NULL,NULL);
[...1283 lines suppressed...]
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','748','ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM / INDEX TERM--CHRONOLOGICAL','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','750','ESTABLISHED HEADING LINKING ENTRY/INDEX TERM-TOPICAL TERM','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','751','ESTABLISHED HEADING LINKING ENTRY/INDEX TERM-GEOGRAPHIC NAME','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','753','INDEX TERM-UNCONTROLLED','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','754','INDEX TERM-FACETED TOPICAL TERMS','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','755','ESTABLISHED HEADING LINKING ENTRY-GENRE/FORM TERM','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','761','ADD OR DIVIDE LIKE INSTRUCTIONS','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','762','TABLE IDENTIFICATION','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','763','INTERNAL SUBARRANGEMENT OR ADD TABLE ENTRY','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','764','RULE IDENTIFICATION','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','765','SYNTHESIZED NUMBER COMPONENTS','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','768','CITATION AND PREFERENCE ORDER INSTRUCTIONS','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','780','SUBDIVISION LINKING ENTRY-GENERAL SUBDIVISION','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','781','SUBDIVISION LINKING ENTRY-GEOGRAPHIC SUBDIVISION','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','782','SUBDIVISION LINKING ENTRY-CHRONOLOGICAL SUBDIVISION','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','785','SUBDIVISION LINKING ENTRY-FORM SUBDIVISION','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','788','COMPLEX LINKING ENTRY DATA','',0,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','856','ELECTRONIC LOCATION AND ACCESS','',1,0,NULL);
INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','880','ALTERNATE GRAPHIC REPRESENTATION','',1,0,NULL);






More information about the Koha-cvs mailing list