Home    |    Concepts   |   API   |   Samples
Concepts > XML > Database Schema
SDE_XML_INDEX_TAGS Table

The definition of which elements and attributes are included in or excluded from each XPath index is recorded in this table. This table occurs once in each ArcSDE database. It contains one row for each XPath associated with an XML column?s XPath

Name Data Null? Description
INDEX_ID INT32 NOT NULL The identifier of the XPath index associated with an XML column, if one exists

A foreign key to the XML indexes table.

TAG_ID INT32 NOT NULL The identifier of an XPath, or tag
TAG_NAME STRING NOT NULL An absolute XPath identifying an XML element or attribute that may occur in an XML document
DATA_TYPE STRING NOT NULL Data type of tag
TAG_ALIAS INT32 NULL A number that may be used to identify an XPath
DESCRIPTION STRING NULL Text identifying the content that should be contained in the XML element or attribute
IS_EXCLUDED INT32 NOT NULL A value indicating if the XML element is included in or excluded from the XPath index

A zero indicates the XPath is included; a one indicates the XPath is excluded

feedback | privacy | legal