Ranks

From Species File Help
(Difference between revisions)
Jump to: navigation, search
(created page)
 
Line 1: Line 1:
'''tblRanks''' contains ranks in the taxonomic hierarchy, shared across files.  All programming should be done in a manner that does not cause problems if more levels are inserted into the hierarchy.
+
'''tblRanks''', ranks in the taxonomic hierarchy.  All programming should be done in a manner that does not cause problems if more levels are inserted into the hierarchy.
  
*RankID, integer 1 byte.  Gaps between numbers allow insertion of new levels.
+
    RankID, integer 4 bytes.  Gaps between numbers allow insertion of new levels.
*RankName, text, 17 bytes maximum
+
    RankName, text, 17 characters maximum
*DefaultLevel, integer, 1 byte used to select a commonly used rank as the default when user is adding a new taxon
+
    DefaultLevel, integer, 1 byte used to select a commonly used rank as the default when user is adding a new taxon  
  
 
[[Category:TaxaTables]]
 
[[Category:TaxaTables]]

Revision as of 16:13, 29 August 2012

tblRanks, ranks in the taxonomic hierarchy. All programming should be done in a manner that does not cause problems if more levels are inserted into the hierarchy.

   RankID, integer 4 bytes.  Gaps between numbers allow insertion of new levels.
   RankName, text, 17 characters maximum
   DefaultLevel, integer, 1 byte used to select a commonly used rank as the default when user is adding a new taxon
Personal tools
Namespaces

Variants
Actions
Navigation
Species Files
Wiki
Toolbox