<xs:element name="ContestPrizeType">
<xs:annotation>
<xs:documentation>
Τύπος Επάθλου:
Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
(1) = Χρηματικό Έπαθλο
(2) = Είδος/Είδη
(3) = Παροχή για Συμμετοχή σε Παίγνιο
(4) = Συνδυασμός
(0) = Άλλο
Prize Type:
The values are granted by HGC. Allowed values:
(1) = Cash Prizes
(2) = Item/Items
(3) = Prizes that can be used for the participation in Games
(4) = Combination
(0) = Other
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="0" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|