Fixed the asn1 for facets
[yaz-moved-to-github.git] / src / facet.asn
index e4adea1..7a32e71 100644 (file)
@@ -14,8 +14,8 @@ FacetField ::= SEQUENCE {
 }
 
 FacetTerm ::= SEQUENCE {
-  term [1] IMPLICIT Term,
-  count [2] IMPLICIT INTEGER
+  term  Term,
+  count INTEGER
 }
 
 END