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

  <!--
    include entity attribute elements
    -->
  <xsd:include schemaLocation="http://vfrbr.info/schemas/1.0/frbr-place-attrib.xsd"/>

  <!--
    XML element defintion
    for the FRBR Place entity
    -->
  <xsd:element name="place">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element ref="termForThePlace"
                     minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <!-- entity element identifier attribute -->
      <xsd:attribute name="identifier"
                     type="xsd:anyURI"
                     use="optional"/>
    </xsd:complexType>
  </xsd:element>

</xsd:schema>
