<xs:element name="LogInSessionData">
<xs:complexType>
<xs:sequence>
<xs:element name="LogInSessionID" type="mstns:LogInSessionID" />
<xs:element name="LoginSessionStartDate" type="mstns:dateTimeUTC">
<xs:annotation>
<xs:documentation>Ημερομηνία Έναρξης Παικτικής Συνεδρίας:
Η ημερομηνία και ώρα Έναρξης της Παικτικής Συνεδρίας(UTC).
Login Session Start Date:
Date and time the Login Session started (UTC).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LoginSessionEndDate" type="mstns:dateTimeUTC">
<xs:annotation>
<xs:documentation>Ημερομηνία Λήξης Παικτικής Συνεδρίας:
Η ημερομηνία και ώρα Λήξης της Παικτικής Συνεδρίας (UTC).
Login Session End Date:
Date and Time the Login Session ended (UTC).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LoginSessionEndReason">
<xs:annotation>
<xs:documentation>Αιτιολογία Λήξης Παικτικής Συνεδρίας :
Κωδικοποίηση της αιτιολογίας της λήξης Παικτικής Συνεδρίας. Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
(1) = Ο Παίκτης αποσυνδέεται από τα συστήματα του Κατόχου Άδειας.
(2) = Το ΚΠΣ του Κατόχου Άδειας τερμάτισε την Παικτική Συνεδρία.
(3) = Τεχνικό λάθος.
(0) = Άλλο.
Login Session End Reason:
The reason a session has ended. Values are granted by HGC. Allowed values:
(1) = Player logged out from Licensee's systems.
(2) = Licensee ended the Player's session.
(3) = Technical problem.
(0) = Other.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:assert test="LoginSessionStartDate le LoginSessionEndDate" />
</xs:complexType>
</xs:element>
|