ICAT Schema

Affiliation, Application, DataCollection, DataCollectionDatafile, DataCollectionDataset, DataCollectionInvestigation, DataCollectionParameter, DataPublication, DataPublicationDate, DataPublicationFunding, DataPublicationType, DataPublicationUser, Datafile, DatafileFormat, DatafileParameter, Dataset, DatasetInstrument, DatasetParameter, DatasetTechnique, DatasetType, Facility, FacilityCycle, FundingReference, Grouping, Instrument, InstrumentScientist, Investigation, InvestigationFacilityCycle, InvestigationFunding, InvestigationGroup, InvestigationInstrument, InvestigationParameter, InvestigationType, InvestigationUser, Job, Keyword, ParameterType, PermissibleStringValue, PublicStep, Publication, RelatedDatafile, RelatedItem, Rule, Sample, SampleParameter, SampleType, Shift, Study, StudyInvestigation, Technique, User, UserGroup


Affiliation

The home institute or other affiliation of a user in the context of a data publication

Uniqueness constraint user, name

Relationships

CardClassFieldCascadedDescription
1,1DataPublicationUseruser

Other fields

FieldTypeDescription
modIdString
fullReferenceString [1023]The full reference of the affiliation, optionally including street address and department, as it should appear in the publication
pidString [255]Identifier such as ROR or ISNI
nameString [255] NOT NULLAn internal name for that affiliation entry, possibly the organization name
createIdString
createTimeDate
modTimeDate

Application

Some piece of software

Uniqueness constraint facility, name, version

Relationships

CardClassFieldCascadedDescription
0,*JobjobsYes
1,1Facilityfacility

Other fields

FieldTypeDescription
modIdString
nameString [255] NOT NULLA short name for the software - e.g. mantid
createIdString
versionString [255] NOT NULL
createTimeDate
modTimeDate

DataCollection

A set of Investigations, Datasets and Datafiles which can span Facilities. Note that it has no constraint fields. It is expected that a DataCollection would be identified by its parameters or its relationship to a Job.

Relationships

CardClassFieldCascadedDescription
0,*DataCollectionInvestigationdataCollectionInvestigationsYes
0,*JobjobsAsInputYes
0,*DataCollectionParameterparametersYes
0,*DataPublicationdataPublicationsYes
0,*DataCollectionDatafiledataCollectionDatafilesYes
0,*DataCollectionDatasetdataCollectionDatasetsYes
0,*JobjobsAsOutputYes

Other fields

FieldTypeDescription
createIdString
createTimeDate
modTimeDate
doiString [255]The Digital Object Identifier associated with this data file
modIdString

DataCollectionDatafile

Represents a many-to-many relationship between a DataCollection and its Datafiles.

Uniqueness constraint dataCollection, datafile

Relationships

CardClassFieldCascadedDescription
1,1DataCollectiondataCollection
1,1Datafiledatafile

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

DataCollectionDataset

Represents a many-to-many relationship between a DataCollection and its datasets.

Uniqueness constraint dataCollection, dataset

Relationships

CardClassFieldCascadedDescription
1,1DataCollectiondataCollection
1,1Datasetdataset

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

DataCollectionInvestigation

Represents a many-to-many relationship between a DataCollection and its Investigations.

Uniqueness constraint dataCollection, investigation

Relationships

CardClassFieldCascadedDescription
1,1Investigationinvestigation
1,1DataCollectiondataCollection

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

DataCollectionParameter

A parameter associated with a DataCollection

Uniqueness constraint dataCollection, type

Relationships

CardClassFieldCascadedDescription
1,1ParameterTypetypeThe type of the parameter
1,1DataCollectiondataCollectionThe associated DataCollection

Other fields

FieldTypeDescription
stringValueString [4000]The value if the parameter is a string
rangeBottomDoubleThe minimum value of the numeric parameter that was observed during the measurement period
createIdString
createTimeDate
modTimeDate
dateTimeValueDateThe value if the parameter is a date
modIdString
errorDoubleThe error of the numeric parameter
numericValueDoubleThe value if the parameter is numeric
rangeTopDoubleThe maximum value of the numeric parameter that was observed during the measurement period

DataPublication

A curated data publication

Uniqueness constraint facility, pid

Relationships

CardClassFieldCascadedDescription
0,1DataPublicationTypetype
0,*DataPublicationUserusersYes
1,1Facilityfacility
1,1DataCollectioncontent
0,*DataPublicationDatedatesYes
0,*DataPublicationFundingfundingReferencesYes
0,*RelatedItemrelatedItemsYes

Other fields

FieldTypeDescription
publicationDateDateDate when the data was made publicly available
createIdString
createTimeDate
modTimeDate
titleString [255] NOT NULLTitle of the publication
descriptionString [4000]Abstract
modIdString
pidString [255] NOT NULLPersistent Identifier of the publication, such as a DOI
subjectString [1023]List of keywords

DataPublicationDate

A date relevant for the publication

Uniqueness constraint publication, dateType

Relationships

CardClassFieldCascadedDescription
1,1DataPublicationpublication

Other fields

FieldTypeDescription
dateTypeString [255] NOT NULLType of the date, see DataCite property dateType for suggested values
modIdString
dateString [255] NOT NULLUse ISO 8601 format, may also be a range
createIdString
createTimeDate
modTimeDate

DataPublicationFunding

Represents a many-to-many relationship between a data publication and a funding reference

Uniqueness constraint dataPublication, funding

Relationships

CardClassFieldCascadedDescription
1,1DataPublicationdataPublication
1,1FundingReferencefunding

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

DataPublicationType

A type of data publication, for example, whole investigation, user-selected datasets/files. This is likely to be for facility internal purposes following their own classification scheme and allowing, for example, the front end to display them in different ways.

Uniqueness constraint facility, name

Relationships

CardClassFieldCascadedDescription
1,1FacilityfacilityThe facility which has defined this data publication type
0,*DataPublicationdataPublicationsYes

Other fields

FieldTypeDescription
modIdString
nameString [255] NOT NULLA short name identifying this data publication type within the facility
descriptionString [255]A description of this data publicaion type
createIdString
createTimeDate
modTimeDate

DataPublicationUser

Author, e.g. creator of or contributor to a data publication

Uniqueness constraint publication, user, contributorType

Relationships

CardClassFieldCascadedDescription
1,1DataPublicationpublication
1,1Useruser
0,*AffiliationaffiliationsYes

Other fields

FieldTypeDescription
orderKeyString [255]Defines an order among the contributors
givenNameString [255]The given name of the user
fullNameString [255]May include title
createIdString
createTimeDate
modTimeDate
familyNameString [255]The family name of the user
modIdString
contributorTypeString [255] NOT NULLRole of that user in the publication, see DataCite property contributorType for suggested values or use "Creator"
emailString [255]The email address for the user that should be exposed in the publication, if any

Datafile

A data file

Uniqueness constraint dataset, name

Relationships

CardClassFieldCascadedDescription
1,1DatasetdatasetThe dataset which holds this file
0,*RelatedDatafiledestDatafilesYes
0,1DatafileFormatdatafileFormat
0,*RelatedDatafilesourceDatafilesYes
0,*DatafileParameterparametersYes
0,*DataCollectionDatafiledataCollectionDatafilesYes

Other fields

FieldTypeDescription
fileSizeLongExpressed in bytes
locationString [255]The logical location of the file - which may also be the physical location
checksumString [255]Checksum of file represented as a string
nameString [255] NOT NULLA name given to the file
createIdString
doiString [255]The Digital Object Identifier associated with this data file
createTimeDate
modTimeDate
datafileModTimeDateDate of modification of the actual file rather than of the metadata
modIdString
datafileCreateTimeDateDate of creation of the actual file rather than storing the metadata
descriptionString [255]A full description of the file contents

DatafileFormat

A data file format

Uniqueness constraint facility, name, version

Relationships

CardClassFieldCascadedDescription
0,*DatafiledatafilesYesFiles with this format
1,1FacilityfacilityThe facility which has defined this format

Other fields

FieldTypeDescription
modIdString
descriptionString [255]An informal description of the format
nameString [255] NOT NULLA short name identifying the format -e.g. "mp3" within the facility
versionString [255] NOT NULLThe version if needed. The version code may be part of the basic name
createIdString
typeString [255]Holds the underlying format - such as binary or text
createTimeDate
modTimeDate

DatafileParameter

A parameter associated with a data file

Uniqueness constraint datafile, type

Relationships

CardClassFieldCascadedDescription
1,1DatafiledatafileThe associated data file
1,1ParameterTypetypeThe type of the parameter

Other fields

FieldTypeDescription
stringValueString [4000]The value if the parameter is a string
rangeBottomDoubleThe minimum value of the numeric parameter that was observed during the measurement period
createIdString
createTimeDate
modTimeDate
dateTimeValueDateThe value if the parameter is a date
modIdString
errorDoubleThe error of the numeric parameter
numericValueDoubleThe value if the parameter is numeric
rangeTopDoubleThe maximum value of the numeric parameter that was observed during the measurement period

Dataset

A collection of data files and part of an investigation

Uniqueness constraint investigation, name

Relationships

CardClassFieldCascadedDescription
0,1Samplesample
1,1DatasetTypetype
0,*DatafiledatafilesYesThe data files within the dataset
0,*DatasetInstrumentdatasetInstrumentsYes
0,*DatasetTechniquedatasetTechniquesYes
1,1Investigationinvestigation
0,*DatasetParameterparametersYes
0,*DataCollectionDatasetdataCollectionDatasetsYes

Other fields

FieldTypeDescription
nameString [255] NOT NULLA short name for the data set
locationString [255]Identifies a location from which all the files of the data set might be accessed. It might be a directory
completeboolean NOT NULLMay be set to true when all data files and parameters have been added to the data set. The precise meaning is facility dependent.
startDateDate
doiString [255]The Digital Object Identifier associated with this data set
createIdString
fileSizeLongThe cumulative total size of the data files within this dataset
createTimeDate
modTimeDate
descriptionString [255]An informal description of the data set
fileCountLongThe total number of datafiles within this dataset
modIdString
endDateDate

DatasetInstrument

Represents a many-to-many relationship between an instrument and a dataset with data collected at that instrument

Uniqueness constraint dataset, instrument

Relationships

CardClassFieldCascadedDescription
1,1Instrumentinstrument
1,1Datasetdataset

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

DatasetParameter

A parameter associated with a data set

Uniqueness constraint dataset, type

Relationships

CardClassFieldCascadedDescription
1,1DatasetdatasetThe associated data set
1,1ParameterTypetypeThe type of the parameter

Other fields

FieldTypeDescription
stringValueString [4000]The value if the parameter is a string
rangeBottomDoubleThe minimum value of the numeric parameter that was observed during the measurement period
createIdString
createTimeDate
modTimeDate
dateTimeValueDateThe value if the parameter is a date
modIdString
errorDoubleThe error of the numeric parameter
numericValueDoubleThe value if the parameter is numeric
rangeTopDoubleThe maximum value of the numeric parameter that was observed during the measurement period

DatasetTechnique

Represents a many-to-many relationship between a dataset and the experimental technique being used to create that Dataset

Uniqueness constraint dataset, technique

Relationships

CardClassFieldCascadedDescription
1,1Techniquetechnique
1,1Datasetdataset

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

DatasetType

A type of data set

Uniqueness constraint facility, name

Relationships

CardClassFieldCascadedDescription
0,*DatasetdatasetsYes
1,1FacilityfacilityThe facility which has defined this data set type

Other fields

FieldTypeDescription
descriptionString [255]A description of this data set type
nameString [255] NOT NULLA short name identifying this data set type within the facility
modIdString
createIdString
createTimeDate
modTimeDate

Facility

An experimental facility

Uniqueness constraint name

Relationships

CardClassFieldCascadedDescription
0,*InvestigationinvestigationsYes
0,*SampleTypesampleTypesYes
0,*DataPublicationdataPublicationsYes
0,*ApplicationapplicationsYes
0,*InstrumentinstrumentsYes
0,*ParameterTypeparameterTypesYes
0,*InvestigationTypeinvestigationTypesYes
0,*DatafileFormatdatafileFormatsYes
0,*DataPublicationTypedataPublicationTypesYes
0,*DatasetTypedatasetTypesYes
0,*FacilityCyclefacilityCyclesYes

Other fields

FieldTypeDescription
daysUntilReleaseIntegerThe number of days before data is made freely available after collecting it.
urlString [255]A URL associated with this facility
createIdString
descriptionString [1023]A description of this facility
fullNameString [255]The full name of the facility
createTimeDate
modTimeDate
modIdString
nameString [255] NOT NULLA short name identifying this facility

FacilityCycle

An operating cycle within a facility

Uniqueness constraint facility, name

Relationships

CardClassFieldCascadedDescription
1,1FacilityfacilityThe facility which has this cycle
0,*InvestigationFacilityCycleinvestigationFacilityCyclesYes

Other fields

FieldTypeDescription
nameString [255] NOT NULLA short name identifying this facility cycle within the facility
descriptionString [255]A description of this facility cycle
modIdString
startDateDateStart of cycle
createIdString
endDateDateEnd of cycle
createTimeDate
modTimeDate

FundingReference

Information about financial support

Uniqueness constraint funderName, awardNumber

Relationships

CardClassFieldCascadedDescription
0,*InvestigationFundinginvestigationsYes
0,*DataPublicationFundingpublicationsYes

Other fields

FieldTypeDescription
funderIdentifierString [255]Unique identifier of the funding entity, such as a Crossref Funder ID
funderNameString [255] NOT NULLName of the funding entity
modIdString
awardNumberString [255] NOT NULLCode assigned by the funder to identify the grant, suggest to use ":unas" from the Datacite schema if there is no such identifier
awardTitleString [255]Title or name of the grant
createIdString
createTimeDate
modTimeDate

Grouping

A group of users

Uniqueness constraint name

Relationships

CardClassFieldCascadedDescription
0,*UserGroupuserGroupsYes
0,*RulerulesYes
0,*InvestigationGroupinvestigationGroupsYes

Other fields

FieldTypeDescription
modIdString
nameString [255] NOT NULLA short name identifying this group of users
createIdString
createTimeDate
modTimeDate

Instrument

Used by a user within an investigation

Uniqueness constraint facility, name

Relationships

CardClassFieldCascadedDescription
1,1FacilityfacilityThe facility which has this instrument
0,*InstrumentScientistinstrumentScientistsYes
0,*InvestigationInstrumentinvestigationInstrumentsYes
0,*ShiftshiftsYesShifts associated with this instrument
0,*DatasetInstrumentdatasetInstrumentsYes

Other fields

FieldTypeDescription
nameString [255] NOT NULLA short name identifying this instrument within the facility
createIdString
createTimeDate
modTimeDate
urlString [255]A URL associated with this instrument
typeString [255]
pidString [255]A persistent identifier attributed to this instrument
modIdString
descriptionString [4000]A description of this instrument
fullNameString [255]The formal name of this instrument

InstrumentScientist

Relationship between an ICAT user as an instrument scientist and the instrument

Uniqueness constraint user, instrument

Relationships

CardClassFieldCascadedDescription
1,1Instrumentinstrument
1,1Useruser

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

Investigation

An investigation or experiment

Uniqueness constraint facility, name, visitId

Relationships

CardClassFieldCascadedDescription
0,*InvestigationFacilityCycleinvestigationFacilityCyclesYes
1,1InvestigationTypetype
0,*ShiftshiftsYes
0,*InvestigationFundingfundingReferencesYes
0,*DataCollectionInvestigationdataCollectionInvestigationsYes
1,1Facilityfacility
0,*InvestigationInstrumentinvestigationInstrumentsYes
0,*SamplesamplesYes
0,*DatasetdatasetsYes
0,*PublicationpublicationsYes
0,*InvestigationUserinvestigationUsersYes
0,*KeywordkeywordsYes
0,*StudyInvestigationstudyInvestigationsYes
0,*InvestigationGroupinvestigationGroupsYes
0,*InvestigationParameterparametersYes

Other fields

FieldTypeDescription
fileSizeLongThe cumulative total size of the datasets within this investigation
nameString [255] NOT NULLA short name for the investigation
startDateDate
doiString [255]The Digital Object Identifier associated with this investigation
summaryString [4000]Summary or abstract
modIdString
releaseDateDateWhen the data will be made freely available
visitIdString [255] NOT NULLIdentifier for the visit to which this investigation is related
createIdString
createTimeDate
modTimeDate
endDateDate
titleString [255] NOT NULLFull title of the investigation
fileCountLongThe total number of datafiles within this investigation

InvestigationFacilityCycle

Many to many relationship between investigation and facilityCycle. Allows investigations to belong to multiple cycles at once.

Uniqueness constraint facilityCycle, investigation

Relationships

CardClassFieldCascadedDescription
1,1Investigationinvestigation
1,1FacilityCyclefacilityCycle

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

InvestigationFunding

Represents a many-to-many relationship between an investigation and a funding reference

Uniqueness constraint investigation, funding

Relationships

CardClassFieldCascadedDescription
1,1FundingReferencefunding
1,1Investigationinvestigation

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

InvestigationGroup

Many to many relationship between investigation and group which might be used within authorization rules. Please see InvestigationUser

Uniqueness constraint grouping, investigation, role

Relationships

CardClassFieldCascadedDescription
1,1Groupinggrouping
1,1Investigationinvestigation

Other fields

FieldTypeDescription
roleString [255] NOT NULLA role showing the position of the members of the group with respect to the investigation
modIdString
createIdString
createTimeDate
modTimeDate

InvestigationInstrument

Represents a many-to-many relationship between an investigation and the instruments assigned

Uniqueness constraint investigation, instrument

Relationships

CardClassFieldCascadedDescription
1,1Investigationinvestigation
1,1Instrumentinstrument

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

InvestigationParameter

A parameter associated with an investigation

Uniqueness constraint investigation, type

Relationships

CardClassFieldCascadedDescription
1,1InvestigationinvestigationThe associated investigation
1,1ParameterTypetypeThe type of the parameter

Other fields

FieldTypeDescription
stringValueString [4000]The value if the parameter is a string
rangeBottomDoubleThe minimum value of the numeric parameter that was observed during the measurement period
createIdString
createTimeDate
modTimeDate
dateTimeValueDateThe value if the parameter is a date
modIdString
errorDoubleThe error of the numeric parameter
numericValueDoubleThe value if the parameter is numeric
rangeTopDoubleThe maximum value of the numeric parameter that was observed during the measurement period

InvestigationType

A type of investigation

Uniqueness constraint name, facility

Relationships

CardClassFieldCascadedDescription
0,*InvestigationinvestigationsYes
1,1FacilityfacilityThe facility which has defined this investigation type

Other fields

FieldTypeDescription
modIdString
descriptionString [255]A description of this type of investigation
nameString [255] NOT NULLA short name identifying this type of investigation
createIdString
createTimeDate
modTimeDate

InvestigationUser

Many to many relationship between investigation and user. It is expected that this will show the association of individual users with an investigation which might be derived from the proposal. It may also be used as the basis of authorization rules. See InvestigationGroup if you wish to separate authorization rules from who is on the proposal.

Uniqueness constraint user, investigation, role

Relationships

CardClassFieldCascadedDescription
1,1Investigationinvestigation
1,1Useruser

Other fields

FieldTypeDescription
modIdString
roleString [255] NOT NULLA role such as PI showing the position of the user with respect to the investigation
createIdString
createTimeDate
modTimeDate

Job

A run of an application with its related inputs and outputs

Relationships

CardClassFieldCascadedDescription
1,1Applicationapplication
0,1DataCollectioninputDataCollection
0,1DataCollectionoutputDataCollection

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate
argumentsString [255]

Keyword

Must be related to an investigation

Uniqueness constraint name, investigation

Relationships

CardClassFieldCascadedDescription
1,1InvestigationinvestigationThe investigation to which this keyword applies

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate
nameString [255] NOT NULLThe name of the keyword

ParameterType

A parameter type with unique name and units

Uniqueness constraint facility, name, units

Relationships

CardClassFieldCascadedDescription
0,*DatafileParameterdatafileParametersYes
0,*PermissibleStringValuepermissibleStringValuesYes
0,*DatasetParameterdatasetParametersYes
1,1FacilityfacilityThe facility which has defined this data set type
0,*SampleParametersampleParametersYes
0,*InvestigationParameterinvestigationParametersYes
0,*DataCollectionParameterdataCollectionParametersYes

Other fields

FieldTypeDescription
pidString [255]A persistent identifier attributed to this parameter type
unitsString [255] NOT NULLThe name of the parameter type units
descriptionString [255]Description of the parameter type
modIdString
applicableToSamplebooleanIf a parameter of this type may be applied to a sample
valueTypeParameterValueType NOT NULLenum with possible values: NUMERIC, STRING, DATE_AND_TIME
verifiedbooleanIf ordinary users are allowed to create their own parameter types this indicates that this one has been approved
applicableToDatasetbooleanIf a parameter of this type may be applied to a data set
applicableToDataCollectionbooleanIf a parameter of this type may be applied to a DataCollection
minimumNumericValueDouble
enforcedbooleanTrue if constraints are enforced
createIdString
createTimeDate
modTimeDate
applicableToInvestigationbooleanIf a parameter of this type may be applied to an investigation
nameString [255] NOT NULLThe name of the parameter type
unitsFullNameString [255]The formal name of the parameter type units
applicableToDatafilebooleanIf a parameter of this type may be applied to a data file
maximumNumericValueDouble

PermissibleStringValue

Permissible value for string parameter types

Uniqueness constraint value, type

Relationships

CardClassFieldCascadedDescription
1,1ParameterTypetypeThe parameter type to which this permissible string value applies

Other fields

FieldTypeDescription
modIdString
valueString [255] NOT NULLThe value of the string
createIdString
createTimeDate
modTimeDate

PublicStep

An allowed step for an INCLUDE identifed by the origin entity and the field name for navigation. Including an entry here is much more efficient than having to use the authorization rules.

Uniqueness constraint origin, field

Relationships

CardClassFieldCascadedDescription

Other fields

FieldTypeDescription
fieldString [32] NOT NULLThe field used to represent the relationship on the origin side
originString [32] NOT NULLThe origin entity
modIdString
createIdString
createTimeDate
modTimeDate

Publication

A publication

Relationships

CardClassFieldCascadedDescription
1,1Investigationinvestigation

Other fields

FieldTypeDescription
fullReferenceString [511] NOT NULLA reference in the form to be used for citation
modIdString
repositoryString [255]The name of a repository where the publication is held
urlString [255]A URL from which the publication may be downloaded
doiString [255]The Digital Object Identifier associated with this publication
repositoryIdString [255]The id of the publication within the repository
createIdString
createTimeDate
modTimeDate

RelatedDatafile

Used to represent an arbitrary relationship between data files

Uniqueness constraint sourceDatafile, destDatafile

Relationships

CardClassFieldCascadedDescription
1,1DatafilesourceDatafile
1,1DatafiledestDatafile

Other fields

FieldTypeDescription
modIdString
relationString [255] NOT NULLIdentifies the type of relationship between the two datafiles - e.g. "COPY"
createIdString
createTimeDate
modTimeDate

RelatedItem

A reference to an external resource or item that is related to a data publication, such as a scientific article that is based on the data or the instrument that has been used to collect the data

Uniqueness constraint publication, identifier

Relationships

CardClassFieldCascadedDescription
1,1DataPublicationpublication

Other fields

FieldTypeDescription
identifierString [255] NOT NULLThe identifier of the related resource
relationTypeString [255] NOT NULLDescription of the relationship with the related resource, see DataCite property relationType for suggested values
fullReferenceString [1023]The full reference for the related resource as it should be displayed on the landing page
modIdString
relatedItemTypeString [255]The type of the related resource, see DataCite property resourceTypeGeneral for suggested values
createIdString
titleString [255]Title or name of the related resource
createTimeDate
modTimeDate

Rule

An authorization rule

Relationships

CardClassFieldCascadedDescription
0,1Groupinggrouping

Other fields

FieldTypeDescription
crudFlagsString [4] NOT NULLContains letters from the set "CRUD"
modIdString
whatString [1024] NOT NULLTo what the rules applies
createIdString
createTimeDate
modTimeDate

Sample

A sample to be used in an investigation

Uniqueness constraint investigation, name

Relationships

CardClassFieldCascadedDescription
0,*DatasetdatasetsYes
0,1SampleTypetype
0,*SampleParameterparametersYes
1,1Investigationinvestigation

Other fields

FieldTypeDescription
nameString [255] NOT NULL
pidString [255]A persistent identifier attributed to this sample
modIdString
createIdString
createTimeDate
modTimeDate

SampleParameter

A parameter associated with a sample

Uniqueness constraint sample, type

Relationships

CardClassFieldCascadedDescription
1,1ParameterTypetypeThe type of the parameter
1,1SamplesampleThe associated sample

Other fields

FieldTypeDescription
stringValueString [4000]The value if the parameter is a string
rangeBottomDoubleThe minimum value of the numeric parameter that was observed during the measurement period
createIdString
createTimeDate
modTimeDate
dateTimeValueDateThe value if the parameter is a date
modIdString
errorDoubleThe error of the numeric parameter
numericValueDoubleThe value if the parameter is numeric
rangeTopDoubleThe maximum value of the numeric parameter that was observed during the measurement period

SampleType

A sample to be used in an investigation

Uniqueness constraint facility, name, molecularFormula

Relationships

CardClassFieldCascadedDescription
1,1FacilityfacilityThe facility which has defined this sample type
0,*SamplesamplesYes

Other fields

FieldTypeDescription
modIdString
molecularFormulaString [255] NOT NULLThe formula written as a string -e.g. C2H6O2 for ethylene glycol
nameString [255] NOT NULL
safetyInformationString [4000]Any safety information related to this sample
createIdString
createTimeDate
modTimeDate

Shift

A period of time related to an investigation

Uniqueness constraint investigation, startDate, endDate

Relationships

CardClassFieldCascadedDescription
0,1InstrumentinstrumentThe instrument, if this shift is associated to one
1,1Investigationinvestigation

Other fields

FieldTypeDescription
commentString [255]
startDateDate NOT NULL
modIdString
createIdString
createTimeDate
modTimeDate
endDateDate NOT NULL

Study

A study which may be related to an investigation

Relationships

CardClassFieldCascadedDescription
0,1UseruserThe user responsible for the study
0,*StudyInvestigationstudyInvestigationsYes

Other fields

FieldTypeDescription
startDateDateThe start date of this study
statusStudyStatusThe status of the study. Possible values are: NEW, IN_PROGRESS, COMPLETE, CANCELLED
nameString [255] NOT NULLThe name of the study
createIdString
createTimeDate
modTimeDate
endDateDateThe end date of this study
modIdString
descriptionString [4000]A description of the study and its purpose
pidString [255]A persistent identifier attributed to this study

StudyInvestigation

Many to many relationship between study and investigation

Uniqueness constraint study, investigation

Relationships

CardClassFieldCascadedDescription
1,1Investigationinvestigation
1,1Studystudy

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate

Technique

Represents an experimental technique

Uniqueness constraint name

Relationships

CardClassFieldCascadedDescription
0,*DatasetTechniquedatasetTechniquesYes

Other fields

FieldTypeDescription
modIdString
createIdString
pidString [255]A persistent identifier attributed to the technique, ideally referring to a vocabulary term
createTimeDate
descriptionString [255]An informal description for the technique
modTimeDate
nameString [255] NOT NULLA short name for the technique

User

A user of the facility

Uniqueness constraint name

Relationships

CardClassFieldCascadedDescription
0,*DataPublicationUserdataPublicationUsersYes
0,*StudystudiesYes
0,*InstrumentScientistinstrumentScientistsYes
0,*UserGroupuserGroupsYes
0,*InvestigationUserinvestigationUsersYes

Other fields

FieldTypeDescription
fullNameString [255]May include title
givenNameString [255]The given name of the user
createIdString
createTimeDate
modTimeDate
emailString [255]An email address for the user
nameString [255] NOT NULLThe name of the user to match that provided by the authentication mechanism
modIdString
affiliationString [255]The home institute or other affiliation of the user
orcidIdString [255]An ORCID iD for the user
familyNameString [255]The family name of the user

UserGroup

Many to many relationship between user and group

Uniqueness constraint user, grouping

Relationships

CardClassFieldCascadedDescription
1,1Useruser
1,1Groupinggrouping

Other fields

FieldTypeDescription
modIdString
createIdString
createTimeDate
modTimeDate