-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadmin.xml
38 lines (38 loc) · 1.36 KB
/
admin.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
<?xml version="1.0" standalone="yes"?>
<admin>
<xs:schema id="admin" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xs:element name="admin" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="kisi">
<xs:complexType>
<xs:sequence>
<xs:element name="Ad" type="xs:string" minOccurs="0" />
<xs:element name="Soyad" type="xs:string" minOccurs="0" />
<xs:element name="Tc" type="xs:string" minOccurs="0" />
<xs:element name="username" type="xs:string" minOccurs="0" />
<xs:element name="password" type="xs:string" minOccurs="0" />
<xs:element name="rol" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<kisi>
<Ad>mustafa</Ad>
<Tc>1132131</Tc>
<username>admin</username>
<password>admin</password>
<rol>ÜstDüzey</rol>
</kisi>
<kisi>
<Ad>q</Ad>
<Soyad>q</Soyad>
<Tc>1313</Tc>
<username>a</username>
<password>a</password>
<rol>ÜstDüzey</rol>
</kisi>
</admin>