Share via


maxDelay Element (Compact 2013)

3/26/2014

This element specifies, in seconds, the maximum delay before the single sign on connection attempt fails.

This element is optional. When maxDelay is not specified in a profile, a value of ten (10) seconds is used.

Syntax

<xs:element name="maxDelay">
    <xs:simpleType>
        <xs:restriction
            base="integer"
        >
            <xs:enumeration
                value="0"
             />
            <xs:enumeration
                value="120"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

Remarks

The maxDelay element is defined by the singleSignOn Element.

See Also

Reference

Profile XML Schema Elements
singleSignOn Element
Profile XML Schema Reference