projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67940e6
)
Update definition to use explicit tagging for era CHOICE
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 2 Jun 2002 21:28:34 +0000
(21:28 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 2 Jun 2002 21:28:34 +0000
(21:28 +0000)
z39.50/datetime.asn
patch
|
blob
|
history
diff --git
a/z39.50/datetime.asn
b/z39.50/datetime.asn
index
2baad10
..
cab9eb0
100644
(file)
--- a/
z39.50/datetime.asn
+++ b/
z39.50/datetime.asn
@@
-42,7
+42,7
@@
Z3950Date ::= SEQUENCE{
flags [3] IMPLICIT SEQUENCE{
circa [1] IMPLICIT NULL OPTIONAL,
-- if this flag is set then the date is "approximate".
- era [2] IMPLICIT CHOICE{
+ era [2] CHOICE{
-- If era occurs, partOfYear should not occur.
decade [1] IMPLICIT NULL,
-- year must be multiple of 10.
@@
-76,7
+76,6
@@
Z3950Time ::= SEQUENCE{
zone [5] CHOICE{
local [1] IMPLICIT NULL,
utc [2] IMPLICIT NULL,
-
utcOffset [3] IMPLICIT INTEGER -- in minutes
}}
END