Directive s=pw sets structure to phrase if term includes blank(s).
[yaz-moved-to-github.git] / z39.50 / esadmin.asn
index 15efff3..9ec766b 100644 (file)
@@ -14,15 +14,17 @@ Admin ::= CHOICE{
                        targetPart     [2] TargetPart}}
 
 OriginPartToKeep ::= SEQUENCE{
-action                  [1] CHOICE{
+action              [1] CHOICE{
     reIndex         [1] NULL,
     truncate        [2] NULL,
-    delete          [3] NULL,
+    drop            [3] NULL,
     create          [4] NULL,
     import          [5] ImportParameters,
     refresh         [6] NULL,   -- Review internal representation of records against source files on disk to
                                -- see if they have been updated.
-    commit          [7] NULL},
+    commit          [7] NULL,
+    shutdown        [8] NULL,
+    start           [9] NULL},
 databaseName           [2] IMPLICIT InternationalString OPTIONAL}
 
 OriginPartNotToKeep ::= CHOICE{