ResourceTypes - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: ResourceTypes

A ResourceType Structure is a particular configuration and arrangement of Object Types and their Attributes in a dataset (e.g., model) for a specific domain (e.g., water supply, wastewater collection, storm water).

Columns

PKNameData TypeNULLAutoDefaultCommentFK

ResourceTypeIDInteger

Primary key identifier
ResourceTypeVarChar(255) Full text name of the Resource type that represents a model or a dataset that groups many system components (e.g., Water Evaluation and Planning system)
ResourceTypeAcronymVarChar(255) Text name acronym like WEAP, WASH
ResourceTypeCVVarChar(255)

The human readable version of the vocabulary term. May be the same as the term.

MethodIDInteger Foreigh key identifier for a method the resource types uses (e.g., WEAP simulation method)

DescriptionText

Full text description of the resource type

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_ResourceTypes_CV_ResourceTypesCVs.CV_ResourceTypeResourceStruct.ResourceTypesNameResourceTypeCV
fk_ResourceTypes_MethodsMetadata.MethodsResourceStruct.ResourceTypesMethodIDMethodID

Triggers

(none)


Used in Diagrams

Diagram Name
01_WaMDaM
02_WaMDaM_WCVs