Definition Type: ComplexType
Name: Metadata
Namespace: https://www.gamingcommission.gov.gr
Containing Schema: Online_Manifest_Model.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sizeCompressed Drilldown into sizeUncompressed Drilldown into datetimeLastRecord Drilldown into datetimeFirstRecord Drilldown into numberOfRecordsXSD Diagram of Metadata
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
numberOfRecords nsA:numberOfRecords 1 1
datetimeFirstRecord nsA:datetimeFirstRecord 1 1
datetimeLastRecord nsA:datetimeLastRecord 1 1
sizeUncompressed nsA:sizeUncompressed 1 1
sizeCompressed nsA:sizeCompressed 1 1
Collapse Derivation Tree:
Collapse References:
nsA:metadata