Share via


heldPeriod Element (Compact 7)

3/12/2014

This element specifies the length of time, in seconds, in which a client will not retry authentication after a failed authentication attempt.

This element is optional. When heldPeriod is not specified in a profile, a value of one (1) second is used.

Syntax

<xs:element name="heldPeriod">
    <xs:simpleType>
        <xs:restriction
            base="integer"
        >
            <xs:enumeration
                value="1"
             />
            <xs:enumeration
                value="3600"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

Remarks

The heldPeriod element is defined by the OneX Element.

See Also

Reference

Profile XML Schema Elements
OneX Element
Profile XML Schema Reference