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