27
<Assertion xmlns="urn:oasis:names:tc:SAML:2.0:assertion"
                  Version="2.0"
                  IssueInstant="2005-01-31T12:00:00Z"
                  ID="abe567de6">
    <Issuer>
        http://www.AirlineInc.com
    </Issuer>
    <Subject>
        <NameID Format="urn:oasis:names:tc:1.1:nameid-format:emailAddress">
            j.doe@acompany.com
        </NameID>
    </Subject>
    <Conditions NotBefore="2005-01-31T12:00:00Z"
                         NotOnOrAfter="2005-01-31T13:00:00Z">
    </Conditions>
    <AuthnStatement AuthnInstant="2005-01-29T09:32:00Z">
        <AuthnContext>
            <AuthnContextClassRef>
                urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport
            </AuthnContextClassRef>
            <AuthnContextDeclRef>
                http://www.AirlineInc.com/j_doe/ac.xml
            </AuthnContextDeclRef>
        </AuthnContext>
    </AuthnStatement>
</Assertion>
The SAML assertion namespace.
This document uses the SAML 2.0 XML vocabulary.
The assertion was made (by the Identity Provider) at this datetime.
Every assertion must have a  unique identifier.
Who made the assertion (the URL of the identity provider)
The Subject of the assertion.  The statements that follow apply  to this subject.
Indicates that the subject is being identified by his email address