Connection (Connections) Element

The Connection (Connections) element defines each configuration setting and associates it with a name. The Connection element is optional.

<xs:element name="Connection">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Name"
                type="string"
             />
            <xs:element
                maxOccurs="unbounded"
                ref="Eap"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

The Connection element is defined by the Connections element.

Child elements

Element Type Description
Eap Identifies the EAP configuration element.
Name string Captures the name of the connection being defined, assisting in the identification of multiple connections.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

Definition context of element in schema

Connections

Possible immediate parent element in schema instance

Connections

EAPHost and Legacy Schema

eapconnectionpropertiesv1 Schema