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

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

  <!--
    XML element
    for FRAD Item entity attributes
    -->
  <xsd:element name="locationOfItem"
               type="TypeNormalVocabAvailTimeAttributeType"
               />
  <!-- excluded
  <xsd:element name="custodialHistoryOfItem"
               type="TypeAvailAttributeType"
               />
    -->
  <xsd:element name="immediateSourceOfAcquisitionOfItem"
               type="TypeAvailAttributeType"/>

</xsd:schema>


