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

  <!--
    XML element definitions
    for the FRBR CorporateBody entity attributes
    -->
  <xsd:element name="nameOfTheCorporateBody"
               type="xsd:string"
               />
  <xsd:element name="numberAssociatedWithTheCorporateBody"
               type="xsd:string"
               />
  <xsd:element name="placeAssociatedWithTheCorporateBody"
               type="xsd:string"
               />
  <xsd:element name="dateAssociatedWithTheCorporateBody"
               type="xsd:string"
               />
  <xsd:element name="otherDesignationAssociatedWithTheCorporateBody"
               type="xsd:string"/>

</xsd:schema>
