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

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

  <!--
    XML elements
    for eFRBR CorporateBody entity attributes
    -->
  <xsd:element name="nameOfTheCorporateBody"
               type="TypeVocabTimeAttributeType"
               />
  <xsd:element name="numberAssociatedWithTheCorporateBody"
               type="TypeNormalAttributeType"
               />
  <xsd:element name="placeAssociatedWithTheCorporateBody"
               type="JurisNormalVocabTimeAttributeType"
               />
  <xsd:element name="dateAssociatedWithTheCorporateBody"
               type="TypeNormalFunctionAttributeType"
               />
  <xsd:element name="otherDesignationAssociatedWithTheCorporateBody"
               type="TypeAttributeType"/>

</xsd:schema>

