DataConnection_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="DataConnection_Type">
<xs:attribute name="ID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="FileName"
type="xsd:string"
use="required"
/>
<xs:attribute name="ConnectionString"
type="xsd:string"
/>
<xs:attribute name="Command"
type="xsd:string"
/>
<xs:attribute name="FriendlyName"
type="xsd:string"
/>
<xs:attribute name="Timeout"
type="xsd:unsignedInt"
/>
<xs:attribute name="AlwaysUseConnectionFile"
type="xsd:boolean"
/>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
None.
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
AlwaysUseConnectionFile |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
Command |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
ConnectionString |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
FileName |
xsd:string |
required |
|
Values of the xsd:string type. |
|
FriendlyName |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
ID |
xsd:unsignedInt |
required |
|
Values of the xsd:unsignedInt type. |
|
Timeout |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |