Definition Type: Element
Name: PokerTournamentData
Namespace: https://www.gamingcommission.gov.gr
Containing Schema: Online_Poker_Tournament_Start.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into PTEstimatedEndDate Drilldown into PTStartDate Drilldown into PTCommonID Drilldown into PTTitle Drilldown into PokerTournamentIDXSD Diagram of PokerTournamentData
Collapse XSD Schema Code:
<xs:element name="PokerTournamentData">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PokerTournamentID" type="mstns:PokerTournamentID" />
            <xs:element name="PTTitle" type="mstns:LongString">
                <xs:annotation>
                    <xs:documentation>Τίτλος Τουρνουά Πόκερ:
Η ονομασία του Τουρνουά Πόκερ στα συστήματα του Κατόχου Άδειας.

Poker Tournament Title:
The title of the Poker Tournament in the Licensee systems.  </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="PTCommonID" type="mstns:GenericID" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Κοινός κωδικός τουρνουά σε Δίκτυο:
Ο μοναδικός κωδικός τουρνουά που σε περίπτωση συν διοργάνωσης οφείλουν να χρησιμοποιούν όλοι οι Κάτοχοι Άδειας.
(εάν υφίσταται)
 
Poker Tournament Common Identifier in a Network:
The unique Poker Tournament identifier in a network that all Licensees must use.
(if applicable)          </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="PTStartDate" type="mstns:dateTimeUTC">
                <xs:annotation>
                    <xs:documentation>Ημερομηνία Έναρξης Τουρνουά Πόκερ:
Η ημερομηνία και ώρα έναρξης του Τουρνουά Πόκερ στα συστήματα του Κατόχου Άδειας (UTC).

Poker Tournament Start Date:
Date and time the Poker Tournament started in the Licensee's systems (UTC).   </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="PTEstimatedEndDate" type="mstns:dateTimeUTC" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>
                                                   Εκτιμώμενη Ημερομηνία Λήξης Τουρνουά Πόκερ:
Η εκτιμώμενη ημερομηνία και ώρα λήξης του Τουρνουά Πόκερ στα συστήματα του Κατόχου Άδειας (UTC).

Estimated Poker Tournament End Date:
Estimated End Date and time of the Poker Tournament in the Licensee's systems (UTC).
                                                </xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:assert test="if (exists(PTEstimatedEndDate)) then (PTStartDate lt PTEstimatedEndDate) else if (not(exists(PTEstimatedEndDate))) then true() else false() " />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PokerTournamentID mstns:PokerTournamentID (1) (1)
PTTitle mstns:PTTitle (1) (1)
PTCommonID mstns:PTCommonID 0 (1)
PTStartDate mstns:PTStartDate (1) (1)
PTEstimatedEndDate mstns:PTEstimatedEndDate 0 (1)
Collapse Asserts:
Test XPath Default Namespace Annotation
if (exists(PTEstimatedEndDate)) then (PTStartDate lt PTEstimatedEndDate) else if (not(exists(PTEstimatedEndDate))) then true() else false()