Definition Type: Element
Name: TransactionType
Namespace: https://www.gamingcommission.gov.gr
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: Online_Customer_Account_Transactions.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Τύπος Κίνησης Ηλεκτρονικού Λογαριασμού Παίκτη:
Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
(0) = Χρέωση
(1) = Πίστωση

Transaction Type:
Values are granted by HGC. Allowed values:
(0) = Debit
(1) = Credit
Collapse XSD Schema Diagram:
XSD Diagram of TransactionType
Collapse XSD Schema Code:
<xs:element name="TransactionType">
    <xs:annotation>
        <xs:documentation>Τύπος Κίνησης Ηλεκτρονικού Λογαριασμού Παίκτη:
Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
(0) = Χρέωση
(1) = Πίστωση

Transaction Type:
Values are granted by HGC. Allowed values:
(0) = Debit
(1) = Credit</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:nonNegativeInteger">
            <xs:enumeration value="0" />
            <xs:enumeration value="1" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1