ExternalIdentifierSystems - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: ExternalIdentifierSystems

A single table for connecting various primary keys with points to outside systems.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

ExternalIdentifierSystemIDInteger

nextval('"ODMXExternalIdentifiers"."ExternalIdentifierSystems_ExternalIdentifierSystemID_seq"'::regclass)Primary key identifier
ExternalIdentifierSystemNameVarChar() Defines the identifier system used (i.e. IGSN, SWRC Sample Number, etc.)
IdentifierSystemOrganizationIDInteger Foreign Key identifer for the organization overseeing or affiliated with the identifier system

ExternalIdentifierSystemDescriptionVarChar()

Description of identifier system.
ExternalIdentifierSystemURLVarChar()

Universal Resource Locator (URL) for resolution/translation of an identifier system's URNs (i.e. http://dx.doi.org/ is the resolver URL for doi:10.1002/2013GL057450)

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_ExternalIdentifierSystems_OrganizationsODMXCore.OrganizationsODMXExternalIdentifiers.ExternalIdentifierSystemsOrganizationIDIdentifierSystemOrganizationID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXExternalIdentifiers