DataConnection_Type complexType (Visio XML)

Type information

Value
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Schema file
VisioSchema15-2012-06-05.xsd
Extension base
None

Definition

      <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>
      

Elements and attributes

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.