Values_1.ModelLifeCycleSourceA structure describing the current state of the model in its life cycle.
type nonrec t = {stage : Values_0.EntityName.t;The current stage in the model life cycle.
*)stageStatus : Values_0.EntityName.t;The current status of a stage in model life cycle.
*)stageDescription : StageDescription.t option;Describes the stage related details.
*)}val make :
?stageDescription:??? ->
stage:Values_0.EntityName.t ->
stageStatus:Values_0.EntityName.t ->
unit ->
t