Contribution org.nuxeo.nuxeo.ecm.platform.threed.doctype--doctype
In component org.nuxeo.nuxeo.ecm.platform.threed.doctype
org.nuxeo.nuxeo.ecm.platform.threed.doctype
inside nuxeo-platform-3d-core-9.10.jar /OSGI-INF/core-types-contrib.xml
This contribution is part of XML component Extension Point
Extension point doctype of component TypeService.Contributed Items
XML Source
<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
<facet name="ThreeD">
<schema name="file"/>
<schema name="files"/>
<schema name="threed"/>
</facet>
<doctype extends="Document" name="ThreeD">
<schema name="common"/>
<schema name="dublincore"/>
<schema name="uid"/>
<facet name="Commentable"/>
<facet name="Versionable"/>
<facet name="Publishable"/>
<facet name="ThreeD"/>
</doctype>
<doctype append="true" name="Folder">
<subtypes>
<type>ThreeD</type>
</subtypes>
</doctype>
<doctype append="true" name="OrderedFolder">
<subtypes>
<type>ThreeD</type>
</subtypes>
</doctype>
<doctype append="true" name="Workspace">
<subtypes>
<type>ThreeD</type>
</subtypes>
</doctype>
</extension>