CV_Categorical - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: CV_Categorical

Controlled text values that can be shared across attributes of instances like Land use “Grass_Pasture” or irrigation type "Flood”, states "Utah"

Columns

PKNameData TypeNULLAutoDefaultCommentFK

TermVarChar(255) The machine version of the vocabulary term (no spaces). May be the same as the term.
NameVarChar(255) The human readable version of the vocabulary term. May be the same as the term.
AttributeNameVarChar(255) The attribute name that takes the value here.
DefinitionVarChar(5000)

Definition of vocabulary term
CategoryVarChar(255)

A category within which the term falls.
SourceVocabularyURIVarChar(255)

A link to the source vocabulary from which the term was derived.

Indexes

(none)


Foreign Keys

(none)


Triggers

(none)


Used in Diagrams

Diagram Name
03_CVs