From: Heikki Levanto Date: Thu, 15 Jul 2010 09:09:07 +0000 (+0200) Subject: Fixed the asn1 for facets X-Git-Tag: v4.0.12~50^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=c2d4d247b3fe28f7c191fbc3644c8e011e1a4fea;hp=1bb2934164457d2908fdceef0d415a52b704651b Fixed the asn1 for facets --- diff --git a/src/facet.asn b/src/facet.asn index e4adea1..7a32e71 100644 --- a/src/facet.asn +++ b/src/facet.asn @@ -14,8 +14,8 @@ FacetField ::= SEQUENCE { } FacetTerm ::= SEQUENCE { - term [1] IMPLICIT Term, - count [2] IMPLICIT INTEGER + term Term, + count INTEGER } END