<xs:element name="TimeJackpotLimitCeiling" minOccurs="0">
<xs:annotation>
<xs:documentation>
Χρονικό Όριο Λειτουργίας Jackpot:
Το μέγιστο χρονικό όριο (ώρες) που έχει τεθεί για να αποδοθεί σε Παίκτη το ποσό της Λειτουργίας Jackpot, ανά κωδικό επιπέδου απονομής κέρδους.
(εάν υφίσταται)
Jackpot Limit Ceiling Time:
The maximum time limit (hours), a Jackpot can be given to a Player (per ProfitDistributionLevelID).
(if applicable)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="999999" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|