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

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

  <!--
    XML elements
    for vFRBR 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"/>
  <!-- excluded
    <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"/>
  <!-- excluded
  <xsd:element
    name="coordinates"
    type="SimpleAttributeType"/>
  <xsd:element
    name="equinox"
    type="SimpleAttributeType"/>
    -->

</xsd:schema>

