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

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

  <!--
    XML elements
    for FRAD Person entity attributes
    -->
  <xsd:element name="gender"
               type="VocabTimeAttributeType"
               />
  <xsd:element name="placeOfBirth"
               type="JurisNormalVocabAttributeType"
               />
  <xsd:element name="placeOfDeath"
               type="JurisNormalVocabAttributeType"
               />
  <xsd:element name="country"
               type="TypeNormalVocabAttributeType"
               />
  <xsd:element name="placeOfResidence"
               type="VocabNormalTimeAttributeType"
               />
  <xsd:element name="affiliation"
               type="TypeNormalVocabTimeAttributeType"
               />
  <xsd:element name="address"
               type="TypeAvailTimeAttributeType"
               />
  <xsd:element name="languageOfPerson"
               type="VocabNormalTimeAttributeType"
               />
  <xsd:element name="fieldOfActivity"
               type="TypeNormalVocabTimeAttributeType"
               />
  <xsd:element name="professionOccupation"
               type="VocabNormalTimeAttributeType"
               />
  <xsd:element name="biographyHistory"
               type="SimpleAttributeType"/>

</xsd:schema>

