<?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/efrbr/1.0"
            targetNamespace="http://vfrbr.info/efrbr/1.0"
            elementFormDefault="qualified"
            attributeFormDefault="unqualified"
            >
  <!--
    include relation attributes
    -->
  <xsd:include schemaLocation="http://vfrbr.info/schemas/1.0/efrbr-structure-attrib.xsd"/>

  <xsd:element name="structureRelations">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element ref="realizedThrough"
                     minOccurs="0" maxOccurs="unbounded"
                     />
        <xsd:element ref="embodiedIn"
                     minOccurs="0" maxOccurs="unbounded"
                     />
        <xsd:element ref="exemplifiedBy"
                     minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>

</xsd:schema>
