<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.relations.services.RelationService.override">

  <require>org.nuxeo.ecm.platform.relations.services.RelationService</require>

  <documentation>

    This service allows the definition of graph types and graphs, and the
    RelationManager interface gives access to the graphs.
  

  </documentation>
  <extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <doctype extends="Relation" name="DefaultRelation">
      <facet name="HiddenInNavigation"/>
    </doctype>
  </extension>

</component>
