DataRecordSets_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="DataRecordSets_Type">
<xs:sequence>
<xs:element name="DataRecordSet" type="DataRecordSet_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
</xs:sequence>
<xs:attribute name="NextID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="ActiveRecordsetID"
type="xsd:unsignedInt"
/>
<xs:attribute name="DataWindowOrder"
type="xsd:string"
/>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
|
Element |
Type |
Description |
|---|---|---|
|
|
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
ActiveRecordsetID |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
DataWindowOrder |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
NextID |
xsd:unsignedInt |
required |
|
Values of the xsd:unsignedInt type. |