Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component org.nuxeo.ecm.multi.tenant.core.types

Resolution Order

239
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

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.multi.tenant.core.types">

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
      point="schema">
    <schema name="tenantconfig" prefix="tenantconfig" src="schemas/tenantconfig.xsd"/>

    <!-- multi tenant vocabulary -->
    <schema name="multitenantvocabulary" src="schemas/multi_tenant_vocabulary.xsd"/>
    <schema name="multitenantxvocabulary" src="schemas/multi_tenant_xvocabulary.xsd"/>
    <schema name="multitenantl10nvocabulary" src="schemas/multi_tenant_l10nvocabulary.xsd"/>
    <schema name="multitenantl10nxvocabulary" src="schemas/multi_tenant_l10nxvocabulary.xsd"/>
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="doctype">
    <facet name="TenantConfig">
      <schema name="tenantconfig" />
    </facet>
  </extension>
</component>