<xs:element name="PTGame">
<xs:annotation>
<xs:documentation>
Παίγνια Τουρνουά Πόκερ:
Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
(1) = Texas Hold'em
(2) = Omaha
(3) = Five Card Draw
(4) = Razz
(5) = 7Card Stud
(6) = Spin & Go
(7) = Caribbean Stud Poker
(0) = Άλλο
Poker Tournament Games:
Values are granted by HGC. Allowed values:
(1) = Texas Hold'em
(2) = Omaha
(3) = Five Card Draw
(4) = Razz
(5) = 7Card Stud
(6) = Spin and Go
(7) = Caribbean Stud Poker
(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:enumeration value="7" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|