The SRS configuration file must start with this line:
<?xml version="1.0" encoding="UTF-8" ?>
After that, the '<um-srs>' element contains the rest of the configuration.
Here is a sample short configuration:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon>
<log type="file" frequency="hourly" size="10" max-history="10"
total-size-cap="10000" compression="zip">SRS.log</log>
<pid-file>SRS.pid</pid-file>
</daemon>
<srs>
<interface>localhost</interface>
<port>27000</port>
<state-lifetime>3600</state-lifetime>
</srs>
<daemon-monitor topic="SrsDaemonStats">
<publishing-interval>
<default>2000</default>
<config-opts>20000</config-opts>
<internal-config-opts>0</internal-config-opts>
</publishing-interval>
<lbm-attributes>
<option scope="context" name="operational_mode" value="embedded" />
<option scope="context" name="mim_incoming_address" value="0.0.0.0" />
<option scope="context" name="resolver_cache" value="0" />
<option scope="context" name="transport_tcp_port_low" value="14381" />
<option scope="context" name="transport_tcp_port_high" value="15381" />
<option scope="source" name="transport_tcp_interface" value="10.29.3.0/24" />
</lbm-attributes>
</daemon-monitor>
</um-srs>
When the daemon monitor is enabled, the first three lbm attribute option setting are recommended.
SRS Configuration Elements <-
SRS Element "<um-srs>" <-
Container element which holds the SRS configuration. Also defines the version of the configuration format used by the file.
XML Attributes:
Attribute | Description | Valid Values | Default Value |
version | Version number of user's configuration file. | nonEmptyString | "1.0" |
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
...
</um-srs>
SRS Element "<daemon-monitor>" <-
Contains elements which configure the SRS monitoring capability. This feature is used to monitor the SRS's health and performance. It can also be useful to monitor activity in the entire Topic Resolution Domain.
See child elements for details.
XML Attributes:
Attribute | Description | Valid Values | Default Value |
topic | Set the name of the topic on which the SRS publishes its daemon stats. | nonEmptyString | (no default; must be specified) |
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
...
</daemon-monitor>
...
</um-srs>
SRS Element "<remote-config-changes-request>" <-
Controls whether the SRS daemon monitor accepts Request Type: SET_PUBLISHING_INTERVAL. This allows remote monitoring applications to change operational parameters of the SRS Daemon Monitoring feature.
XML Attributes:
Attribute | Description | Valid Values | Default Value |
allow | Enable or disable this function. | "true" - Enabled
"false" - Disabled | "false" |
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<remote-config-changes-request allow="true"/>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<remote-snapshot-request>" <-
Controls whether the SRS daemon monitor accepts Request Type: REPORT_MONITOR_INFO. This allows remote monitoring applications to trigger immediate publishing of monitoring data.
XML Attributes:
Attribute | Description | Valid Values | Default Value |
allow | Enable or disable this function. | "true" - Enabled
"false" - Disabled | "false" |
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<remote-snapshot-request allow="true"/>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<publish-connection-events>" <-
Controls whether the SRS reports connection-oriented events from UM contexts as part of the daemon stats. See SRS Daemon Statistics for more information.
XML Attributes:
Attribute | Description | Valid Values | Default Value |
allow | Enable or disable this function. | "true" - Enabled
"false" - Disabled | "false" |
Example: (SRS includes connection-oriented events in monitoring stats)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<publish-connection-events allow="true"/>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<lbm-attributes>" <-
Container element containing any number of <option> elements. Each <option> element supplies a UM configuration option to the UM context that the SRS creates to publish daemon stats. Any number of <option> elements can be supplied in the <lbm-attributes> container element.
See SRS Daemon Statistics for more information on daemon statistics.
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<lbm-attributes>
...
</lbm-attributes>
</daemon-monitor>
...
</um-srs>
SRS Element "<option>" <-
Supplies a UM configuration option to the UM context that the SRS creates to publish daemon stats. Any number of <option> elements can be supplied in the <lbm-attributes> container element.
See SRS Daemon Statistics for more information on daemon statistics.
XML Attributes:
Attribute | Description | Valid Values | Default Value |
scope | Scope for the UM configuration option being set. One of:
"context"
"source"
"receiver"
(The normal UM scopes wildcard_receiver , event_queue , and hfx are not applicable to the SRS monitor context.) | nonEmptyString | (no default; must be specified) |
name | Name of UM configuration option being set. | nonEmptyString | (no default; must be specified) |
value | Value of UM configuration option being set. | nonEmptyString | (no default; must be specified) |
Example: (SRS publishes monitoring stats using LBT-RU transport)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<lbm-attributes>
<option scope="context" name="operational_mode" value="embedded" />
<option scope="context" name="mim_incoming_address" value="0.0.0.0" />
<option scope="context" name="resolver_cache" value="0" />
<option scope="context" name="transport_tcp_port_low" value="14381" />
<option scope="context" name="transport_tcp_port_high" value="15381" />
<option scope="source" name="transport_tcp_interface" value="10.29.3.0/24" />
...
</lbm-attributes>
</daemon-monitor>
...
</um-srs>
The first three option settings above are recommended.
SRS Element "<publishing-interval>" <-
Set how often the SRS publishes its daemon stats. See SRS Daemon Statistics for more information. The child elements set the intervals for each class of monitoring data. For any class of data omitted, the <default> element sets the interval.
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<publishing-interval>
...
</publishing-interval>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<internal-config-opts>" <-
Sets how often (in milliseconds) the SRS publishes certain internal configuration data. These data are primarily of interest to Informatica Support. The value zero disables publishing that class of daemon stats.
Valid values: 0, 200 - 7776000000
Example: (SRS publishes monitoring stats every 10 seconds)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<publishing-interval>
<internal-config-opts>10000</internal-config-opts>
...
</publishing-interval>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<config-opts>" <-
Sets how often (in milliseconds) the SRS publishes its configuration data. The value zero disables publishing that class of daemon stats.
Valid values: 0, 200 - 7776000000
Example: (SRS publishes monitoring stats every 10 seconds)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<publishing-interval>
<config-opts>10000</config-opts>
...
</publishing-interval>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<um-client-error-stats>" <-
Sets how often (in milliseconds) the SRS publishes statistics related to internal client-facing software errors. These statistics are primarily of interest to Informatica Support. The value zero disables publishing that class of daemon stats.
Valid values: 0, 200 - 7776000000
Example: (SRS publishes monitoring stats every 10 seconds)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<publishing-interval>
<um-client-error-stats>10000</um-client-error-stats>
...
</publishing-interval>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<srs-error-stats>" <-
Sets how often (in milliseconds) the SRS publishes statistics related to internal SRS software errors. These statistics are primarily of interest to Informatica Support. The value zero disables publishing that class of daemon stats.
Valid values: 0, 200 - 7776000000
Example: (SRS publishes monitoring stats every 10 seconds)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<publishing-interval>
<srs-error-stats>10000</srs-error-stats>
...
</publishing-interval>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<connection-events>" <-
Sets how often (in milliseconds) the SRS publishes client connect and disconnect events. The value zero disables publishing that class of daemon stats.
Valid values: 0, 200 - 7776000000
Example: (SRS publishes monitoring stats every 10 seconds)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<publishing-interval>
<connection-events>10000</connection-events>
...
</publishing-interval>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<um-client-stats>" <-
Sets how often (in milliseconds) the SRS publishes statistics related to Topic Resolution clients. The value zero disables publishing that class of daemon stats.
Valid values: 0, 200 - 7776000000
Example: (SRS publishes monitoring stats every 10 seconds)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<publishing-interval>
<um-client-stats>10000</um-client-stats>
...
</publishing-interval>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<srs-stats>" <-
Sets how often (in milliseconds) the SRS publishes internal SRS operational statistics. The value zero disables publishing that class of daemon stats.
Valid values: 0, 200 - 7776000000
Example: (SRS publishes monitoring stats every 10 seconds)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<publishing-interval>
<srs-stats>10000</srs-stats>
...
</publishing-interval>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<default>" <-
Sets how often (in milliseconds) the SRS publishes those classes of daemon stats which are not explicitly set by other elements. The value zero disables publishing that class of daemon stats. See SRS Element "<publishing-interval>" for the classes.
Valid values: 0, 200 - 7776000000
Example: (SRS publishes monitoring stats every 10 seconds)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon-monitor topic="SrsDaemonStats">
<publishing-interval>
<default>10000</default>
...
</publishing-interval>
...
</daemon-monitor>
...
</um-srs>
SRS Element "<debug-monitor>" <-
Contains elements which configure the optional web-based debug monitor for the SRS. The debug monitor is primarily for use by Informatica support, and is not intended for end users. Unless otherwise instructed by Informatica support, users should not enable the debug monitor.
Omit this element to disable the debug monitor.
See Webmon Security for important security information.
This is NOT related to monitoring the SRS health and performance. See <daemon-monitor>.
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<debug-monitor>
...
</debug-monitor>
...
</um-srs>
SRS Element "<enabled>" <-
Controls whether the debug monitor is active. Can be set to true
or false
. See <debug-monitor>.
Example: (disable debug-monitor explicitly)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<debug-monitor>
<enabled>false</enabled>
...
</debug-monitor>
...
</um-srs>
SRS Element "<ping-interval>" <-
Controls the period (in milliseconds) at which SRS internal statistics are sampled and made available to the debug monitor. Valid values: 0 - 60000 (1 minute). The value zero disables this sampling.
-
Cardinality: 0 .. 1
-
Parent: <debug-monitor>
-
Default Value: 60000 (1 minute)
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<debug-monitor>
<ping-interval>10000</ping-interval>
...
</debug-monitor>
...
</um-srs>
SRS Element "<port>" <-
Supplies network port to bind the socket required by the parent element. This is the port that a UM context should use when TCP-based TR is configured with the option resolver_service (context). The value contained within the <port>...</port>
is an integer between 1 and 65535.
Example: (UM clients use port 12000 with resolver_service (context) option)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<srs>
<port>12000</port>
...
</srs>
...
</um-srs>
SRS Element "<interface>" <-
Specifies the network interface to bind the socket required by the parent element.
For the <srs> element, this is the IP address that a UM context should use when TCP-based TR is configured with the option resolver_service (context). The value contained within the <interface>...</interface>
can be a fully-qualified dotted-decimal IP address or a DNS host name.
- Warning
- Unlike UM library configurations, the SRS configuration does not support CIDR specification of an IP network to match an interface by network number. This interface specification must include the host number.
For the <debug-monitor> element, this is the host for the URL that a web browser should use to display the debug monitor page.
Example: (UM clients use 10.12.34.56 with resolver_service (context) option)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<srs>
<interface>10.12.34.56</interface>
...
</srs>
...
</um-srs>
SRS Element "<srs>" <-
Defines network and operational settings of the SRS service.
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<srs>
...
</srs>
...
</um-srs>
SRS Element "<clientactor>" <-
This is for Informatica internal use only. Do not set unless directed to do so by Informatica Support.
SRS Element "<batch-frame-max-datagram-size>" <-
This is for Informatica internal use only. Do not set unless directed to do so by Informatica Support.
SRS Element "<batch-frame-max-record-count>" <-
This is for Informatica internal use only. Do not set unless directed to do so by Informatica Support.
SRS Element "<source-info-queue-service-interval>" <-
This is for Informatica internal use only. Do not set unless directed to do so by Informatica Support.
SRS Element "<request-stream-max-msg-count>" <-
This is for Informatica internal use only. Do not set unless directed to do so by Informatica Support.
SRS Element "<otidmap>" <-
This is for Informatica internal use only. Do not set unless directed to do so by Informatica Support.
SRS Element "<async-receiver-distribution>" <-
This is for Informatica internal use only. Do not set unless directed to do so by Informatica Support.
SRS Element "<shards>" <-
This is for Informatica internal use only. Do not set unless directed to do so by Informatica Support.
SRS Element "<state-lifetime>" <-
Sets the value (in seconds) of the client state lifetime.
If a client context loses connection with SRS, the sources contained by that context will be remembered by the SRS for a limited amount of time: the state lifetime. If the context does not re-connect within that time, the SRS implicitly deletes all of the sources owned by that lost context. Those deletions will be shared with all connected client contexts.
Zero is a special value which disables the timing of sources of disconnected contexts. I.e. with zero, the sources from a lost context are never deleted. This is generally not recommended as it can lead to unlimited memory growth in both the SRS and in client contexts.
See srsstatelifetime for more information.
-
Cardinality: 0 .. 1
-
Parent: <srs>
-
Default Value: 86400 (24 hours)
Example: (SRS deletes a lost context's sources after 120 seconds)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<srs>
<state-lifetime>120</state-lifetime>
...
</srs>
...
</um-srs>
SRS Element "<daemon>" <-
Contains elements which define logging behavior and sets a file name for the service's Process ID.
See child elements for details.
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon>
...
</daemon>
...
</um-srs>
SRS Element "<pid-file>" <-
Supplies the desired name of file in which the SRS writes its Process ID (PID).
Example: (SRS writes process ID to "srs_pid.txt" file)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon>
<pid-file>srs_pid.txt</pid-file>
...
</daemon>
...
</um-srs>
SRS Element "<log>" <-
Configures SRS logging behavior. The value contained within the <log>...</log>
is a file name, but is only used if the "type" attribute is set to "file".
When the type
attribute is set to "file"
, the SRS supports "rolling" the log file, which consists a series of files over time so that no one file grows too large.
XML Attributes:
Attribute | Description | Valid Values | Default Value |
type | Where to write log messages. | "file" - Write log messages to a file.
"console" - Write log messages to standard output. | "console" |
frequency | Time-frame by which to roll the log file. | "disable" - Do not roll the log file based on time.
"daily" - Roll the log file at midnight.
"hourly" - Roll the log file each hour. | "disable" |
size | Size (in MB, i.e. 2**20, or 1,048,576) of current log file at which it is rolled. Specify 0 to disable rolling by log file size. | positiveInteger | "10" (10,485,760 bytes) |
max-history | Number of rolled log files at which the oldest file is deleted when the current log file is rolled. | positiveInteger | "10" |
total-size-cap | Total disk space consumed (in MB, i.e. 2**20, or 1,048,576) by rolled log files at which the oldest file is deleted to make room for the next log roll. | positiveInteger | "1000" (1,048,576,000 bytes) |
compression | Enables compression for rolled log files. | "none" - Do not compress log files.
"zip" - Compress log files using "zip" format.
"gzip" - Compress log files using "gzip" format. | "none" |
Example 1: (write log messages to standard out)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon>
<log type="console"/>
...
</daemon>
...
</um-srs>
Example 2: (write log messages to "srs.log" file)
<?xml version="1.0" encoding="UTF-8" ?>
<um-srs version="1.0">
<daemon>
<log type="file" frequency="daily">srs.log</log>
...
</daemon>
...
</um-srs>
SRS XSD file <-
The XSD file is used to validate the user's configuration file.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="um-srs" type="um-srsType"/>
<!-- Custom types and restrictions -->
<xs:simpleType name="nonEmptyString">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="logTypeEnumeration">
<xs:restriction base="xs:string">
<xs:enumeration value="file"/>
<xs:enumeration value="console"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="logFrequencyEnumeration">
<xs:restriction base="xs:string">
<xs:enumeration value="disable"/>
<xs:enumeration value="daily"/>
<xs:enumeration value="hourly"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="compressionEnumeration">
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="zip"/>
<xs:enumeration value="gzip"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="portInteger">
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="booleanEnumeration">
<xs:restriction base="xs:string">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
<!-- Acceptable values for publishingIntervalLong type are 0 or >= 200 -->
<xs:simpleType name="publishingIntervalLong">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:pattern value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="200"/>
<xs:maxInclusive value="7776000000"/> <!-- 90 days in milliseconds -->
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:complexType name="logType" >
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="logTypeEnumeration" name="type" use="required"/>
<xs:attribute type="logFrequencyEnumeration" name="frequency"/>
<xs:attribute type="xs:positiveInteger" name="size"/>
<xs:attribute type="xs:positiveInteger" name="max-history"/>
<xs:attribute type="xs:positiveInteger" name="total-size-cap"/>
<xs:attribute type="compressionEnumeration" name="compression"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="otidmapType">
<xs:all>
<xs:element type="xs:positiveInteger" name="shards" minOccurs="0" maxOccurs="1"/>
<xs:element type="booleanEnumeration" name="async-receiver-distribution" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
<xs:complexType name="clientActorType">
<xs:all>
<xs:element type="xs:positiveInteger" name="request-stream-max-msg-count" minOccurs="0" maxOccurs="1"/>
<xs:element type="xs:positiveInteger" name="source-info-queue-service-interval" minOccurs="0" maxOccurs="1"/>
<xs:element type="xs:positiveInteger" name="batch-frame-max-record-count" minOccurs="0" maxOccurs="1"/>
<xs:element type="xs:positiveInteger" name="batch-frame-max-datagram-size" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
<xs:complexType name="daemonType" >
<xs:all>
<xs:element type="logType" name="log" minOccurs="0" maxOccurs="1"/>
<xs:element type="nonEmptyString" name="pid-file" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
<xs:complexType name="debugMonitorType">
<xs:all>
<xs:element type="nonEmptyString" name="interface" minOccurs="0" maxOccurs="1"/>
<xs:element type="portInteger" name="port" minOccurs="0" maxOccurs="1"/>
<xs:element type="xs:positiveInteger" name="ping-interval" minOccurs="0" maxOccurs="1"/>
<xs:element type="booleanEnumeration" name="enabled" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
<xs:complexType name="lbmOptionType" >
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="nonEmptyString" name="scope" use="required"/>
<xs:attribute type="nonEmptyString" name="name" use="required"/>
<xs:attribute type="nonEmptyString" name="value" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="lbmAttributesType">
<xs:sequence>
<xs:element type="lbmOptionType" name="option" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="daemonMonitorType" mixed="true">
<xs:all>
<xs:element type="publishingIntervalType" name="publishing-interval" minOccurs="0" maxOccurs="1"/>
<xs:element type="lbmAttributesType" name="lbm-attributes" minOccurs="0" maxOccurs="1"/>
<xs:element type="allowType" name="publish-connection-events" minOccurs="0" maxOccurs="1"/>
<xs:element type="allowType" name="remote-snapshot-request" minOccurs="0" maxOccurs="1"/>
<xs:element type="allowType" name="remote-config-changes-request" minOccurs="0" maxOccurs="1"/>
</xs:all>
<xs:attribute type="nonEmptyString" name="topic"/>
</xs:complexType>
<xs:complexType name="publishingIntervalType">
<xs:all>
<xs:element type="publishingIntervalLong" name="default" minOccurs="0" maxOccurs="1"/>
<xs:element type="publishingIntervalLong" name="srs-stats" minOccurs="0" maxOccurs="1"/>
<xs:element type="publishingIntervalLong" name="um-client-stats" minOccurs="0" maxOccurs="1"/>
<xs:element type="publishingIntervalLong" name="connection-events" minOccurs="0" maxOccurs="1"/>
<xs:element type="publishingIntervalLong" name="srs-error-stats" minOccurs="0" maxOccurs="1"/>
<xs:element type="publishingIntervalLong" name="um-client-error-stats" minOccurs="0" maxOccurs="1"/>
<xs:element type="publishingIntervalLong" name="config-opts" minOccurs="0" maxOccurs="1"/>
<xs:element type="publishingIntervalLong" name="internal-config-opts" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
<xs:complexType name="allowType" >
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="booleanEnumeration" name="allow" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="um-srsType">
<xs:all>
<xs:element type="daemonType" name="daemon" minOccurs="0" maxOccurs="1"/>
<xs:element type="srsType" name="srs" minOccurs="0" maxOccurs="1"/>
<xs:element type="debugMonitorType" name="debug-monitor" minOccurs="0" maxOccurs="1"/>
<xs:element type="daemonMonitorType" name="daemon-monitor" minOccurs="0" maxOccurs="1"/>
</xs:all>
<xs:attribute type="nonEmptyString" name="version"/>
</xs:complexType>
<xs:complexType name="srsType">
<xs:all>
<xs:element type="nonEmptyString" name="interface" minOccurs="0" maxOccurs="1"/>
<xs:element type="portInteger" name="port" minOccurs="0" maxOccurs="1"/>
<xs:element type="xs:integer" name="state-lifetime" minOccurs="0" maxOccurs="1"/>
<xs:element type="otidmapType" name="otidmap" minOccurs="0" maxOccurs="1"/>
<xs:element type="clientActorType" name="clientactor" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:schema>