DataColumn 元素 (DataColumns_Type complexType) (Visio XML)
定义数据列在 Visio 用户界面的“ 外部数据” 窗口中的显示方式,并通过定义其数据类型和格式来限定列中的数据。
元素信息
值 | |
---|---|
元素类型 |
DataColumn_Type |
命名空间 |
http://schemas.microsoft.com/office/visio/2012/main |
架构文件 |
VisioSchema15.xsd |
文档部件 |
recordsets.xml |
定义
< xs:element name="DataColumn" type="DataColumn_Type" minOccurs="1" maxOccurs="unbounded" >
</xs:element >
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
父元素
元素 | 类型 | 说明 |
---|---|---|
DataColumns |
DataColumns_Type |
包含数据记录集中的所有 DataColumn 元素。 |
子元素
无。
Attributes
属性 | 类型 | 必需 | 说明 | 可能的值 |
---|---|---|---|---|
日历 |
xsd:unsignedShort |
可选 |
数据列的日历 ID。 | xsd:unsignedShort 类型的值。 |
ColumnNameID |
xsd:string |
必需 |
数据列的外部名称。 显示在“ 外部数据” 窗口的标题和数据图形的标签中。 | xsd:string 类型的值。 |
货币 |
xsd:unsignedShort |
可选 |
数据列的货币 ID。 | xsd:unsignedShort 类型的值。 |
DataType |
xsd:unsignedShort |
可选 |
数据列中数据的类型。 | xsd:unsignedShort 类型的值。 |
Degree |
xsd:unsignedInt |
可选 |
指定单位 (功率) 的度数,例如平方或立方体。 不存在) 的默认 (属性为 1。 | xsd:unsignedInt 类型的值。 |
DisplayOrder |
xsd:unsignedInt |
可选 |
定义数据列在 “外部数据” 窗口中的显示位置,从最左侧的列 (0) 到最右侧的列 (最大值) 。 | xsd:unsignedInt 类型的值。 |
DisplayWidth |
xsd:unsignedInt |
可选 |
“ 外部 数据”窗口中数据列的宽度。 | xsd:unsignedInt 类型的值。 |
Hyperlink |
xsd:boolean |
可选 |
当形状链接到数据时,数据列是否在形状中创建超链接。 | xsd:boolean 类型的值。 |
标签 |
xsd:string |
必需 |
数据列的标签。 | xsd:string 类型的值。 |
LangID |
xsd:unsignedInt |
可选 |
数据列的语言 ID。 | xsd:unsignedInt 类型的值。 |
映射 |
xsd:boolean |
可选 |
指定列在 “外部数据” 窗口中是否可见。 如此 (1) 使列可见;假 (0) 列不可见。 不存在) 的默认 (属性是使列可见。 | xsd:boolean 类型的值。 |
名称 |
xsd:string |
必需 |
数据列的内部名称。 用作形状数据项的行名, (自定义属性) 在形状链接到数据行时添加到形状。 | xsd:string 类型的值。 |
OrigLabel |
xsd:string |
可选 |
基础 ADO 接口返回到 Visio 的列标签。 | xsd:string 类型的值。 |
UnitType |
xsd:string |
可选 |
数据列中数据的单位类型。 | xsd:string 类型的值。 |