<?xml version="1.0" encoding="UTF-8"?>
<!--
  -*- coding:utf-8 -*-
  $Id: pcz.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/perscz/" 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/corpcz/" schemaLocation="ccz.xsd"/>
  <xs:import namespace="http://www.evskp.cz/standardy/evskp/" schemaLocation="evskp.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="person">
    <xs:annotation>
      <xs:documentation>Popis fyzické osoby</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="pcz:pcz.dc.identifier"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="pcz:academicTitleBefore"/>
        <xs:element ref="pcz:name"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="pcz:academicTitleAfter"/>
        <xs:element minOccurs="0" ref="pcz:dateOfBirth"/>
        <xs:element minOccurs="0" ref="pcz:placeOfBirth"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="pcz:note"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="pcz:email"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="pcz:homepage"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="pcz:affiliation"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:group name="pcz.dc.identifier">
    <xs:sequence>
      <xs:group ref="dc:identifier1"/>
    </xs:sequence>
  </xs:group>
  <xs:element name="academicTitleBefore" type="xs:string">
    <xs:annotation>
      <xs:documentation>Akademický titul před jménem</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="name">
    <xs:annotation>
      <xs:documentation>Jméno fyzické osoby</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:choice>
        <xs:sequence>
          <xs:element ref="pcz:foreName"/>
          <xs:element ref="pcz:surName"/>
        </xs:sequence>
        <xs:element ref="pcz:personEnteredUnderGivenName"/>
      </xs:choice>
    </xs:complexType>
  </xs:element>
  <xs:element name="foreName" type="xs:string">
    <xs:annotation>
      <xs:documentation>Křestní jméno fyzické osoby</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="surName" type="xs:string">
    <xs:annotation>
      <xs:documentation>Příjmení fyzické osoby</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="personEnteredUnderGivenName" type="xs:string">
    <xs:annotation>
      <xs:documentation>Nestrukturované jméno fyzické osoby</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="academicTitleAfter" type="xs:string">
    <xs:annotation>
      <xs:documentation>Akademický titul za jménem</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="dateOfBirth">
    <xs:annotation>
      <xs:documentation>Datum narození fyzické osoby</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:union memberTypes="xs:date xs:gYear"/>
    </xs:simpleType>
  </xs:element>
  <xs:element name="placeOfBirth" type="xs:string">
    <xs:annotation>
      <xs:documentation>Místo narození fyzické osoby </xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="note" type="xs:string">
    <xs:annotation>
      <xs:documentation>Poznámka o fyzické osobě</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="email" type="xs:string">
    <xs:annotation>
      <xs:documentation>E-mailová adresa fyzické osoby</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="homepage" type="xs:anyURI">
    <xs:annotation>
      <xs:documentation>WWW adresa domovských stránek fyzické osoby</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="affiliation">
    <xs:annotation>
      <xs:documentation>Afiliace</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="ccz:universityOrInstitution"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:attribute name="typeIdentifier"/>
</xs:schema>
