Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F211337
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
diff --git a/dev/auth.xsd b/dev/auth.xsd
new file mode 100644
index 0000000..0eeb11c
--- /dev/null
+++ b/dev/auth.xsd
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<xs:schema id="AuthSchema" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:element name="auth">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="status" type="xs:integer" minOccurs="1" maxOccurs="1" />
+ <xs:element name="perso" minOccurs="0" maxOccurs="1">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="id" type="xs:int" minOccurs="1" maxOccurs="1" />
+ <xs:element name="nickname" type="xs:string" minOccurs="1" maxOccurs="1" />
+ <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1" />
+ <xs:element name="onBoard" type="xs:boolean" minOccurs="1" maxOccurs="1" />
+ <xs:element name="location_local" type="xs:string" minOccurs="0" maxOccurs="1" />
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 10:09 (1 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
20961
Default Alt Text
(1 KB)
Attached To
rZED Zed
Event Timeline
Log In to Comment