Definition Type: ComplexType
Name: SubjectConfirmationType
Namespace: urn:oasis:names:tc:SAML:1.0:assertion
Containing Schema: oasis-sstc-saml-schema-assertion-1.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into KeyInfo in schema xmldsig-core-schema_xsd Drilldown into SubjectConfirmationData in schema oasis-sstc-saml-schema-assertion-1_0_xsd Drilldown into ConfirmationMethod in schema oasis-sstc-saml-schema-assertion-1_0_xsdXSD Diagram of SubjectConfirmationType in schema oasis-sstc-saml-schema-assertion-1_0_xsd (OASIS Security Services (SAML) TC)
Collapse XSD Schema Code:
<complexType name="SubjectConfirmationType">
    <sequence>
        <element ref="saml:ConfirmationMethod" maxOccurs="unbounded" />
        <element ref="saml:SubjectConfirmationData" minOccurs="0" />
        <element ref="ds:KeyInfo" minOccurs="0" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConfirmationMethod saml:ConfirmationMethod (1) unbounded
SubjectConfirmationData saml:SubjectConfirmationData 0 (1)
KeyInfo ds:KeyInfo 0 (1)
Collapse Derivation Tree:
Collapse References:
saml:SubjectConfirmation