<?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/efrbr/1.1/work"
            targetNamespace="http://vfrbr.info/efrbr/1.1/work"
            elementFormDefault="qualified"
            attributeFormDefault="unqualified"
            >

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

  <!--
    XML elements
    for eFRBR Work entity attributes
    -->
  <xsd:element name="titleOfTheWork"
               type="TypeVocabOffsetAttributeType"
               />
  <xsd:element name="formOfWork"
               type="VocabAttributeType"
               />
  <xsd:element name="dateOfTheWork"
               type="TypeNormalAttributeType"
               />
  <xsd:element name="otherDistinguishingCharacteristic"
               type="SimpleAttributeType"
               />
  <xsd:element name="intendedTermination"
               type="SimpleAttributeType"
               />
  <xsd:element name="intendedAudience"
               type="SimpleAttributeType"
               />
  <xsd:element name="contextForTheWork"
               type="SimpleAttributeType"
               />
  <xsd:element name="mediumOfPerformance"
               type="VocabQuantAttributeType"
               />
  <xsd:element name="numericDesignation"
               type="TypeAttributeType"
               />
  <xsd:element name="key"
               type="VocabAttributeType"
               />
  <xsd:element name="coordinates"
               type="SimpleAttributeType"
               />
  <xsd:element name="equinox"
               type="SimpleAttributeType"/>

</xsd:schema>
