<?xml version="1.1" encoding="UTF-8"?>
<atom-feed-service xmlns="http://docs.openrepose.org/repose/atom-feed-service/v1.0"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <feed id="authenticating-feed"           (1)
          uri="http://private.atom.com/feed" (2)
          polling-frequency="5"              (3)
          entry-order="read"                 (4)
          connection-pool-id="default"       (5)
    >
        <authentication xsi:type="OpenStackIdentityV2AuthenticationType" (6)
                        uri="http://identity.jware.com"                  (7)
                        username="zombiekid"                             (8)
                        password="iliketurtles"                          (9)
                        timeout="5000"                                   (10)
        />
    </feed>
</atom-feed-service>