-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathUsers_Rate.xml
116 lines (116 loc) · 3.26 KB
/
Users_Rate.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:schema>
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Users_Rate" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Users_Rate">
<xsd:annotation>
<xsd:appinfo/>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="UserFN" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="UserLN" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="UserN" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Posts" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
<xsd:element name="Reactions" minOccurs="0" od:jetType="double" od:sqlSType="float" type="xsd:double"/>
<xsd:element name="Activities" minOccurs="0" od:jetType="double" od:sqlSType="float" type="xsd:double"/>
<xsd:element name="Last_date" minOccurs="0" od:jetType="datetime" od:sqlSType="datetime" type="xsd:dateTime"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<dataroot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated="2025-01-26T20:43:56">
<Users_Rate>
<UserFN>Ali</UserFN>
<UserLN>Raza</UserLN>
<Posts>1</Posts>
<Reactions>2</Reactions>
<Activities>3</Activities>
<Last_date>2025-06-23T00:00:00</Last_date>
</Users_Rate>
<Users_Rate>
<UserFN>Andy</UserFN>
<UserLN>Dmitriev</UserLN>
<UserN>AndyDmitriev</UserN>
<Posts>1</Posts>
<Reactions>1</Reactions>
<Activities>2</Activities>
<Last_date>2025-03-16T00:00:00</Last_date>
</Users_Rate>
<Users_Rate>
<UserFN>Dr.Android</UserFN>
<UserLN>Monef assolimany</UserLN>
<UserN>DrAndroid12</UserN>
<Posts>2</Posts>
<Reactions>4</Reactions>
<Activities>6</Activities>
<Last_date>2025-06-17T00:00:00</Last_date>
</Users_Rate>
<Users_Rate>
<UserFN>J</UserFN>
<UserLN>W</UserLN>
<Posts>1</Posts>
<Reactions>2</Reactions>
<Activities>3</Activities>
<Last_date>2025-05-28T00:00:00</Last_date>
</Users_Rate>
<Users_Rate>
<UserFN>Kaniel</UserFN>
<UserLN>Outis</UserLN>
<UserN>Kanielscotfield</UserN>
<Posts>1</Posts>
<Reactions>1</Reactions>
<Activities>2</Activities>
<Last_date>2025-04-10T00:00:00</Last_date>
</Users_Rate>
<Users_Rate>
<UserFN>Ost268</UserFN>
<UserN>Ost268</UserN>
<Posts>1</Posts>
<Reactions>2</Reactions>
<Activities>3</Activities>
<Last_date>2025-07-26T00:00:00</Last_date>
</Users_Rate>
<Users_Rate>
<UserFN>ⓢⓘⓕⓐⓝ</UserFN>
<UserN>sifansaeed</UserN>
<Posts>3</Posts>
<Reactions>4</Reactions>
<Activities>7</Activities>
<Last_date>2025-02-24T00:00:00</Last_date>
</Users_Rate>
<Users_Rate>
<UserFN>Yomasz</UserFN>
<UserLN>Becker</UserLN>
<Posts>1</Posts>
<Reactions>2</Reactions>
<Activities>3</Activities>
<Last_date>2025-05-28T00:00:00</Last_date>
</Users_Rate>
</dataroot>
</root>