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

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

  <!--
    XML element
    for vFRBR Item entity attributes
    -->
  <xsd:element name="itemIdentifier"
               type="SimpleAttributeType"/>
  <!-- exclude
  <xsd:element
    name="fingerprint"
    type="SimpleAttributeType"/>
    -->
  <xsd:element name="provenanceOfTheItem"
               type="SimpleAttributeType"
               />
  <xsd:element name="marksInscriptions"
               type="SimpleAttributeType"
               />
  <xsd:element name="exhibitionHistory"
               type="SimpleAttributeType"
               />
  <xsd:element name="conditionOfTheItem"
               type="SimpleAttributeType"
               />
  <xsd:element name="treatmentHistory"
               type="SimpleAttributeType"
               />
  <xsd:element name="scheduledTreatment"
               type="SimpleAttributeType"
               />
  <xsd:element name="accessRestrictionsOnTheItem"
               type="SimpleAttributeType"/>

</xsd:schema>

