Contribution org.nuxeo.nuxeo.ecm.platform.audio.doctype--doctype
In component org.nuxeo.nuxeo.ecm.platform.audio.doctype
org.nuxeo.nuxeo.ecm.platform.audio.doctype
inside nuxeo-platform-audio-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="Audio">
<schema name="file"/>
<schema name="audio"/>
</facet>
<doctype extends="Document" name="Audio">
<schema name="common"/>
<schema name="dublincore"/>
<schema name="uid"/>
<facet name="Audio"/>
<facet name="Commentable"/>
<facet name="Versionable"/>
<facet name="Publishable"/>
<facet name="NXTag"/>
</doctype>
<doctype append="true" name="Workspace">
<subtypes>
<type>Audio</type>
</subtypes>
</doctype>
<doctype append="true" name="Folder">
<subtypes>
<type>Audio</type>
</subtypes>
</doctype>
<doctype append="true" name="OrderedFolder">
<subtypes>
<type>Audio</type>
</subtypes>
</doctype>
</extension>