<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:ccz="http://www.evskp.cz/standardy/corpcz/" xmlns:evskp="http://www.evskp.cz/standardy/evskp/" xmlns:thesis="http://www.ndltd.org/standards/metadata/etdms/1.0/" xmlns:pcz="http://www.evskp.cz/standardy/perscz/" xmlns:dc="http://purl.org/dc/elements/1.1/" elementFormDefault="qualified" targetNamespace="http://www.evskp.cz/standardy/evskp/">
  <xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="dc.xsd"/>
  <xs:import namespace="http://purl.org/dc/terms/" schemaLocation="dcterms.xsd"/>
  <xs:import namespace="http://www.evskp.cz/standardy/corpcz/" schemaLocation="ccz.xsd"/>
  <xs:import namespace="http://www.evskp.cz/standardy/perscz/" schemaLocation="pcz.xsd"/>
  <xs:import namespace="http://www.ndltd.org/standards/metadata/etdms/1.0/" schemaLocation="thesis.xsd"/>
  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
  <xs:element name="metadata">
    <xs:annotation>
      <xs:documentation>Obálka metadatového souboru</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:element maxOccurs="unbounded" ref="dc:title"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="dcterms:alternative"/>
        <xs:element ref="dc:creator"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="dc:subject"/>
        <xs:element maxOccurs="unbounded" ref="dcterms:abstract"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="dcterms:tableOfContents"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="dc:publisher"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="dc:contributor"/>
        <xs:element minOccurs="0" ref="dcterms:created"/>
        <xs:element minOccurs="0" ref="dcterms:dateSubmitted"/>
        <xs:element ref="dcterms:dateAccepted"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="dcterms:modified"/>
        <xs:element maxOccurs="unbounded" ref="dc:type"/>
        <xs:element maxOccurs="unbounded" ref="dcterms:medium"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="dcterms:extent"/>
        <xs:group maxOccurs="unbounded" ref="dcterms:dc.identifier"/>
        <xs:element maxOccurs="unbounded" ref="dc:language"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="dcterms:bibliographicCitation"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="dc:rights"/>
        <xs:element ref="thesis:degree"/>
        <xs:element name="contact" type="evskp:contact"/>
        <xs:element minOccurs="0" name="fileNumber" type="evskp:fileNumber"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="fileProperties" type="evskp:fileProperties"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="transfer" type="evskp:transfer"/>
        <xs:element minOccurs="0" name="server" type="evskp:server"/>
        <xs:element minOccurs="0" name="dateDelivered" type="evskp:dateDelivered"/>
        <xs:element minOccurs="0" ref="dcterms:available"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="modified" type="evskp:modified"/>
      </xs:sequence>
      <xs:attribute name="version" use="required">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="1.1"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:complexType>
  </xs:element>
  <xs:attribute name="typeTranslated">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="translated"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="typeSubject" type="xs:string"/>
  <xs:attribute name="typeType" type="xs:string"/>
  <xs:complexType mixed="true" name="contact"><xs:annotation>
      <xs:documentation>Identifikátor poskytovatele metadat</xs:documentation>
    </xs:annotation>
      <xs:attribute name="contactID" use="required"/>
    </xs:complexType>
  <xs:simpleType name="fileNumber"><xs:annotation>
      <xs:documentation>Počet souborů VŠKP</xs:documentation>
    </xs:annotation><xs:restriction base="xs:integer"/></xs:simpleType>
  <xs:complexType mixed="true" name="fileProperties"><xs:annotation>
      <xs:documentation>Popis konkrétního souboru VŠKP</xs:documentation>
    </xs:annotation>
      <xs:attribute name="fileID" use="required"/>
      <xs:attribute name="fileType">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="thesis"/>
            <xs:enumeration value="appendix"/>
            <xs:enumeration value="advisorReview"/>
            <xs:enumeration value="refereeReview"/>
            <xs:enumeration value="errata"/>
            <xs:enumeration value="presentation"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="fileName"/>
      <xs:attribute name="fileDirectory"/>
      <xs:attribute name="fileSize" type="xs:integer"/>
      <xs:attribute name="format"/>
      <xs:attribute name="characterSet"/>
      <xs:attribute name="creation"/>
    </xs:complexType>
  <xs:complexType name="transfer"><xs:annotation>
      <xs:documentation>Identifikátor odkazující na soubor tvořící VŠKP nebo archiv ZIP se soubory obsahujícími VŠKP</xs:documentation>
    </xs:annotation>
      <xs:simpleContent>
        <xs:extension base="xs:anyURI">
          <xs:attribute name="accessRights" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:token">
                <xs:enumeration value="domain"/>
                <xs:enumeration value="restrictedAccess"/>
                <xs:enumeration value="public"/>
                <xs:enumeration value="shibboleth"/>
                <xs:enumeration value="eduroam"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
          <xs:attribute name="fileID"/>
        </xs:extension>
      </xs:simpleContent>
    </xs:complexType>
  <xs:complexType mixed="true" name="server"><xs:annotation>
      <xs:documentation>Informace o serveru zpřístupňujícím VŠKP</xs:documentation>
    </xs:annotation>
      <xs:sequence>
        <xs:element minOccurs="0" ref="ccz:universityOrInstitution"/>
      </xs:sequence>
    </xs:complexType>
  <xs:simpleType name="dateDelivered"><xs:annotation>
      <xs:documentation>Datum doručení metadatového záznamu do repozitáře</xs:documentation>
    </xs:annotation>
      <xs:union memberTypes="xs:dateTime xs:date"/>
    </xs:simpleType>
  <xs:simpleType name="modified"><xs:annotation>
      <xs:documentation>Datum změny záznamu VŠKP</xs:documentation>
    </xs:annotation>
      <xs:union memberTypes="xs:gYear xs:gYearMonth xs:date xs:dateTime"/>
    </xs:simpleType>
</xs:schema>