mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- abstracted asset id and url into a parent aspect (PublishingModel.ASPECT_ASSET) - Tidied Flickr service provider (coding standards) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29115 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
45 lines
1.7 KiB
XML
45 lines
1.7 KiB
XML
<model name="slideshare:publishingmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
|
|
|
<description>Alfresco YouTube Publishing Content Model</description>
|
|
<author>Alfresco</author>
|
|
<published>2011-06-15</published>
|
|
<version>1.0</version>
|
|
|
|
<imports>
|
|
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d" />
|
|
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys" />
|
|
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" />
|
|
<import uri="http://www.alfresco.org/model/publishing/1.0" prefix="pub" />
|
|
</imports>
|
|
|
|
<namespaces>
|
|
<namespace uri="http://www.alfresco.org/model/publishing/slideshare/1.0" prefix="slideshare" />
|
|
</namespaces>
|
|
|
|
<types>
|
|
<type name="slideshare:DeliveryChannel">
|
|
<title>SlideShare Delivery Channel</title>
|
|
<description>Node type used to represent SlideShare delivery channels</description>
|
|
<parent>pub:DeliveryChannel</parent>
|
|
<mandatory-aspects>
|
|
<aspect>slideshare:DeliveryChannelAspect</aspect>
|
|
</mandatory-aspects>
|
|
</type>
|
|
|
|
</types>
|
|
|
|
<aspects>
|
|
<aspect name="slideshare:DeliveryChannelAspect">
|
|
<title>SlideShare Delivery Channel Aspect</title>
|
|
<description>Applied to a node that represents a SlideShare delivery channel</description>
|
|
<parent>pub:UserPasswordDeliveryChannelAspect</parent>
|
|
</aspect>
|
|
|
|
<aspect name="slideshare:AssetAspect">
|
|
<title>SlideShare Asset</title>
|
|
<description>Applied to a node that has been published to SlideShare</description>
|
|
<parent>pub:AssetAspect</parent>
|
|
</aspect>
|
|
</aspects>
|
|
</model>
|