<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/research-data/1.1" xmlns:ccmm="https://schema.ccmm.cz/research-data/1.1" xmlns:sawsdl="http://www.w3.org/ns/sawsdl" xmlns:xml="http://www.w3.org/XML/1998/namespace">
  <xs:include schemaLocation="../organization/schema.xsd"/>
  <xs:include schemaLocation="../person/schema.xsd"/>
  <xs:complexType name="agent">
    <xs:choice>
      <xs:element name="organization" type="ccmm:organization"/>
      <xs:element name="person" type="ccmm:person"/>
    </xs:choice>
  </xs:complexType>
  <xs:element name="agent" type="ccmm:agent"/>
</xs:schema>
