LANPolicy Element (Compact 7)
3/12/2014
This element contains a wired LAN policy. This element is the unique root element for a wired network policy profile.
Syntax
<xs:element name="LANPolicy">
<xs:complexType>
<xs:sequence>
<xs:element name="name"
type="nameType"
/>
nameContains the name of a wired LAN policy.
<xs:element name="description"
type="nameType"
minOccurs="0"
/>
description
Contains the description of a wired LAN policy.
<xs:element name="globalFlags">
<xs:complexType>
<xs:sequence>
<xs:element name="enableAutoConfig"
type="boolean"
/>
enableAutoConfigSpecifies whether machines use the built-in automatic configuration service to manage connections to wired networks that require layer 2 authentication (such as 802.1X). <xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
globalFlags
Contains the global settings for the automatic configuration of wired networks.
<xs:element name="profileList"
minOccurs="0"
>
<xs:complexType>
<xs:sequence>
<xs:any
processContents="lax"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
profileListContains a list of profiles to be applied at the domain or machine level.
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
Child Elements
Element | Type | Description |
---|---|---|
Contains the description of a wired LAN policy |
||
Boolean |
Specifies whether computers use the built-in automatic configuration service to manage connections to wired networks that require layer 2 authentication, such as 802.1X |
|
Not applicable |
Contains the global settings for the automatic configuration of wired networks |
|
Contains the name of a wired LAN policy |
||
Not applicable |
Contains a list of profiles to be applied at the domain or machine level |
See Also
Reference
Profile XML Schema Elements
LAN_policy Schema Elements
LANPolicy Element
Profile XML Schema Reference