objectType ObservingProposal
a complete proposal
classDiagram
class ObservingProposal{
ivoa:string title
ivoa:string summary
proposal:ProposalKind kind
ivoa:boolean submitted
}
ObservingProposal *-- "1" Justification : scientificJustification
ObservingProposal *-- "1" Justification : technicalJustification
ObservingProposal *-- "1..*" Investigator : investigators
ObservingProposal *-- "0..*" RelatedProposal : relatedProposals
ObservingProposal *-- "0..*" SupportingDocument : supportingDocuments
ObservingProposal *-- "0..*" Target : targets
ObservingProposal *-- "0..*" Field : fields
ObservingProposal *-- "1..*" TechnicalGoal : technicalGoals
ObservingProposal *-- "1..*" Observation : observations
link Justification "../Justification"
link Justification "../Justification"
link Investigator "../Investigator"
link RelatedProposal "../RelatedProposal"
link SupportingDocument "../SupportingDocument"
link Target "../Target"
link Field "../Field"
link TechnicalGoal "../TechnicalGoal"
link Observation "../Observation"
Members
name | type | mult | description |
---|---|---|---|
title | ivoa:string | the proposal title | |
summary | ivoa:string | a short summary/abstract of the proposal | |
scientificJustification | Justification | scientific justification | |
technicalJustification | Justification | technical justification | |
investigators | Investigator | 1 or more | the person(s) making the proposal |
kind | ProposalKind | the type of proposal | |
relatedProposals | RelatedProposal | 0 or more | |
supportingDocuments | SupportingDocument | 0 or more | any additional documents |
targets | Target | 0 or more | the targets of the proposal |
fields | Field | 0 or more | the fields observed in the proposal |
technicalGoals | TechnicalGoal | 1 or more | the technical goals of the proposal |
observations | Observation | 1 or more | the proposed observations |
submitted | ivoa:boolean | optional | whether the proposal is submitted |
References Detail
This is referred to by RelatedProposal, proposalManagement:SubmittedProposal Has contained reference(s) Target, Field, TechnicalGoal in the containment hierarchy.