<xs:element name="JackpotType">
<xs:annotation>
<xs:documentation>
Τύπος Λειτουργίας Jackpot:
Ο δείκτης κατηγοριοποίησης Λειτουργίας Jackpot:
Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
(1) = Stand Alone
(2) = Linked
(3) = Mystery Stand Alone
(4) = Mystery Linked
(5) = Hidden
(6) = Bad Beat
(0) = Άλλο
Jackpot Type:
The type of the Jackpot. Values are granted by HGC. Allowed values:
(1) = Stand Alone
(2) = Linked
(3) = Mystery Stand Alone
(4) = Mystery Linked
(5) = Hidden
(6) = Bad Beat
(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:enumeration value="6" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|