DataRecordSet_Type complexType ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<xs:complexType name="DataRecordSet_Type">
<xs:sequence>
<xs:element name="Rel" type="Rel_Type"
minOccurs="1"
maxOccurs="1"
>
</xs:element>
<xs:element name="DataColumns" type="DataColumns_Type"
minOccurs="1"
maxOccurs="1"
>
</xs:element>
<xs:element name="PrimaryKey" type="PrimaryKey_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="RowMap" type="RowMap_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="RefreshConflict" type="RefreshConflict_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="AutoLinkComparison" type="AutoLinkComparison_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
</xs:sequence>
<xs:attribute name="ID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="ConnectionID"
type="xsd:unsignedInt"
/>
<xs:attribute name="Command"
type="xsd:string"
/>
<xs:attribute name="Options"
type="xsd:unsignedInt"
/>
<xs:attribute name="TimeRefreshed"
type="xsd:dateTime"
/>
<xs:attribute name="NextRowID"
type="xsd:unsignedInt"
/>
<xs:attribute name="Name"
type="xsd:string"
/>
<xs:attribute name="RowOrder"
type="xsd:boolean"
/>
<xs:attribute name="RefreshOverwriteAll"
type="xsd:boolean"
/>
<xs:attribute name="RefreshNoReconciliationUI"
type="xsd:boolean"
/>
<xs:attribute name="RefreshInterval"
type="xsd:unsignedInt"
/>
<xs:attribute name="ReplaceLinks"
type="xsd:unsignedInt"
/>
<xs:attribute name="Checksum"
type="xsd:unsignedInt"
/>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
Checksum |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
Command |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
ConnectionID |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
ID |
xsd:unsignedInt |
required |
|
Values of the xsd:unsignedInt type. |
|
Name |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
NextRowID |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
Options |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
RefreshInterval |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
RefreshNoReconciliationUI |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
RefreshOverwriteAll |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
ReplaceLinks |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
RowOrder |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
TimeRefreshed |
xsd:dateTime |
optional |
|
Values of the xsd:dateTime type. |