94
<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>
    <AttributeStatement>
        <Attribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
                          Name="PaidStatus">
            <AttributeValue>PaidUp</AttributeValue>
        </Attribute>
        <Attribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
                          Name="CreditLine">
            <AttributeValue xmlns:smithco="urn:smithco">
                <smithco:amount currency="USD">500.00</smithco:amount>
            </AttributeValue>
        </Attribute>
    </AttributeStatement>
</Assertion>
Two attributes are provided for the subject