diff options
Diffstat (limited to 'test/libesg/samples/ESGProviderDiscoveryDescriptor.xml')
-rw-r--r-- | test/libesg/samples/ESGProviderDiscoveryDescriptor.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/libesg/samples/ESGProviderDiscoveryDescriptor.xml b/test/libesg/samples/ESGProviderDiscoveryDescriptor.xml new file mode 100644 index 0000000..3989afb --- /dev/null +++ b/test/libesg/samples/ESGProviderDiscoveryDescriptor.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<ESGProviderDiscovery xmlns="urn:dvb:ipdc:esgbs:2005" xmlns:mpeg7="urn:mpeg:mpeg7:schema:2001"> + <ServiceProvider> + <ProviderURI>http://www.sidsa.com</ProviderURI> + <ProviderName>SIDSA (Multiple Stream)</ProviderName> + <ProviderID>1</ProviderID> + </ServiceProvider> + <ServiceProvider> + <ProviderURI>http://www.sidsa.com</ProviderURI> + <ProviderName>SIDSA (Single Stream)</ProviderName> + <ProviderID>2</ProviderID> + </ServiceProvider> +</ESGProviderDiscovery> |