LANProfile element

The LANProfile element contains a wired network profile. This element is the unique root element for a wired network profile.

The target namespace for the LANProfile element is https://www.microsoft.com/networking/LAN/profile/v1.

<xs:element name="LANProfile">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="MSM"
                ...
             />
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Parent elements

None.

Child elements

Element Type Description
MSM Contains media-specific module (MSM) settings.

Remarks

To view the list of child elements in a tree-like structure, see LAN_profile Schema Elements.

Requirements

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