next up previous
Next: SuffixDict Up: Controlled Value Classes Previous: Right

StatusConditions

CONTROLLED VALUE CLASS StatusConditions
  { ( "Active", Active ),
    ( "Suspended", Suspended ),
    ( "Terminated", Terminated ) }
  DEFAULT: "Active"
  CODE_TYPE: VARCHAR(20)
  DESCRIPTION: "Controlled vocabulary for status condition"

The StatusConditions class is used by the Status class to describe the condition of a procedure, project, or person (should experiments also have a status?). Note that within the Xobject class, Status is kept by the attribute period.



Victor Markowitz
Fri Sep 20 17:58:41 PDT 1996