| Field name |
Field type |
Description |
| ID |
INTEGER |
Unique identifier of the schematic dataset
NOT NULL |
| MAJOR |
INTEGER |
Release number of the dataset version; not used at this time
NOT NULL |
| MINOR |
INTEGER |
Minor release number of the dataset version; not used at this time
NOT NULL |
| BUGFIX |
INTEGER |
Patch or service pack number of the dataset version; not used at this time
NOT NULL |
| DBNAME |
VARCHAR(32) |
Name of the database in which the schematic dataset is stored |
| OWNER |
VARCHAR(32) |
The user who created the schematic dataset |
| NAME |
VARCHAR(128) |
The name of the schematic dataset
NOT NULL |
| EXTCLSID |
VARCHAR(38) |
Not currently in use |
| SPATIALREF |
VARCHAR(1024) |
Default spatial reference used when creating new diagrams |
| BLOBS |
BLOB |
Stores the default parameters for the dataset, such as the default node symbol, text separator, and character |
| Field name |
Field type |
Description |
| ID |
INTEGER |
Uniquely identifies a diagram type
NOT NULL |
| OBJECTCLASSID |
INTEGER |
Foreign key to the ID field in the SCH_UNIQUEID table
NOT NULL |
| CREATIONNAME |
VARCHAR(255) |
Name of the diagram class when the table is created
NOT NULL |
| NAME |
VARCHAR(255) |
Current name of the diagram class (if it was changed from the original name)
NOT NULL |
| PARENTID |
INTEGER |
ID of the parent diagram class entry
NOT NULL |
| DATASOURCEID |
INTEGER |
Foreign key to the ID field of SCH<ID>_DATASRC
|
| BUILDERCLSID |
VARCHAR(38) |
Class ID for the schema builder (custom query, network dataset, or standard)
|
| LINKERCLSID |
VARCHAR(38) |
Component managing feature to element relationship method
|
| ALGORITHMCLSID |
VARCHAR(38) |
Class ID of the algorithm that is automatically applied to diagrams of this type
|
| BLOBS |
BLOB |
Stores all the attribute and symbology information
|
| Field name |
Field type |
Description |
| ID |
INTEGER |
Uniquely identifies an element type
NOT NULL |
| OBJECTCLASSID |
INTEGER |
Foreign key to ID in GDB_OBJECTCLASSES table
NOT NULL |
| CREATIONNAME |
VARCHAR(255) |
Name of the element class when the table is created
NOT NULL |
| NAME |
VARCHAR(255) |
Current name of the element class (if it changed)
NOT NULL |
| PARENTID |
INTEGER |
ID of the parent element class entry
NOT NULL |
| ELEMENTTYPE |
INTEGER |
Value specifying the type of element (node, link, etc.)
NOT NULL |
| RELATIOINCLSID |
VARCHAR(38) |
Relationship to a feature class
|
| ASSOCIATEDDSID |
INTEGER |
Data source ID of related feature class
|
| ASSOCIATEDOCID |
INTEGER |
ID of the related feature classes from the GDB_OBJECTCLASSES table
|
| DATASOURCEID |
INTEGER |
Foreign key to the ID field in the SCH<ID>_DATASRC table
|
| BLOBS |
BLOB |
Stores attribute and symbology
|
| Field Name |
Field Type |
Description |
| ID |
INTEGER |
Uniquely identifies a diagram
NOT NULL |
| NAME |
VARCHAR(255) |
Name of the diagram
NOT NULL |
| FOLDERID |
INTEGER |
Foreign key to the SCH<ID>_FOLDER table
NOT NULL |
| DIAGRAMCLASSID |
INTEGER |
Foreign key to SCH<ID>_DIACLASS table's OBJECTCLASSID field
NOT NULL |
| LASTUPDATE |
TIMESTAMP |
Date and time of last user update
|
| VERSION |
VARCHAR(255) |
If generated from versioned data, lists which version
|
| CREATIONDATE |
TIMESTAMP |
Date and time diagram was created
|
| CREATOR |
VARCHAR(100) |
Name of the user that created the diagram
|
| UPDATEDBY |
VARCHAR(100) |
Name of the user that last updated the diagram
|
| SPATIALREF |
VARCHAR(1024) |
Spatial coordinates
|
| BLOBS |
BLOB |
Stores the current positioning of all elements in the diagram
|
| Field Name |
Field Type |
Description |
| ID |
INTEGER |
Uniquely identifies an element
NOT NULL |
| DIAGRAMCLASSID |
INTEGER |
Foregn key to the SCH<ID>_DIACLASS table's OBJECTCLASSID field
NOT NULL |
| DIAGRAMOBBJECTID |
INTEGER |
Foreign key to the SCH<ID>D_<Diagram_Type_Name> table
NOT NULL |
| SCHEMATICID |
VARCHAR(128) |
Uniquely identifies an element; consists of DIAGRAMOBJECTID, DIAGRAMCLASSID, DATASOURCEID, UCID, UOID, and USID
NOT NULL |
| ISINITIAL |
INTEGER |
Indicates whether this element was part of the initial creation list
NOT NULL |
| ISDISPLAYED |
INTEGER |
Indicates whether this element is currently displayed
NOT NULL |
| RELATIONOBJECTID |
INTEGER |
Object ID of related feature in relationship
|
| RELATIONCLASSID |
INTEGER |
Class ID of related feature in relationship
|
| DATASOURCEID |
INTEGER |
Foreign key to SCH<ID>_DATASRC table
|
| UCID |
INTEGER |
Class ID of corresponding feature
|
| UOID |
INTEGER |
Object ID of corresponding feature
|
| USID |
INTEGER |
Subtype ID of corresponding feature
|
| UEID |
INTEGER |
Enabled value of corresponding feature
|
| SUBTYPE |
INTEGER |
Subtype of feature
|
| PROPERTYSET |
BLOB |
Holds attribute information
|
| INITIALX |
DECIMAL(31) |
X positon of element when created
|
| INITIALY |
DECIMAL(31) |
Y position of element when created
|