<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>
|