<xs:element name="ProfitDistributionLevelCount">
<xs:annotation>
<xs:documentation>Πλήθος Επιπέδων Απονομής Κέρδους:
Το πλήθος (αριθμός) των διαφορετικών επιπέδων απονομής κέρδους της Λειτουργίας Jackpot (πχ 1, 2, 3, 4 κ.λπ.).
Profit Distribution Level Count:
The number of different levels of profit distribution of a Jackpot (eg 1, 2, 3, 4, etc.).</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="99" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|