<hgc:complexType name="Metadata">
<hgc:sequence>
<hgc:element name="numberOfRecords" type="hgc:nonNegativeInteger" minOccurs="1" maxOccurs="1" nillable="false">
<hgc:annotation>
<hgc:documentation>Αριθμός εγγραφών που περιέχονται στο αρχείο xml.
Νumber of records contained in the xml file.</hgc:documentation>
</hgc:annotation>
</hgc:element>
<hgc:element name="datetimeFirstRecord" type="hgc:dateTime" minOccurs="1" maxOccurs="1" nillable="false">
<hgc:annotation>
<hgc:documentation>Ημερομηνία και ώρα (UTC) της πρώτης εγγραφής στο αρχείο xml.
Date and time of the first record in the xml file.</hgc:documentation>
</hgc:annotation>
</hgc:element>
<hgc:element name="datetimeLastRecord" type="hgc:dateTime" minOccurs="1" maxOccurs="1" nillable="false">
<hgc:annotation>
<hgc:documentation>Ημερομηνία και ώρα (UTC) της τελευταίας εγγραφής στο αρχείο xml.
Date and time of the last record in the xml file.</hgc:documentation>
</hgc:annotation>
</hgc:element>
<hgc:element name="sizeUncompressed" type="hgc:nonNegativeInteger" minOccurs="1" maxOccurs="1" nillable="false">
<hgc:annotation>
<hgc:documentation>Μέγεθος του μη συμπιεσμένου αρχείου δεδομένων xml σε bytes.
Size of the uncompressed xml data file in bytes.</hgc:documentation>
</hgc:annotation>
</hgc:element>
<hgc:element name="sizeCompressed" type="hgc:nonNegativeInteger" minOccurs="1" maxOccurs="1" nillable="false">
<hgc:annotation>
<hgc:documentation>Μέγεθος του συμπιεσμένου αρχείου δεδομένων xml σε bytes.
Size of the compressed file xml data file in bytes.</hgc:documentation>
</hgc:annotation>
</hgc:element>
</hgc:sequence>
</hgc:complexType>
|