Freigeben über


DataConnection_Type complexType (Visio XML)

Informationen zum Typ

Wert
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Schemadatei
VisioSchema15-2012-06-05.xsd
Erweiterungsbasis
Keine

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>
      

Elemente und Attribute

Wenn das Schema bestimmte Anforderungen definiert, z. B. sequence, minOccurs, maxOccurs und choice, lesen Sie den Abschnitt definition.

Untergeordnete Elemente

Keine.

Attribute

Attribut Typ Erforderlich Beschreibung Mögliche Werte
AlwaysUseConnectionFile
xsd:boolean
Optional
Werte des Typs xsd:boolean.
Befehl
xsd:string
Optional
Werte des xsd:string-Typs.
ConnectionString
xsd:string
Optional
Werte des xsd:string-Typs.
FileName
xsd:string
erforderlich
Werte des xsd:string-Typs.
FriendlyName
xsd:string
Optional
Werte des xsd:string-Typs.
ID
xsd:unsignedInt
erforderlich
Werte des xsd:unsignedInt-Typs.
Timeout
xsd:unsignedInt
Optional
Werte des xsd:unsignedInt-Typs.