123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
- <xsd:element name="unimrcpclient">
- <xsd:annotation>
- <xsd:documentation>UniMRCP client document</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="properties" minOccurs="0">
- <xsd:annotation>
- <xsd:documentation>Generic properties</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="ip" minOccurs="0">
- <xsd:complexType>
- <xsd:attribute name="type" type="xsd:string" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="ext-ip" minOccurs="0">
- <xsd:complexType>
- <xsd:attribute name="type" type="xsd:string" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="server-ip" minOccurs="0">
- <xsd:complexType>
- <xsd:attribute name="type" type="xsd:string" />
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="components" minOccurs="0">
- <xsd:annotation>
- <xsd:documentation>Common components</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="resource-factory" minOccurs="0">
- <xsd:annotation>
- <xsd:documentation>Factory of MRCP resources</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence maxOccurs="unbounded">
- <xsd:element name="resource">
- <xsd:complexType>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="sip-uac" minOccurs="0" maxOccurs="unbounded">
- <xsd:annotation>
- <xsd:documentation>SIP signaling agent</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="sip-ip" type="xsd:string" minOccurs="0" />
- <xsd:element name="sip-ext-ip" type="xsd:string" minOccurs="0" />
- <xsd:element name="sip-port" type="xsd:short" />
- <xsd:element name="sip-transport" type="xsd:string" />
- <xsd:element name="ua-name" type="xsd:string" minOccurs="0" />
- <xsd:element name="sdp-origin" type="xsd:string" minOccurs="0" />
- <xsd:element name="sip-t1" type="xsd:long" minOccurs="0" />
- <xsd:element name="sip-t2" type="xsd:long" minOccurs="0" />
- <xsd:element name="sip-t4" type="xsd:long" minOccurs="0" />
- <xsd:element name="sip-t1x64" type="xsd:long" minOccurs="0" />
- <xsd:element name="sip-message-output" type="xsd:boolean" />
- <xsd:element name="sip-message-dump" type="xsd:string" />
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="type" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="rtsp-uac" minOccurs="0" maxOccurs="unbounded">
- <xsd:annotation>
- <xsd:documentation>RTSP signaling agent</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="max-connection-count" type="xsd:short" minOccurs="0" />
- <xsd:element name="request-timeout" type="xsd:long" minOccurs="0" />
- <xsd:element name="sdp-origin" type="xsd:string" minOccurs="0" />
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="type" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="mrcpv2-uac" minOccurs="0" maxOccurs="unbounded">
- <xsd:annotation>
- <xsd:documentation>MRCPv2 connection agent</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="max-connection-count" type="xsd:short" minOccurs="0" />
- <xsd:element name="offer-new-connection" type="xsd:boolean" minOccurs="0" />
- <xsd:element name="rx-buffer-size" type="xsd:long" minOccurs="0" />
- <xsd:element name="tx-buffer-size" type="xsd:long" minOccurs="0" />
- <xsd:element name="request-timeout" type="xsd:long" minOccurs="0" />
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="media-engine" minOccurs="0" maxOccurs="unbounded">
- <xsd:annotation>
- <xsd:documentation>Media processing engine</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="realtime-rate" type="xsd:short" minOccurs="0" />
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="rtp-factory" minOccurs="0" maxOccurs="unbounded">
- <xsd:annotation>
- <xsd:documentation>Factory of RTP terminations</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="rtp-ip" type="xsd:string" minOccurs="0" />
- <xsd:element name="rtp-ext-ip" type="xsd:string" minOccurs="0" />
- <xsd:element name="rtp-port-min" type="xsd:short" />
- <xsd:element name="rtp-port-max" type="xsd:short" />
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="settings" minOccurs="0">
- <xsd:annotation>
- <xsd:documentation>Settings</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="sip-settings" minOccurs="0" maxOccurs="unbounded">
- <xsd:annotation>
- <xsd:documentation>SIP settings</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="server-ip" type="xsd:string" minOccurs="0" />
- <xsd:element name="server-port" type="xsd:short" />
- <xsd:element name="force-destination" type="xsd:boolean" default="false" minOccurs="0" />
- <xsd:element name="feature-tags" type="xsd:string" minOccurs="0" />
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="rtsp-settings" minOccurs="0" maxOccurs="unbounded">
- <xsd:annotation>
- <xsd:documentation>RTSP settings</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="server-ip" type="xsd:string" minOccurs="0" />
- <xsd:element name="server-port" type="xsd:short" />
- <xsd:element name="force-destination" type="xsd:boolean" default="false" minOccurs="0" />
- <xsd:element name="resource-location" type="xsd:string" />
- <xsd:element name="resource-map">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="param" maxOccurs="unbounded">
- <xsd:complexType>
- <xsd:attribute name="name" type="xsd:string" use="required" />
- <xsd:attribute name="value" type="xsd:string" use="required" />
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="rtp-settings" minOccurs="0" maxOccurs="unbounded">
- <xsd:annotation>
- <xsd:documentation>RTP settings</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="jitter-buffer" minOccurs="0">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="adaptive" type="xsd:byte" />
- <xsd:element name="playout-delay" type="xsd:long" />
- <xsd:element name="max-playout-delay" type="xsd:long" />
- <xsd:element name="time-skew-detection" type="xsd:byte" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="ptime" type="xsd:long" minOccurs="0" />
- <xsd:element name="codecs" type="xsd:string" />
- <xsd:element name="rtcp" minOccurs="0">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="rtcp-bye" type="xsd:int" />
- <xsd:element name="tx-interval" type="xsd:long" />
- <xsd:element name="rx-resolution" type="xsd:long" />
- </xsd:sequence>
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="profiles" minOccurs="0">
- <xsd:annotation>
- <xsd:documentation>Profiles</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="mrcpv2-profile" minOccurs="0" maxOccurs="unbounded">
- <xsd:annotation>
- <xsd:documentation>MRCPv2 profile</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="sip-uac" type="xsd:string" />
- <xsd:element name="mrcpv2-uac" type="xsd:string" />
- <xsd:element name="media-engine" type="xsd:string" />
- <xsd:element name="rtp-factory" type="xsd:string" />
- <xsd:element name="sip-settings" type="xsd:string" />
- <xsd:element name="rtp-settings" type="xsd:string" />
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="mrcpv1-profile" minOccurs="0" maxOccurs="unbounded">
- <xsd:annotation>
- <xsd:documentation>MRCPv1 profile</xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="rtsp-uac" type="xsd:string" />
- <xsd:element name="media-engine" type="xsd:string" />
- <xsd:element name="rtp-factory" type="xsd:string" />
- <xsd:element name="rtsp-settings" type="xsd:string" />
- <xsd:element name="rtp-settings" type="xsd:string" />
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:string" use="required" />
- <xsd:attribute name="enable" type="xsd:boolean" use="optional" />
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="misc" minOccurs="0">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="sofiasip-logger" type="xsd:string" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- <xsd:attribute name="version" type="xsd:string" use="required" />
- <xsd:attribute name="subfolder" type="xsd:string" use="optional" />
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
|