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

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

  <!--
    XML elements
    for FRAD Family entity attributes
    -->
  <xsd:element name="typeOfFamily"
               type="VocabNormalAttributeType"
               />
  <xsd:element name="datesOfFamily"
               type="TypeNormalAttributeType"
               />
  <xsd:element name="placesAssociatedWithFamily"
               type="TypeJurisNormalVocabTimeAttributeType"
               />
  <xsd:element name="fieldOfActivity"
               type="TypeNormalVocabTimeAttributeType"
               />
  <xsd:element name="historyOfFamily"
               type="SimpleAttributeType"/>

</xsd:schema>


