3.1.4.7.1 Element <Status>

The <Status> element contains the following three elements:

Element

Required/Optional

Description

<StatusCode>

Required

This element MUST contain a code that represents the status of a request that has been received by the server.

<StatusMessage>

Optional

This element MAY contain a message that is to be returned to the operator.

<StatusDetail>

Optional

This element MAY contain additional information concerning an error condition.

The following schema fragment defines both the <Status> element and its corresponding StatusType complex type:

 <element name="Status" type="samlp:StatusType"/>
 <complexType name="StatusType">
     <sequence>
         <element ref="samlp:StatusCode"/>
         <element ref="samlp:StatusMessage" minOccurs="0"/>
         <element ref="samlp:StatusDetail" minOccurs="0"/>
     </sequence>
 </complexType>