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

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

  <!--
    XML elements
    for FRAD CorporateBody entity attributes
    -->
  <xsd:element name="languageOfTheCorporateBody"
               type="VocabNormalTimeAttributeType"
               />
  <xsd:element name="address"
               type="TypeAvailTimeAttributeType"
               />
  <xsd:element name="fieldOfActivity"
               type="VocabNormalTimeAttributeType"
               />
  <xsd:element name="history"
               type="SimpleAttributeType"/>

</xsd:schema>


