EapHostConfig Element (Compact 2013)
3/26/2014
This element contains the EapMethod (EapHostConfig) Element and Config (EapHostConfig) Element or ConfigBlob (EapHostConfig) Element element.
The Config and ConfigBlob elements cannot both be used concurrently.
Syntax
<xs:element name="EapHostConfig">
<xs:complexType>
<xs:sequence>
<xs:element name="EapMethod"
type="EapMethodType"
/>
<xs:choice>
<xs:element name="Config"
type="BaseEapMethodConfig"
/>
<xs:element name="ConfigBlob"
type="hexBinary"
/>
</xs:choice>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
Child Elements
Element |
Type |
Description |
---|---|---|
Is used when the method configuration is in XML text form instead of a binary BLOB. |
||
hexBinary |
Is used when the method configuration is in binary BLOB form instead of string text form. |
|
Identifies the method being referred to. |
Remarks
The processContents element is optional.