Definition Type: SimpleType
Name: RecordID
Namespace: https://www.gamingcommission.gov.gr
Containing Schema: CommonElements.xsd
Documentation:
Κωδικός Εγγραφής XML:
Ο μοναδικός κωδικός της XML εγγραφής που εγγράφεται στο SAFE και τον οποίο αποδίδει ο Κάτοχος Άδειας. Να γίνει χρήση Universally Unique Identifier (UUID).

XML Record ID:
Unique identifier of the XML record granted by the Licensee. Use of Universally Unique Identifier (UUID).
Collapse XSD Schema Diagram:
XSD Diagram of RecordID
Collapse XSD Schema Code:
<xs:simpleType name="RecordID">
    <xs:annotation>
        <xs:documentation>Κωδικός Εγγραφής XML:
Ο μοναδικός κωδικός της XML εγγραφής που εγγράφεται στο SAFE και τον οποίο αποδίδει ο Κάτοχος Άδειας. Να γίνει χρήση Universally Unique Identifier (UUID).

XML Record ID:
Unique identifier of the XML record granted by the Licensee. Use of Universally Unique Identifier (UUID).</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs: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}" />
        <xs:length value="36" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Length 36
Pattern [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}
Collapse Derivation Tree:
Collapse References:
mstns:CancelledRecordID, mstns:RecordIDmstns:ReplacedRecordID,