<hgc:simpleType name="ChangeID">
<hgc:annotation>
<hgc:documentation>Κωδικός Αλλαγής:
Ο μοναδικός κωδικός, σε επίπεδο εγγραφής XML, που υποδηλώνει ότι η εγγραφή δεν ισχύει πλέον, διότι έχει επέλθει είτε αλλαγή, είτε κατάργηση αυτής.
Να γίνει χρήση Universally Unique Identifier (UUID).
Η εγγραφή XML η οποία έχει συμπληρωμένο το πεδίο "ChangeID" (Κωδικός Αλλαγής), θα πρέπει υποχρεωτικά να φέρει στο πεδίο "RecordID" (Κωδικός Εγγραφής XML), την ίδια τιμή με αυτή της εγγραφής που αλλάζει ή καταργεί.
(εάν υφίσταται)
Change Identifier:
Unique identifier, that is granted by the Game Provider and indicates that the specific record is not valid anymore, either because it has been changed or it has been canceled.
Use of Universally Unique Identifier (UUID).
The XML record that has a value in the field "ChangeID", should have in the field "RecordID" the same value with the record that changes or cancels.
(if applicable)</hgc:documentation>
</hgc:annotation>
<hgc:restriction base="hgc:string">
<hgc:pattern value="[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}" />
<hgc:length value="36" />
</hgc:restriction>
</hgc:simpleType>
|