File: discovery.xsd

package info (click to toggle)
congruity 18-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,188 kB
  • sloc: python: 15,585; makefile: 52
file content (16 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://schemas.datacontract.org/2004/07/Logitech.Harmony.Services.Discovery"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:ns="http://schemas.datacontract.org/2004/07/Logitech.Harmony.Services.Discovery"
  xmlns="http://www.w3.org/2001/XMLSchema"
  elementFormDefault="qualified"
  attributeFormDefault="qualified">
  <complexType name="ServiceDescription">
    <sequence>
      <element name="Address" type="xsd:string"/>
      <element name="EnvironmentId" type="xsd:string"/>
      <element name="Identifier" type="xsd:string"/>
      <element name="Name" type="xsd:string"/>
    </sequence>
  </complexType>
</schema>