| nodeName | Contains the qualified name of the element or attribute. |
| nodeType | Specifies the DOM node type, which determines valid values and whether the node can have child nodes. |
| parentNode | Contains the parent node (for nodes that can have parents). |
| childNodes | Contains a node list containing the children (for nodes that can have children). |
| firstChild | Contains the first child of this node. |
| lastChild | Returns the last child node. |
| previousSibling | Contains the left sibling of this node. |
| nextSibling | Contains the next sibling of this node in the parent's child list. |
| attributes | Contains the list of attributes for this node. |
| nodeTypeString | the type of node in string form - ms extension |
| text | text content of the node and subtree - ms extension |
| nodeTypedValue | get the strongly typed value of the node - ms extension |
| dataType | the data type of the node - ms extension |
| parsed | has sub-tree been completely parsed - ms extension |
| prefix | the prefix for the namespace applying to the node - ms extension |
| baseName | the base name of the node (nodename with the prefix stripped off) - ms extension |
| Caption | The user-friendly name of the node. |
| Path | The relational path the node. |
| Dependent | True if the view is referenced in a cascade-delete relationship. |
| Name | The name of the view. |
| Description | A description of the view. |
| Hidden | Determines whether the view is hidden. |
| Schema | The schema of the view. |