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