LANProfile Element (Compact 2013)
3/26/2014
This element is the unique root element for a wired network profile.
Syntax
<xs:element name="LANProfile">
<xs:complexType>
<xs:sequence>
<xs:element name="MSM">
<xs:complexType>
<xs:sequence>
<xs:element name="security">
<xs:complexType>
<xs:sequence>
<xs:element name="OneXEnforced"
type="boolean"
/>
OneXEnforcedSpecifies whether the automatic configuration service for wired networks requires 802.1X for port authentication.
<xs:element name="OneXEnabled"
type="boolean"
/>
OneXEnabledSpecifies whether the automatic
configuration service for wired networks will try port authentication by using 802.1X.
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
security
Contains security settings.
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
MSM
Contains media-specific module (MSM) settings.
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
Child Elements
Element |
Type |
Description |
---|---|---|
Not applicable |
Contains media-specific module (MSM) settings |
|
Boolean |
Specifies whether the automatic configuration service for wired networks will try port authentication by using 802.1X. |
|
Boolean |
Specifies whether the automatic configuration service for wired networks requires 802.1X for port authentication |
|
Not Applicable |
Contains security settings |