BaseEapParameters Complex Type - Connection properties

The BaseEapParameters complex type defines the placeholder element for method type and method-specific configuration.

<xs:complexType name="BaseEapParameters">
    <xs:sequence>
        <xs:element name="Type"
            type="integer"
         />
        <xs:any
            processContents="lax"
            minOccurs="0"
            maxOccurs="unbounded"
            namespace="##any"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
Type integer Any schema instance is allowed here.

Remarks

In BaseEapParameters the method can define the constituent elements. The method also performs schema validation on the elements in BaseEapParameters.

Requirements

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

See also

EAPHost and Legacy Schema

baseeapconnectionpropertiesv1 Schema