X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Foid.c;h=ed33f0246a9bafdecfb56f28cd3569aec6060c40;hb=719e0dcf2d15c08086a06457701e21c6aff3d791;hp=2b7fb2da50324269dc390d2adfadcda2c4e0e3b8;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/oid.c b/src/oid.c index 2b7fb2d..ed33f02 100644 --- a/src/oid.c +++ b/src/oid.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: oid.c,v 1.1 2003-10-27 12:21:34 adam Exp $ + * $Id: oid.c,v 1.3 2003-11-19 22:24:57 adam Exp $ */ /* @@ -98,6 +98,8 @@ static oident standard_oids[] = "Thesaurus-attset"}, {PROTO_Z3950, CLASS_ATTSET, VAL_IDXPATH, {3,1000,81,2,-1}, "IDXPATH"}, + {PROTO_Z3950, CLASS_ATTSET, VAL_EXTLITE, {3,1000,81,3,-1}, + "EXTLITE"}, {PROTO_Z3950, CLASS_DIAGSET, VAL_BIB1, {4,1,-1}, "Bib-1"}, {PROTO_Z3950, CLASS_DIAGSET, VAL_DIAG1, {4,2,-1}, @@ -112,6 +114,9 @@ static oident standard_oids[] = "Intermarc"}, {PROTO_Z3950, CLASS_RECSYN, VAL_CCF, {5,3,-1}, "CCF"}, + /* MARC21 is just an alias for the original USmarc */ + {PROTO_Z3950, CLASS_RECSYN, VAL_USMARC, {5,10,-1}, + "MARC21"}, {PROTO_Z3950, CLASS_RECSYN, VAL_USMARC, {5,10,-1}, "USmarc"}, {PROTO_Z3950, CLASS_RECSYN, VAL_UKMARC, {5,11,-1}, @@ -152,6 +157,12 @@ static oident standard_oids[] = "RUSmarc"}, {PROTO_Z3950, CLASS_RECSYN, VAL_HUNMARC, {5,29,-1}, "Hunmarc"}, + {PROTO_Z3950, CLASS_RECSYN, VAL_NACSISCATP, {5,30,-1}, + "NACSIS-CATP"}, + {PROTO_Z3950, CLASS_RECSYN, VAL_FINMARC2000, {5,31,-1}, + "FINMARC2000"}, + {PROTO_Z3950, CLASS_RECSYN, VAL_MARC21FIN, {5,32,-1}, + "MARC21-fin"}, {PROTO_Z3950, CLASS_RECSYN, VAL_EXPLAIN, {5,100,-1}, "Explain"}, {PROTO_Z3950, CLASS_RECSYN, VAL_SUTRS, {5,101,-1},