Definition Type: Element
Name: LogInSessionData
Namespace: https://www.gamingcommission.gov.gr
Containing Schema: Online_Log_In_Sessions.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into LoginSessionEndReason Drilldown into LoginSessionEndDate Drilldown into LoginSessionStartDate Drilldown into LogInSessionIDXSD Diagram of LogInSessionData
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LogInSessionID mstns:LogInSessionID (1) (1)
LoginSessionStartDate mstns:LoginSessionStartDate (1) (1)
LoginSessionEndDate mstns:LoginSessionEndDate (1) (1)
LoginSessionEndReason mstns:LoginSessionEndReason (1) (1)
Collapse Asserts:
Test XPath Default Namespace Annotation
LoginSessionStartDate le LoginSessionEndDate