<?xml version="1.0" encoding="UTF-8"?>
<iaf:AppFulfillment
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:iaf="http://www.cablelabs.com/namespaces/safi/xsd/iaf/2.0"
    xmlns:com="http://www.cablelabs.com/namespaces/safi/xsd/com/2.0"
    xsi:schemaLocation="http://www.cablelabs.com/namespaces/safi/xsd/iaf/2.0
       http://www.cablelabs.com/namespaces/safi/xsd/iaf/v1.1/OC-SaFI-IAF-2.0.0.xsd">    
    <iaf:Version MajorVersion="2" MinorVersion="0" MinSchemaVersion="1"/>
    <iaf:Timestamp offset="P1Y2M3DT1H10M0S">
        <com:StartTime>2006-05-04T18:13:51.0Z</com:StartTime>
    </iaf:Timestamp>
    <iaf:Events>
        <iaf:GeoCode>
            <com:Zipcode>00000-0000</com:Zipcode>
        </iaf:GeoCode>
        <iaf:Event xsi:type="iaf:VoteType">
            <com:PEID>PEID111111111111111111</com:PEID>
            <com:EPSID>32767</com:EPSID>
            <iaf:Result userInput="A">10</iaf:Result>
            <iaf:Result userInput="B">15</iaf:Result>
            <iaf:Result userInput="C">187</iaf:Result>
            <iaf:Result userInput="D">34</iaf:Result>
        </iaf:Event>
        <iaf:Event xsi:type="iaf:RFIType">
            <com:PEID>PEID111111111111111111</com:PEID>
            <com:EPSID>32767</com:EPSID>
            <iaf:SubscriberInfo>
                <iaf:FirstName>John</iaf:FirstName>
                <iaf:LastName>Doe</iaf:LastName>
            </iaf:SubscriberInfo>
            <iaf:SubscriberInfo>
                <iaf:FirstName>Jane</iaf:FirstName>
                <iaf:LastName>Doe</iaf:LastName>
            </iaf:SubscriberInfo>
        </iaf:Event>
    </iaf:Events>
</iaf:AppFulfillment>
