Component org.nuxeo.ecm.user.center.profile.core.types
In bundle org.nuxeo.ecm.user.center.profile
Resolution Order
918
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
- org.nuxeo.ecm.user.center.profile.core.types--schema
- org.nuxeo.ecm.user.center.profile.core.types--doctype
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.profile.core.types">
<extension target="org.nuxeo.ecm.core.schema.TypeService"
point="schema">
<schema name="userprofile" src="schemas/userprofile.xsd"
prefix="userprofile" />
</extension>
<extension target="org.nuxeo.ecm.core.schema.TypeService"
point="doctype">
<facet name="UserProfile">
<schema name="userprofile" />
</facet>
<doctype name="UserProfile" extends="Document">
<schema name="common" />
<schema name="dublincore" />
<facet name="UserProfile" />
<facet name="HiddenInNavigation" />
</doctype>
</extension>
</component>