<xs:element name="BetStatus" maxOccurs="unbounded">
<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 bet. 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>
|