<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.profile.core.types.override">

  <require>org.nuxeo.ecm.user.center.profile.core.types</require>

  <extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <facet name="UserProfile">
      <schema name="userprofile"/>
    </facet>

    <doctype extends="Document" name="UserProfile">
      <schema name="common"/>
      <schema name="dublincore"/>
      <facet name="UserProfile"/>
      <facet name="HiddenInNavigation"/>
    </doctype>

  </extension>

</component>
