objectType SubmittedProposal
an instance of a proposal that has been submitted
classDiagram
class SubmittedProposal{
ivoa:datetime submissionDate
ivoa:boolean successful
ivoa:datetime reviewsCompleteDate
}
SubmittedProposal --> "1" ObservingProposal : proposal
SubmittedProposal *-- "0..*" ObservationConfiguration : config
SubmittedProposal *-- "1..*" ProposalReview : reviews
link ObservingProposal "../../proposal/ObservingProposal"
link ObservationConfiguration "../ObservationConfiguration"
link ProposalReview "../ProposalReview"
Members
name | type | mult | description |
---|---|---|---|
proposal | proposal:ObservingProposal | the proposal that was submitted | |
config | ObservationConfiguration | 0 or more | |
submissionDate | ivoa:datetime | the date that the proposal was submitted | |
successful | ivoa:boolean | the proposal can go on to allocation | |
reviewsCompleteDate | ivoa:datetime | the date when all the proposals are due | |
reviews | ProposalReview | 1 or more | the reviews |
References Detail
- proposal:ObservingProposal is model wide.
This is referred to by AllocatedProposal
Containment
This is contained by ProposalCycle