<?xml version="1.0" encoding="utf-8"?>
<Assertion
    xmlns="urn:oasis:names:tc:SAML:1.0:assertion"
    xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
    MajorVersion=”1”
    MinorVersion=”0”
    AssertionID=”http://www.myEMarketPlace.com/AuthenticationService/SAMLAssertions/786”
    Issuer=”http://www.myEMarketPlace.com”
    IssueInstant=”2003-03-11T02:00:00.173Z”>
    <Conditions
        NotBefore=”2003-03-11T02:00:00.173Z”
        NotOnOrAfter=”2003-03-12T02:00:00.173Z”/>
    <AuthenticationStatement
        AuthenticationMethod=”urn:ietf:rfc:3075”
        AuthenticationInstant=”2003-03-11T02:00:00.173Z”>
        <Subject>
            <NameIdentifier
                NameQualifier=”http://www.myEMarketPlace.com”>
                MyTourOperator
            </NameIdentifier>
            <SubjectConfirmation>
                <ConfirmationMethod>
                    urn:oasis:names:tc:SAML:1.0:cm:holder-of-key
                </ConfirmationMethod>
                <ds:KeyInfo>
                    <ds:KeyName>MyTourOperatorKey</ds:KeyName>
                    <ds:KeyValue> ... </ds:KeyValue>
                </ds:KeyInfo>
           </SubjectConfirmation>
        </Subject>
    </AuthenticationStatement>
    <ds:Signature>...</ds:Signature>
</Assertion>