RowKeyValue 元素 (PrimaryKey_Type complexType) (Visio XML)
为记录集的单个行指定主键的值。
元素信息
值 | |
---|---|
元素类型 |
RowKeyValue_Type |
命名空间 |
http://schemas.microsoft.com/office/visio/2012/main |
架构文件 |
VisioSchema15.xsd |
文档部件 |
recordsets.xml |
定义
< xs:element name="RowKeyValue" type="RowKeyValue_Type" minOccurs="0" maxOccurs="unbounded" >
</xs:element >
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
父元素
元素 | 类型 | 说明 |
---|---|---|
PrimaryKey |
PrimaryKey_Type |
指定记录集的主键。 |
子元素
无。
Attributes
属性 | 类型 | 必需 | 说明 | 可能的值 |
---|---|---|---|---|
RowID |
xsd:unsignedInt |
必需 |
标识记录集的行的唯一值。 | xsd:unsignedInt 类型的值。 |
值 |
xsd:string |
必需 |
记录集的此行的主键值。 | xsd:string 类型的值。 |