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

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

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

            xmlns="http://vfrbr.info/vfrbr/1.1/object"
            targetNamespace="http://vfrbr.info/vfrbr/1.1/object"
            elementFormDefault="qualified"
            attributeFormDefault="unqualified"
            >

  <!--
    include common types
    -->
  <xsd:include schemaLocation="http://vfrbr.info/schemas/1.1/vfrbr-commonEntityTypes.xsd"/>

  <!--
    XML elements
    for vFRBR Object entity attributes
    -->
  <xsd:element name="termForTheObject"
               type="TypeVocabAttributeType"/>

</xsd:schema>

