DataColumns element (DataRecordSet_Type complexType) (Visio XML)

Contains all the DataColumn elements in a data recordset.

Element information

Value
Element type
DataColumns_Type
Namespace
http://schemas.microsoft.com/office/visio/2012/main
Schema file
VisioSchema15.xsd
Document parts
recordsets.xml

Definition

< xs:element name="DataColumns" type="DataColumns_Type" minOccurs="1" maxOccurs="1" >
</xs:element >

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

Element Type Description
DataRecordSet
DataRecordSet_Type
Stores, formats, refreshes, and exposes data queried from a database in Microsoft Visio.

Child elements

Element Type Description
DataColumn
DataColumn_Type
Defines how a data column appears in the External Data window in the Visio user interface and qualifies the data in the column by defining its data type and formatting.

Attributes

Attribute Type Required Description Possible values
SortAsc
xsd:boolean
optional
The column on which to sort the data. Values of the xsd:boolean type.
SortColumn
xsd:string
optional
Whether to sort the SortColumn column in ascending (1) or descending (0) order. Values of the xsd:string type.