<?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”/>
<AttributeStatement>
<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>
<Attribute
AttributeName=”PartnershipStatus”
AttributeNamespace=”http://www.myEMarketPlace.com/AttributeService”>
<AttributeValue>MostPreferredBusinessPartner</AttributeValue>
</Attribute>
</AttributeStatement>
<ds:Signature>...</ds:Signature>
</Assertion>