Definition Type: Element
Name: LimitInitiator
Namespace: https://www.gamingcommission.gov.gr
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: Online_Limits.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Εντολέας Ορίου:
Ο εντολέας που θέτει το όριο. Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
(1) = Παίκτης
(2) = Κάτοχος Άδειας
(3) = Ε.Ε.Ε.Π.
(0) = Άλλο

Limit Initiator:
The initiator that sets the limit. Values are granted by HGC. Allowed Values:
(1) = Player
(2) = Licensee
(3) = HGC
(0) = Other
Collapse XSD Schema Diagram:
XSD Diagram of LimitInitiator
Collapse XSD Schema Code:
<xs:element name="LimitInitiator">
    <xs:annotation>
        <xs:documentation>Εντολέας Ορίου:
Ο εντολέας που θέτει το όριο. Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
(1) = Παίκτης
(2) = Κάτοχος Άδειας
(3) = Ε.Ε.Ε.Π.
(0) = Άλλο

Limit Initiator:
The initiator that sets the limit. Values are granted by HGC. Allowed Values:
(1) = Player
(2) = Licensee
(3) = HGC
(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>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2
Enumeration 3