<?xml version="1.0" encoding="UTF-8"?>
<!--
  -*- coding:utf-8 -*-
  $Id: ccz.rnc,v 1.5 2008/05/20 11:17:57 jkj Exp $
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.evskp.cz/standardy/corpcz/" 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/">
  <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/evskp/" schemaLocation="evskp.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="universityOrInstitution">
    <xs:annotation>
      <xs:documentation>Popis univerzity nebo instituce</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ccz:ccz.dc.identifier"/>
        <xs:element maxOccurs="unbounded" ref="ccz:name"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ccz:place"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ccz:address"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ccz:email"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ccz:homepage"/>
        <xs:element minOccurs="0" ref="ccz:note"/>
        <xs:element minOccurs="0" ref="ccz:department"/>
      </xs:sequence>
      <xs:attribute ref="xml:lang"/>
    </xs:complexType>
  </xs:element>
  <xs:group name="ccz.dc.identifier">
    <xs:sequence>
      <xs:group ref="dc:identifier2"/>
    </xs:sequence>
  </xs:group>
  <xs:element name="name">
    <xs:annotation>
      <xs:documentation>Jméno instituce nebo podřízené jednotky</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ccz:xml.lang"/>
    </xs:complexType>
  </xs:element>
  <xs:element name="place">
    <xs:annotation>
      <xs:documentation>Místo sídla instituce nebo podřízené jednotky</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attribute ref="xml:lang"/>
    </xs:complexType>
  </xs:element>
  <xs:element name="address">
    <xs:annotation>
      <xs:documentation>Adresa sídla instituce nebo podřízené jednotky</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attribute ref="xml:lang"/>
    </xs:complexType>
  </xs:element>
  <xs:element name="email" type="xs:string">
    <xs:annotation>
      <xs:documentation>E-mail instituce nebo podřízené jednotky</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="homepage" type="xs:anyURI">
    <xs:annotation>
      <xs:documentation>Domácí stránka instituce nebo podřízené jednotky</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="note" type="xs:string">
    <xs:annotation>
      <xs:documentation>Poznámka</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="department">
    <xs:annotation>
      <xs:documentation>Podřízená jednotka instituce</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ccz:ccz.dc.identifier"/>
        <xs:element maxOccurs="unbounded" ref="ccz:name"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ccz:place"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ccz:address"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ccz:email"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ccz:homepage"/>
        <xs:element minOccurs="0" ref="ccz:note"/>
        <xs:element minOccurs="0" ref="ccz:department"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="xml.lang">
    <xs:attribute ref="xml:lang" use="required"/>
  </xs:attributeGroup>
  <xs:attribute name="typeIdentifier"/>
</xs:schema>
