-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresponse.xml
41 lines (41 loc) · 1.27 KB
/
response.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<responses xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="response.xsd">
<response>
<surveyId>1</surveyId>
<questions>
<question>
<questionId>2</questionId>
<answers>
<answerId>5</answerId>
<answerId>8</answerId>
</answers>
</question>
<question>
<questionId>4</questionId>
<answers>
<answerId>5</answerId>
<answerId>8</answerId>
</answers>
</question>
</questions>
</response>
<response>
<surveyId>9</surveyId>
<questions>
<question>
<questionId>2</questionId>
<answers>
<answerId>5</answerId>
<answerId>8</answerId>
</answers>
</question>
<question>
<questionId>4</questionId>
<answers>
<answerId>5</answerId>
<answerId>8</answerId>
</answers>
</question>
</questions>
</response>
</responses>