<?xml version="1.0"?>
<dds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:noNamespaceSchemaLocation="http://community.rti.com/schema/5.2.0/rti_replay.xsd">
    <!-- ****************************************************************** -->
    <!-- Default user configuration file for RTI Replay Service             -->
    <!-- ****************************************************************** -->

    <!-- Default user configuration for Replay used by Launcher. This file will be
         shown by Launcher in the Replay Service launch dialog. Users may add more
         configurations to this file or modify this configuration as they wish.
         By default, this configuration is set to replay every field of every table
         in the database. 
         Remote administration of the service is enabled on domain 0. To remotely 
         control the service, please use RTI Admin Console or RTI Replay Shell 
         connecting to domain 0. -->
         
    <replay_service name="recorderXmlType">
        <annotation>
            <documentation>
            Replay service configuration to replay everything at the recorded rate
            in domain 0. Remote administration of the service is enabled on domain
            1, with Distributed Logger enabled and set to warning level.
            </documentation>
        </annotation>
        <!-- Configuration for remote administration --> 
        <administration>
            <domain_id>0</domain_id>
            <distributed_logger>
                <enabled>true</enabled>
                <filter_level>WARNING</filter_level>
            </distributed_logger>
        </administration>
        <!-- Time control parameters -->
        <time_control>
            <!-- Optional Rate Multiplier -->
            <rate>1</rate>
            <start_mode>AUTOMATIC</start_mode>
            <start_offset>
                <sec>0</sec>
            </start_offset>
        </time_control>
        <!-- Source Database, Required -->
        <replay_database name="SimpleConfig">
            <filename>rti_recorder_default.dat_0_0</filename>
            <readonly>false</readonly>

            <type_config>
                <xml>
                  <file_group>
                      <element>
                          <register_top_level>false</register_top_level>
                          <file_name>
                              <element>HelloWorld.xml</element>
                          </file_name>
                          <type>
                              <element>
                                  <register_top_level>true</register_top_level>
                                  <type_name>HelloWorld</type_name>
                                  <topics>
                                      <element>Example HelloWorld</element>
                                  </topics>
                              </element>
                          </type>
                      </element>
                  </file_group>
                  <path>
                      <element>.</element>
                  </path>
              </xml>
          </type_config>

          <!-- Configuration for Output Participant, Optional -->
            <participant>
                <domain_id>58</domain_id>
            </participant>
            <!-- Main replay session -->
            <session name="Session">
                <replay_topic name="AnyTopic">
                    <input>
                    <topic_name>*</topic_name>
                    <type_name>*</type_name>
                    <record_group_name>*</record_group_name>
                    <domain_name>*</domain_name>
                </input>
            </replay_topic>
          </session>
        </replay_database>
      </replay_service>
    </dds>
