RowKeyValue element (PrimaryKey_Type complexType) (Visio XML)
Specifies the value of a primary key for an individual row of a recordset.
Element information
Value | |
---|---|
Element type |
RowKeyValue_Type |
Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
Schema file |
VisioSchema15.xsd |
Document parts |
recordsets.xml |
Definition
< xs:element name="RowKeyValue" type="RowKeyValue_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 |
---|---|---|
PrimaryKey |
PrimaryKey_Type |
Specifies a primary key of a recordset. |
Child elements
None.
Attributes
Attribute | Type | Required | Description | Possible values |
---|---|---|---|---|
RowID |
xsd:unsignedInt |
required |
A unique value that identifies a row of a recordset. | Values of the xsd:unsignedInt type. |
Value |
xsd:string |
required |
The value of the primary key for this row of the recordset. | Values of the xsd:string type. |