MSM (LANProfile) Element (Compact 2013)

3/26/2014

This element contains media-specific module (MSM) settings.

Syntax

<xs:element name="MSM">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="security">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="OneXEnforced"
                            type="boolean"
                         />
OneXEnforced
                      Specifies whether the automatic configuration service for wired networks requires 802.1X for port authentication.
                                                    
                                            <xs:element name="OneXEnabled"
                            type="boolean"
                         />
OneXEnabled
                      Specifies 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>

Child Elements

Element

Type

Description

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

Remarks

The MSM element is defined by the LANProfile Element element.

See Also

Reference

Profile XML Schema Elements
LANProfile Element
Profile XML Schema Reference