Definition Type: ComplexType
Name: SubjectType
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Containing Schema: saml-schema-assertion-2.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SubjectConfirmation in schema saml-schema-assertion-2_0_xsd Drilldown into SubjectConfirmation in schema saml-schema-assertion-2_0_xsd Drilldown into EncryptedID in schema saml-schema-assertion-2_0_xsd Drilldown into NameID in schema saml-schema-assertion-2_0_xsd Drilldown into BaseID in schema saml-schema-assertion-2_0_xsdXSD Diagram of SubjectType in schema saml-schema-assertion-2_0_xsd (OASIS Security Services (SAML) TC)
Collapse XSD Schema Code:
<complexType name="SubjectType">
    <choice>
        <sequence>
            <choice>
                <element ref="saml:BaseID" />
                <element ref="saml:NameID" />
                <element ref="saml:EncryptedID" />
            </choice>
            <element ref="saml:SubjectConfirmation" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <element ref="saml:SubjectConfirmation" maxOccurs="unbounded" />
    </choice>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BaseID saml:BaseID (1) (1)
NameID saml:NameID (1) (1)
EncryptedID saml:EncryptedID (1) (1)
SubjectConfirmation saml:SubjectConfirmation 0 unbounded
SubjectConfirmation saml:SubjectConfirmation (1) unbounded
Collapse Derivation Tree:
Collapse References:
saml:Subject