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-6.0.jar
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"/>
</doctype>
</extension>