<?xml version="1.0" encoding="UTF-8"?>

<!-- 
  Variations/FRBR Project schema release 1.0
-->

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"

            xmlns="http://vfrbr.info/frbr/1.0"
            targetNamespace="http://vfrbr.info/frbr/1.0"
            elementFormDefault="qualified"
            attributeFormDefault="unqualified"
            >

  <!--
    include common association types
    -->
  <xsd:include schemaLocation="http://vfrbr.info/schemas/1.0/frbr-commonRelationTypes.xsd"/>

  <!--
    XML element definitions
    for the FRBR Responsible relationships sub-elements
    -->

  <xsd:element name="createdBy"
               type="GenericAssociationType"
               />
  <xsd:element name="realizedBy"
               type="GenericAssociationType"
               />
  <xsd:element name="producedBy"
               type="GenericAssociationType"
               />
  <xsd:element name="ownedBy"
               type="GenericAssociationType"/>

</xsd:schema>
