Definition Type: Element
Name: BetEventIDData
Namespace: https://www.gamingcommission.gov.gr
Containing Schema: Online_Betting_Winnings.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into PlayerSelectionSettlementDate Drilldown into PlayerSelectionOdds Drilldown into PlayerSelectionStatus Drilldown into PlayerSelection Drilldown into MarketID Drilldown into BetEventIDXSD Diagram of BetEventIDData
Collapse XSD Schema Code:
<xs:element name="BetEventIDData" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="BetEventID" type="mstns:GenericID">
                <xs:annotation>
                    <xs:documentation>
                                                            Κωδικός Στοιχηματικού Γεγονότος:
                                                            Ο μοναδικός κωδικός στοιχηματικού γεγονότος (BetEventName), τον οποίο αποδίδει ο Κάτοχος Άδειας.

                                                            Bet Event Identifier:
                                                            Unique identifier of a Bet Event (BetEventName), granted by the Licensee.
                                                        </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="MarketID" type="mstns:GenericID">
                <xs:annotation>
                    <xs:documentation>
                                                                        Κωδικός Αγοράς:
                                                                        Ο μοναδικός κωδικός της προσφερόμενης Αγοράς, τον οποίο αποδίδει ο Κάτοχος Άδειας.

                                                                        Market Identifier:
                                                                        Unique identifier of the offered Market, granted by the Licensee.
                                                                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="PlayerSelection" type="mstns:ExtraSmallString">
                <xs:annotation>
                    <xs:documentation>
                                                                        Επιλογή Παίκτη:
                                                                        Η επιλογή του Παίκτη στη συγκεκριμένη αγορά του στοιχηματικού γεγονότος (Σημείο Στοιχηματισμού: π.χ. Over 1.5.).

                                                                        Player Selection:
                                                                        The player's selection for the specific market of Bet Event (Mark: e.g. Over 1.5.).
                                                                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="PlayerSelectionStatus">
                <xs:annotation>
                    <xs:documentation>
                                                                        Η Έκβαση της Στοιχηματικής Επιλογής του Παίκτη:
                                                                        
                                                                    Η Έκβαση της στοιχηματικής επιλογής που έπαιξε ο παίκτης.  Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
                                                                    (1) = Win
                                                                    (2) = Lose
                                                                    (3) = Cash Out/Partial Cash Out
                                                                    (4) = Canceled/Void
                                                                    (5) = Pending
                                                                    (0) = Other
                                                                    
                                                                    Bet StatusΒ:
                                                                    The status of the player's betting selection. Values are granted by HGC. Allowed values:
                                                                    (1) = Win
                                                                    (2) = Lose
                                                                    (3) = Cash Out/Partial Cash Out
                                                                    (4) = Canceled/Void
                                                                    (5) = Pending
                                                                    (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:enumeration value="4" />
                        <xs:enumeration value="5" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PlayerSelectionOdds" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>
                                                                       Απόδοση Στοιχηματικής Επιλογής:
Η απόδοση της στοιχηματικής επιλογής, τη χρονική στιγμή εκκαθάρισης.

Player Selection Odds:
The odds of the player selection, at the time the bet is settled.
                                                                    </xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:decimal">
                        <xs:fractionDigits value="4" />
                        <xs:minInclusive value="0.0000" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PlayerSelectionSettlementDate" type="mstns:dateTimeUTC" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>
                                                                       Πραγματική Ημερομηνία Διευθέτησης της Στοιχηματικής Επιλογής του Παίκτη:
                                                                    Η πραγματική ημερομηνία διευθέτησης της Στοιχηματικής Επιλογής του Παίκτη (UTC).
                                                                    
                                                                    Actual Settlement Date of player's betting selection:
                                                                    The actual date that the player's betting selection is settled (UTC).
                                                                    </xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BetEventID mstns:BetEventID (1) (1)
MarketID mstns:MarketID (1) (1)
PlayerSelection mstns:PlayerSelection (1) (1)
PlayerSelectionStatus mstns:PlayerSelectionStatus (1) (1)
PlayerSelectionOdds mstns:PlayerSelectionOdds 0 (1)
PlayerSelectionSettlementDate mstns:PlayerSelectionSettlementDate 0 (1)