Definition Type: Element
Name: TimeJackpotLimitCeiling
Namespace: https://www.gamingcommission.gov.gr
Type: positiveInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: Online_Jackpot_Parameters.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Χρονικό Όριο Λειτουργίας Jackpot:
Το μέγιστο χρονικό όριο (ώρες) που έχει τεθεί για να αποδοθεί σε Παίκτη το ποσό της Λειτουργίας Jackpot, ανά κωδικό επιπέδου απονομής κέρδους.
(εάν υφίσταται)

Jackpot Limit Ceiling Time:
The maximum time limit (hours), a Jackpot can be given to a Player (per ProfitDistributionLevelID).
(if applicable)
Collapse XSD Schema Diagram:
XSD Diagram of TimeJackpotLimitCeiling
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxInclusive 999999
MinInclusive 1