Table Index

DesignElementDimension


Represents MAGE Class DesignElementDimension
An ordered list of designElements. It will be realized as one of its three subclasses.
Includes MAGE Class CompositeSequenceDimension
Includes MAGE Class FeatureDimension
Includes MAGE Class ReporterDimension

Columns

Column MySQL Type Oracle Type Nullable Description
WID BIGINT NUMBER No Warehouse identifier for this entity
DataSetWID BIGINT NUMBER No Reference to the data set from which the entity came from
MAGEClass VARCHAR VARCHAR2(100) No Discriminator column specifies type of object this row represents
Identifier VARCHAR VARCHAR2(255) Yes MAGE attribute Identifiable.identifier
An identifier is an unambiguous string that is unique within the scope (i.e. a document, a set of related documents, or a repository) of its use.
Name VARCHAR VARCHAR2(255) Yes MAGE attribute Identifiable.name
The potentially ambiguous common identifier.

Referenced By

Table Column
BioAssayData DesignElementDimension
NodeContents DesignElementDimension
ComposSeqDimensWIDComposSeqWID CompositeSequenceDimensionWID
FeatureDimensionWIDFeatureWID FeatureDimensionWID
ReporterDimensWIDReporterWID ReporterDimensionWID

Other Constraints

None.

Indexes

Name Columns
DesignElementDimension1 DataSetWID
DesignElementDimension2 MAGEClass
DesignElementDimension3 Identifier
DesignElementDimension4 Name