<xs:element name="GameCategoryB">
<xs:annotation>
<xs:documentation>Κατηγορία Παιγνίων (B):
Δεύτερο (B) επίπεδο κατηγοριοποίησης των Παιγνίων. Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
(1) = Slot Machines
(2) = Black Jack
(3) = Roulette
(4) = Baccarat
(5) = Banco Punto
(6) = Craps (Ζάρια)
(7) = Bingo
(8) = Wheel of Fortune
(0) = Άλλο
Games Category (B):
Second (B) level of game categorization. Values are granted by HGC. Allowed values:
(1) = Slot Machines
(2) = Black Jack
(3) = Roulette
(4) = Baccarat
(5) = Banco Punto
(6) = Craps
(7) = Bingo
(8) = Wheel of Fortune
(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:enumeration value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|