3.2.2.4 元素<StatusDetail>

本博客采用知识共享署名 4.0 国际许可协议进行许可

<StatusDetail>元素用来指定关于请求状态的额外的信息。额外的信息由0个或多个来自于任意命名空间的元素组成,也不需要schema存在或者对<StatusDetail>内容进行schema验证。

下列schema片段定义了<StatusDetail>元素以及它的StatusDetailType复杂类型:

<element name="StatusDetail" type="samlp:StatusDetailType"/>
<complexType name="StatusDetailType">
    <sequence>
        <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>

Last updated

Was this helpful?