AutoLinkComparison element (DataRecordSet_Type complexType) (Visio XML)

Defines a rule that compares a column in the parent DataRecordset element with a shape data item from the last successful automatic linking action performed in the user interface.

Element information

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

Definition

<xs:element name="AutoLinkComparison" type="AutoLinkComparison_Type" minOccurs="0" maxOccurs="unbounded" >
</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
Specifies a recordset and the data binding between that recordset and shapes in drawing pages.

Child elements

None.

Attributes

Attribute Type Required Description Possible values
ColumnName
xsd:string
required
Corresponds to a column name in the ADO recordset. Values of the xsd:string type.
ContextType
xsd:unsignedInt
required
Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. Values of the xsd:unsignedInt type.
ContextTypeLabel
xsd:string
optional
If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeLabel must be the shape data item label, and if ContextType = 3, ContextTypeLabel must be the local row name. Values of the xsd:string type.