HAVRC-1.8 Cataloging schema extensions

Schema extensions for HAVRC Cataloging/collectionobject on top of CollectionSpace 1.8 (collectionobjects_havrc.xsd)

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--
  CollectionObject schema (XSD)

  Entity  : CollectionObject
  Part    : Local - HAVRC
  Used for: Nuxeo EP core document type

  $LastChangedRevision: 4929 $
  $LastChangedDate: 2011-06-07 13:26:32 -0700 (Tue, 07 Jun 2011) $
-->

<xs:schema
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:ns="http://collectionspace.org/services/collectionobject/local/havrc"
  xmlns="http://collectionspace.org/services/collectionobject/local/havrc"
  targetNamespace="http://collectionspace.org/services/collectionobject/local/havrc"
  version="0.1">

  <xs:element name="repository" type="xs:string"/>

</xs:schema>