DataRecordSets element (Visio XML)
Contains all the DataRecordset elements in the document.
Element information
Value | |
---|---|
Element type |
DataRecordSets_Type |
Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
Schema file |
VisioSchema15.xsd |
Document parts |
recordsets.xml |
Definition
< xs:element name="DataRecordSets" type="DataRecordSets_Type" >
</xs:element >
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
None.
Child elements
Element | Type | Description |
---|---|---|
DataRecordSet |
DataRecordSet_Type |
Contains all the DataRecordset elements in the document. |
Attributes
Attribute | Type | Required | Description | Possible values |
---|---|---|---|---|
ActiveRecordsetID |
xsd:unsignedInt |
optional |
The ID of the active data recordset in the External Data window when the window closes, so that it can be restored the next time the window opens. | Values of the xsd:unsignedInt type. |
DataWindowOrder |
xsd:string |
optional |
The order of the data recordsets displayed on the tabs of the External Data window. An ordered list of data-recordset IDs, separated by semi-colons. | Values of the xsd:string type. |
NextID |
xsd:unsignedInt |
required |
The next available ID for a new data recordset. | Values of the xsd:unsignedInt type. |