<?xml version="1.0" encoding="UTF-8"?>
<EncryptedData
    Type="http://www.w3.org/2001/04/xmlenc#Element"
    xmlns="http://www.w3.org/2001/04/xmlenc#"
    xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">
    <EncryptionMethod
        Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
    <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
        <EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#"
            xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility"
            wsu:Id="">
            <EncryptionMethod
                Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/>
            <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
                <KeyName>myTourOperatorKey</KeyName>
            </KeyInfo>
            <CipherData>
                <CipherValue/>
            </CipherData>
            <ReferenceList>
                <DataReference/>
            </ReferenceList>
        </EncryptedKey>
    </KeyInfo>
    <CipherData>
        <CipherValue/>
    </CipherData>
</EncryptedData>