-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.xml
102 lines (59 loc) · 3.24 KB
/
output.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN" "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd" [
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
<!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
<!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
<!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
]>
<svg>
<variableSets xmlns="&ns_vars;">
<variableSet locked="none" varSetName="binding1">
<variables>
<variable varName="CustomerID" trait="textcontent" category="&ns_flows;"></variable>
<variable varName="BusinessName" trait="textcontent" category="&ns_flows;"></variable>
<variable varName="Telephone" trait="textcontent" category="&ns_flows;"></variable>
<variable varName="PrimaryStore" trait="textcontent" category="&ns_flows;"></variable>
</variables>
<v:sampleDataSets xmlns="&ns_custom;" xmlns:v="&ns_vars;">
<v:sampleDataSet dataSetName="6005996">
<CustomerID><p>6005996</p></CustomerID>
<BusinessName><p>Tousignant Industries</p></BusinessName>
<Telephone><p>(978) 405-0017</p></Telephone>
<PrimaryStore><p>1</p></PrimaryStore>
</v:sampleDataSet>
<v:sampleDataSet dataSetName="3006332">
<CustomerID><p>3006332</p></CustomerID>
<BusinessName><p>Shane Halsey Painting</p></BusinessName>
<Telephone><p>(603) 279-5049</p></Telephone>
<PrimaryStore><p>3</p></PrimaryStore>
</v:sampleDataSet>
<v:sampleDataSet dataSetName="3000009">
<CustomerID><p>3000009</p></CustomerID>
<BusinessName><p>Ruel's Painting</p></BusinessName>
<Telephone><p>(603) 393-4910</p></Telephone>
<PrimaryStore><p>3</p></PrimaryStore>
</v:sampleDataSet>
<v:sampleDataSet dataSetName="141004004">
<CustomerID><p>141004004</p></CustomerID>
<BusinessName><p>Mike's Painting</p></BusinessName>
<Telephone><p>(603) 235-0629</p></Telephone>
<PrimaryStore><p>3</p></PrimaryStore>
</v:sampleDataSet>
<v:sampleDataSet dataSetName="4000543">
<CustomerID><p>4000543</p></CustomerID>
<BusinessName><p>Henry Hamel & Sons</p></BusinessName>
<Telephone><p>(978) 632-9080</p></Telephone>
<PrimaryStore><p>4</p></PrimaryStore>
</v:sampleDataSet>
<v:sampleDataSet dataSetName="4000607">
<CustomerID><p>4000607</p></CustomerID>
<BusinessName><p>Gardner Housing Authority</p></BusinessName>
<Telephone><p>(978) 632-6627</p></Telephone>
<PrimaryStore><p>4</p></PrimaryStore>
</v:sampleDataSet>
</v:sampleDataSets>
</variableSet>
</variableSets>
</svg>