<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Content model Issue in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/content-model-issue/m-p/38826#M16331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I have created a content model with two main types named as my:salesCustomerCare and my:maintainence. After build a project i can able to see only types of my:salesCustomerCare and types of my:maintainence is not coming. But when i check alfresco api - &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco/s/api/classes?nsp=my" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco/s/api/classes?nsp=my&lt;/A&gt;&lt;SPAN&gt; its coming in the json, only not displaying in the share page. Can anyone tell me the reason for why its not displaying in the share page?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;content-model.xml :&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;!-- Definition of new Model --&amp;gt;&lt;BR /&gt;&amp;lt;!-- The important part here is the name - Note: the use of the my: namespace&lt;BR /&gt;which is defined further on in the document --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;model name="my:contentModel" xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/dictionary/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/dictionary/1.0&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;!-- Optional meta-data about the model --&amp;gt; &lt;BR /&gt;&amp;lt;description&amp;gt;Requirement Custom Model&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;author&amp;gt;Yuvaraj&amp;lt;/author&amp;gt;&lt;BR /&gt;&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;BR /&gt;&amp;lt;!-- Imports are required to allow references to definitions in other models --&amp;gt; &lt;BR /&gt;&amp;lt;imports&amp;gt;&lt;BR /&gt;&amp;lt;!-- Import Alfresco Dictionary Definitions --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;import uri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/dictionary/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/dictionary/1.0&lt;/A&gt;&lt;SPAN&gt;" prefix="d"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;!-- Import Alfresco Content Domain Model Definitions --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;import uri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/content/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/content/1.0&lt;/A&gt;&lt;SPAN&gt;" prefix="cm"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;/imports&amp;gt;&lt;BR /&gt;&amp;lt;!-- Introduction of new namespaces defined by this model --&amp;gt;&lt;BR /&gt;&amp;lt;!-- NOTE: The following namespace my.new.model should be changed to reflect your own namespace --&amp;gt;&lt;BR /&gt;&amp;lt;namespaces&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;namespace uri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.mycompany.com/model/content/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.mycompany.com/model/content/1.0&lt;/A&gt;&lt;SPAN&gt;" prefix="my"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;/namespaces&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;types&amp;gt;&lt;BR /&gt;&amp;lt;type name="my:salesCustomerCare"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Sales and Customer care&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;type name="my:contractCopies"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Contract Copies&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;my:salesCustomerCare&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:contractTypeOnCC"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:contractNumberOnCC"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:clientNameOnCC"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:contractStartOnCC"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:datetime&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:contractEndOnCC"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:datetime&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;type name="my:wrcTenancyCertificate"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;WRC Tenancy Certificate&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;my:salesCustomerCare&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:dateOfApplication"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:referenceNumber"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:leaseIssueDate"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:leaseExpiryDate"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:contractNumberForTenancyCert"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt; &lt;BR /&gt;&amp;lt;property name="my:tenantName"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:tenantCompany"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt; &lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;type name="my:maintainence"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Maintainence&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;type name="my:manualAttendanceCivil"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Manual Attendance Civil&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;my:maintainence&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:dateCivil"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:companyNameCivil"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;type name="my:manualAttendanceCommercial"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Manual Attendance For Commercial&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;my:maintainence&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:dateCommercial"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:companyNameCommercial"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;type name="my:workersVillage"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Workers Village&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;my:maintainence&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:dateForWV"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:companyNameForWV"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;type name="my:rmsFormat"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;RMS Format&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;my:maintainence&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:rmsDate"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:zone"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:companyNameForRms"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;type name="my:maintainenceClearanceReport"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Maintainence Clearance Report&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;my:maintainence&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:companyNameForMCR"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:dateForMCR"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="my:contractNumberForMCR"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/types&amp;gt;&lt;BR /&gt;&amp;lt;/model&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2017 08:21:31 GMT</pubDate>
    <dc:creator>yuva</dc:creator>
    <dc:date>2017-10-26T08:21:31Z</dc:date>
    <item>
      <title>Content model Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/content-model-issue/m-p/38826#M16331</link>
      <description>I have created a content model with two main types named as my:salesCustomerCare and my:maintainence. After build a project i can able to see only types of my:salesCustomerCare and types of my:maintainence is not coming. But when i check alfresco api - http://localhost:8080/alfresco/s/api/classes?ns</description>
      <pubDate>Thu, 26 Oct 2017 08:21:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/content-model-issue/m-p/38826#M16331</guid>
      <dc:creator>yuva</dc:creator>
      <dc:date>2017-10-26T08:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Content model Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/content-model-issue/m-p/38827#M16332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to configure Share to actually provide your custom types in the "Set/Specialise Type" action. You can do this in the share-config-custom.xml file via the DocumentLibrary config section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 08:57:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/content-model-issue/m-p/38827#M16332</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-10-27T08:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Content model Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/content-model-issue/m-p/38828#M16333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added the custom types already in the share-config-custom.xml file. but, the thing which i don't know is, i follow this sample documentation example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;types&amp;gt;&lt;BR /&gt; &amp;lt;type name="cm:content"&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="sc:doc" /&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="sc:whitepaper" /&amp;gt;&lt;BR /&gt; &amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;type name="sc:doc"&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="sc:whitepaper" /&amp;gt;&lt;BR /&gt; &amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;/types&amp;gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the only the cm:content main type and its sub type only showing,the sc:doc type and its sub type sc:whitepaper is not showing in the drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my share-config-custom file,in this only cm:content type and its sub type only showing other two are not displaying, can anyone explain how its working and how can i declare my different kinds of types?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Document Library config section --&amp;gt;&lt;BR /&gt; &amp;lt;config evaluator="string-compare" condition="DocumentLibrary" replace="true"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tree&amp;gt;&lt;BR /&gt; &amp;lt;evaluate-child-folders&amp;gt;false&amp;lt;/evaluate-child-folders&amp;gt;&lt;BR /&gt; &amp;lt;maximum-folder-count&amp;gt;1000&amp;lt;/maximum-folder-count&amp;gt;&lt;BR /&gt; &amp;lt;timeout&amp;gt;7000&amp;lt;/timeout&amp;gt;&lt;BR /&gt; &amp;lt;/tree&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;aspects&amp;gt;&lt;BR /&gt; &amp;lt;!-- Aspects that a user can see --&amp;gt;&lt;BR /&gt; &amp;lt;visible&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:generalclassifiable" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:complianceable" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:dublincore" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:effectivity" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:summarizable" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:versionable" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:templatable" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:emailed" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="emailserver:aliasable" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:taggable" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="app:inlineeditable" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:geographic" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="exif:exif" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="audio:audio" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="cm:indexControl" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="dp:restrictable" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="smf:customConfigSmartFolder" /&amp;gt;&lt;BR /&gt; &amp;lt;aspect name="smf:systemConfigSmartFolder" /&amp;gt;&lt;BR /&gt; &amp;lt;/visible&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Aspects that a user can add. Same as "visible" if left empty --&amp;gt;&lt;BR /&gt; &amp;lt;addable&amp;gt;&lt;BR /&gt; &amp;lt;/addable&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Aspects that a user can remove. Same as "visible" if left empty --&amp;gt;&lt;BR /&gt; &amp;lt;removeable&amp;gt;&lt;BR /&gt; &amp;lt;/removeable&amp;gt;&lt;BR /&gt; &amp;lt;/aspects&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;types&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;type name="cm:content"&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:sop"&amp;gt;&amp;lt;/subtype&amp;gt; &lt;BR /&gt; &amp;lt;subtype name="my:salesCustomerCare"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:contractCopies"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:wrcTenancyCertificate"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:tradeLicense"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;owerOfAttorney"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assportCopies"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:EmiratesID"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:specimenSignature"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:authorizations"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:undertakingLetter"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:chequeCopies"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;aymentReceipts"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:emailCorrespondence"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:clientLettersOnEmail"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:wrcModificationForm"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:zonescorpNOC"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:ccrCopies"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:guaranteeLetters"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:notificationLetters"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:clearance"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:incidentReport"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:quotationConfirmation"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:manualAttendanceCivil"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:manualAttendanceCommercial"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:workersVillage"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:rmsFormat"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:maintainenceClearanceReport"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;/type&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;type name="my:salesCustomerCare"&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:contractCopies"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:wrcTenancyCertificate"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:tradeLicense"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;owerOfAttorney"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assportCopies"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:EmiratesID"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:specimenSignature"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:authorizations"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:undertakingLetter"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:chequeCopies"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;aymentReceipts"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:emailCorrespondence"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:clientLettersOnEmail"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:wrcModificationForm"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:zonescorpNOC"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:ccrCopies"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:guaranteeLetters"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:notificationLetters"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:clearance"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:incidentReport"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:quotationConfirmation"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;/type&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;type name="my:maintainence"&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:manualAttendanceCivil"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:manualAttendanceCommercial"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:workersVillage"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:rmsFormat"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="my:maintainenceClearanceReport"&amp;gt;&amp;lt;/subtype&amp;gt;&lt;BR /&gt; &amp;lt;/type&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;/types&amp;gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;!--&lt;BR /&gt; If set, will present a WebDAV link for the current item on the Document and Folder details pages.&lt;BR /&gt; Also used to generate the "View in Alfresco Explorer" action for folders.&lt;BR /&gt; --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;repository-url&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/repository-url&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--&lt;BR /&gt; Google Docs™ integration&lt;BR /&gt; --&amp;gt;&lt;BR /&gt; &amp;lt;google-docs&amp;gt;&lt;BR /&gt; &amp;lt;!--&lt;BR /&gt; Enable/disable the Google Docs UI integration (Extra types on Create Content menu, Google Docs actions).&lt;BR /&gt; --&amp;gt;&lt;BR /&gt; &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--&lt;BR /&gt; The mimetypes of documents Google Docs allows you to create via the Share interface.&lt;BR /&gt; The I18N label is created from the "type" attribute, e.g. google-docs.doc=Google Docs&amp;amp;trade; Document&lt;BR /&gt; --&amp;gt;&lt;BR /&gt; &amp;lt;creatable-types&amp;gt;&lt;BR /&gt; &amp;lt;creatable type="doc"&amp;gt;application/vnd.openxmlformats-officedocument.wordprocessingml.document&amp;lt;/creatable&amp;gt;&lt;BR /&gt; &amp;lt;creatable type="xls"&amp;gt;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&amp;lt;/creatable&amp;gt;&lt;BR /&gt; &amp;lt;creatable type="ppt"&amp;gt;application/vnd.ms-powerpoint&amp;lt;/creatable&amp;gt;&lt;BR /&gt; &amp;lt;/creatable-types&amp;gt;&lt;BR /&gt; &amp;lt;/google-docs&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--&lt;BR /&gt; File upload configuration&lt;BR /&gt; --&amp;gt;&lt;BR /&gt; &amp;lt;file-upload&amp;gt;&lt;BR /&gt; &amp;lt;!--&lt;BR /&gt; Adobe Flash™&lt;BR /&gt; In certain environments, an HTTP request originating from Flash cannot be authenticated using an existing session.&lt;BR /&gt;&lt;SPAN&gt; See: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://bugs.adobe.com/jira/browse/FP-4830" rel="nofollow noopener noreferrer" target="_blank"&gt;http://bugs.adobe.com/jira/browse/FP-4830&lt;/A&gt;&lt;BR /&gt; For these cases, it is useful to disable the Flash-based uploader for Share Document Libraries.&lt;BR /&gt; --&amp;gt;&lt;BR /&gt; &amp;lt;adobe-flash-enabled&amp;gt;true&amp;lt;/adobe-flash-enabled&amp;gt;&lt;BR /&gt; &amp;lt;/file-upload&amp;gt;&lt;BR /&gt; &amp;lt;/config&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2017 07:23:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/content-model-issue/m-p/38828#M16333</guid>
      <dc:creator>yuva</dc:creator>
      <dc:date>2017-10-29T07:23:11Z</dc:date>
    </item>
  </channel>
</rss>

