AutoLinkComparison 元素 (DataRecordSet_Type complexType) (Visio XML)

定义一个规则,该规则将父 DataRecordset 元素中的列与用户界面中上一个成功自动链接操作中的形状数据项进行比较。

元素信息

元素类型
AutoLinkComparison_Type
命名空间
http://schemas.microsoft.com/office/visio/2012/main
架构文件
VisioSchema15.xsd
文档部件
recordsets.xml

定义

<xs:element name="AutoLinkComparison" type="AutoLinkComparison_Type" minOccurs="0" maxOccurs="unbounded" >
</xs:element >

元素和属性

如果架构定义了特定要求(如 sequenceminOccursmaxOccurschoice),请参阅定义部分。

父元素

元素 类型 说明
DataRecordSet
DataRecordSet_Type
指定记录集以及绘图页中该记录集与形状之间的数据绑定。

子元素

无。

Attributes

属性 类型 必需 说明 可能的值
ColumnName
xsd:string
必需
对应于 ADO 记录集中的列名。 xsd:string 类型的值。
ContextType
xsd:unsignedInt
必需
指定要用于比较的组或形状的属性。 下表显示了可能的值。 xsd:unsignedInt 类型的值。
ContextTypeLabel
xsd:string
可选
如果 ContextType 值为 2 或 3,则需要此属性来定义比较。 对于 ContextType = 2,ContextTypeLabel 必须是形状数据项标签,如果 ContextType = 3,ContextTypeLabel 必须是本地行名。 xsd:string 类型的值。