src/hg/lib/metaTbl.as 1.1
1.1 2010/03/18 01:48:25 tdreszer
Finally making progress on a metadata table.
Index: src/hg/lib/metaTbl.as
===================================================================
RCS file: src/hg/lib/metaTbl.as
diff -N src/hg/lib/metaTbl.as
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/metaTbl.as 18 Mar 2010 01:48:25 -0000 1.1
@@ -0,0 +1,9 @@
+table metaTbl
+"This contains metadata for a table, file or other predeclared object type."
+(
+string objName; "Object name or ID."
+string objType; "table | file"
+string var; "Metadata variable name."
+string varType; "txt | binary"
+lstring val; "Metadata value."
+)