<xs:element name="LimitInitiator">
<xs:annotation>
<xs:documentation>Εντολέας Ορίου:
Ο εντολέας που θέτει το όριο. Οι τιμές καθορίζονται από την Ε.Ε.Ε.Π.. Επιτρεπόμενες τιμές:
(1) = Παίκτης
(2) = Κάτοχος Άδειας
(3) = Ε.Ε.Ε.Π.
(0) = Άλλο
Limit Initiator:
The initiator that sets the limit. Values are granted by HGC. Allowed Values:
(1) = Player
(2) = Licensee
(3) = HGC
(0) = Other</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|