keyIndex Element (Compact 2013)

3/26/2014

This element specifies which key index should be used to encrypt wireless traffic. This element is only used when keyType Element is set to networkKey.

Syntax

<xs:element name="keyIndex"
    minOccurs="0"
>
    <xs:simpleType>
        <xs:restriction
            base="integer"
        >
            <xs:minInclusive
                value="0"
             />
            <xs:maxInclusive
                value="3"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

Remarks

The keyIndex element is defined by the security (MSM) Element.

See Also

Reference

Profile XML Schema Elements
keyType Element
security (MSM) Element
Profile XML Schema Reference