Platform Explorer / Nuxeo Platform LTS 2019 10.10

Contribution org.nuxeo.ecm.core.CoreExtensions--schema

This contribution is part of XML component org.nuxeo.ecm.core.CoreExtensions inside nuxeo-core-10.10-HF32.jar /OSGI-INF/CoreExtensions.xml

Documentation

The core schemas

Extension Point

Extension point schema of component TypeService.

Registration Order

0
The registration order represents the order in which this contribution was registered on its target extention point. This will impact the override/merge behaviour when it is implemented on the target service, and is useful for proper customization of existing contributions.
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).

Contributed Items

  • <schema name="core-types" src="schema/core-types.xsd"/>
  • <schema name="base" src="schema/base.xsd"/>
  • <schema name="relation" prefix="relation" src="schema/relation.xsd"/>
  • <schema name="common" src="schema/common.xsd"/>
  • <schema name="dublincore" prefix="dc" src="schema/dublincore.xsd"/>
  • <schema name="uid" src="schema/uid.xsd"/>
  • <schema name="file" src="schema/file.xsd"/>
  • <schema name="files" src="schema/files.xsd"/>
  • <schema name="note" src="schema/note.xsd"/>
  • <schema name="domain" src="schema/domain.xsd"/>
  • <schema name="relatedtext" src="schema/relatedtext.xsd"/>
  • <schema name="publishing" prefix="publish" src="schema/publishing.xsd"/>
  • <schema name="webcontainer" prefix="webc" src="schema/webcontainer.xsd"/>
  • <schema name="collection" prefix="collection" src="schema/collection.xsd"/>
  • <schema isVersionWritable="true" name="collectionMember" prefix="collectionMember" src="schema/collectionMember.xsd"/>
  • <property name="created" schema="dublincore" secured="false"/>
  • <property name="modified" schema="dublincore" secured="false"/>
  • <property name="creator" schema="dublincore" secured="false"/>
  • <property name="contributors" schema="dublincore" secured="false"/>
  • <property name="lastContributor" schema="dublincore" secured="false"/>

XML Source

<extension point="schema" target="org.nuxeo.ecm.core.schema.TypeService">
    <documentation>The core schemas</documentation>
    <!-- XXX AT: prefixes should be set, see NXP-1152 -->
    <schema name="core-types" src="schema/core-types.xsd"/>
    <schema name="base" src="schema/base.xsd"/>
    <schema name="relation" prefix="relation" src="schema/relation.xsd"/>
    <schema name="common" src="schema/common.xsd"/>
    <schema name="dublincore" prefix="dc" src="schema/dublincore.xsd"/>
    <schema name="uid" src="schema/uid.xsd"/>
    <schema name="file" src="schema/file.xsd"/>
    <schema name="files" src="schema/files.xsd"/>
    <schema name="note" src="schema/note.xsd"/>
    <schema name="domain" src="schema/domain.xsd"/>
    <schema name="relatedtext" src="schema/relatedtext.xsd"/>

    <schema name="publishing" prefix="publish" src="schema/publishing.xsd"/>
    <schema name="webcontainer" prefix="webc" src="schema/webcontainer.xsd"/>

    <schema name="collection" prefix="collection" src="schema/collection.xsd"/>
    <schema isVersionWritable="true" name="collectionMember" prefix="collectionMember" src="schema/collectionMember.xsd"/>

    <property name="created" schema="dublincore" secured="false"/>
    <property name="modified" schema="dublincore" secured="false"/>
    <property name="creator" schema="dublincore" secured="false"/>
    <property name="contributors" schema="dublincore" secured="false"/>
    <property name="lastContributor" schema="dublincore" secured="false"/>
  </extension>