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.