XML Table Columns

You can create columns with a type of XML and store XML instances in them.

XML Table Column Properties

You can modify an object's properties from its property sheet. To open an XML table column property sheet, double-click its Browser entry.

The following extended attributes are available on the Microsoft tab:

Name

Description

XML schema collection

Specifies an XML schema collection for the type.

Scripting name: XMLSchemaCollection

Content type

Specifies the nature of the content to be stored in the column. You can choose between:


  • CONTENT – [default] the data can contain multiple top-level elements.

  • DOCUMENT – the data can contain only one top-level element.

Scripting name: ContentType