Work on EXPLAIN schema. First implementation of sub-schema facility
[yaz-moved-to-github.git] / tab / explain.tag
index 226d594..b62f3c6 100644 (file)
@@ -9,11 +9,11 @@ include tagsetm.tag
 #
 # Explain categories
 #
 #
 # Explain categories
 #
-tag 0          targetInfo                                      structured
-tag 1          databaseInfo                                    structured
-tag 2          schemaInfo                                      structured
-tag 3          tagSetInfo                                      structured
-tag 4          recordSyntaxInfo                                structured
+tag 1          targetInfo                                      structured
+tag 2          databaseInfo                                    structured
+tag 3          schemaInfo                                      structured
+tag 4          tagSetInfo                                      structured
+tag 5          recordSyntaxInfo                                structured
 # ....
 
 #
 # ....
 
 #
@@ -43,7 +43,7 @@ tag 119               address                                         structured
 #
 tag 201                userFee                                         bool
 tag 202                available                                       bool
 #
 tag 201                userFee                                         bool
 tag 202                available                                       bool
-tag 203                titleString                                     bool
+tag 203                titleString                                     string
 tag 205                associatedDbs                                   structured
 tag 206                subDbs                                          structured
 tag 207                disclaimers                                     string
 tag 205                associatedDbs                                   structured
 tag 206                subDbs                                          structured
 tag 207                disclaimers                                     string
@@ -82,12 +82,28 @@ tag 514             costInfo                                        structured
 tag 515                variantSets                                     structured
 tag 516                elementSetNames                                 structured
 tag 517                unitSystems                                     structured
 tag 515                variantSets                                     structured
 tag 516                elementSetNames                                 structured
 tag 517                unitSystems                                     structured
+tag 518         privateCapabilities                            structured
+tag 519                RpnCapabilities                                 structured
+tag 520                Iso8777Capabilities                             structured
+
+tag 550                rpnOperators                                    structured
+tag 551                rpnOperator                                     numeric
+tag 552                resultSetAsOperandSupported                     bool
+tag 553                restrictionOperandSupported                     bool
+tag 554                proximitySupport                                structured
+tag 555                anySupport                                      bool
+tag 556        proximityUnitsSupported                         structured
+tag 557                proximityUnitSupported                          structured
+tag 558                proximityUnitVal                                numeric
+tag 559                proximityUnitPrivate                            structured
+tag 560                proximityUnitDescription                        string
 
 tag 600                commonInfo                                      structured
 tag 601                dateAdded                                       generalizedtime
 tag 602                dateChanged                                     generalizedtime
 tag 603                expiry                                          generalizedtime
 tag 604                languageCode                                    string
 
 tag 600                commonInfo                                      structured
 tag 601                dateAdded                                       generalizedtime
 tag 602                dateChanged                                     generalizedtime
 tag 603                expiry                                          generalizedtime
 tag 604                languageCode                                    string
+tag 605        databaseList                                    structured
 
 #
 # General tags for list members, etc.
 
 #
 # General tags for list members, etc.