ObjectTypes - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: ObjectTypes

An Object Type is the building element of a dataset that modelers customize its attributes to represent a distinct water system component (e.g., reservoir or a river) in their models (data structures). An Object Type may represent physical and existing water components or to represent conceptual objects like representing water gains and losses in a river though a virtual node object at a point on a river.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

ObjectTypeIDInteger

Primary key identifier
ObjectTypeVarChar(255) Object Type name as used in the data structure like WEAP (e.g., Reservoir)
ObjectTypeCVVarChar(255)

CV Term for a universal ObjectType

ObjectTypologyCVVarChar(50) Typology of the Object Type instance as either Node, Link, or Network

LayoutText

The object icon (shape and color) in case it is used in a user interface
DescriptionText

Full text description of the Object type
ObjectCategoryIDInteger

Foreign key identifier for an ObjectCategory

ResourceTypeIDInteger Foreign key identifier for a Dataset which the ObjectType belongs to


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_ObjectTypes_CV_ObjectTopologyCVs.CV_ObjectTypologyResourceStruct.ObjectTypesNameObjectTypologyCV
fk_ObjectTypes_CV_ObjectTypesCVs.CV_ObjectTypeResourceStruct.ObjectTypesNameObjectTypeCV
fk_ObjectTypes_DatasetsResourceStruct.ResourceTypesResourceStruct.ObjectTypesResourceTypeIDResourceTypeID
fk_ObjectTypes_ObjectCategoryResourceStruct.ObjectCategoriesResourceStruct.ObjectTypesObjectCategoryIDObjectCategoryID

Triggers

(none)


Used in Diagrams

Diagram Name
01_WaMDaM
02_WaMDaM_WCVs