Share via


LANProfile Element (Compact 7)

3/12/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

MSM (LANProfile) Element

Not applicable

Contains media-specific module (MSM) settings

OneXEnabled Element

Boolean

Specifies whether the automatic configuration service for wired networks will try port authentication by using 802.1X.

OneXEnforced Element

Boolean

Specifies whether the automatic configuration service for wired networks requires 802.1X for port authentication

security (MSM) Element

Not Applicable

Contains security settings

See Also

Reference

Profile XML Schema Elements
Profile XML Schema Reference