<?xml version="1.0"?>
<component name="org.nuxeo.ecm.localconf.simple.override">

  <require>org.nuxeo.ecm.localconf.simple</require>

  <extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <!-- facet to be used on documents handling simple configuration
      (list of parameters key -> value) -->
    <facet name="SimpleConfiguration">
      <schema name="simpleconfiguration"/>
    </facet>

  </extension>

</component>
