mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
o re-encryptor o secret key keystore creation Removed secret key keystores from Solr Added pcks12 secret key keystore for use in browsers git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30208 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
49 lines
1.2 KiB
XML
49 lines
1.2 KiB
XML
<model name="test:dictionarydaotest" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
|
|
|
<description>Alfresco Content Model</description>
|
|
<author>Alfresco</author>
|
|
<published>2011-08-24</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/content/1.0" prefix="cm"/>
|
|
</imports>
|
|
|
|
<namespaces>
|
|
<namespace uri="http://www.alfresco.org/test/reencryption_test/1.0" prefix="test"/>
|
|
</namespaces>
|
|
|
|
<data-types>
|
|
</data-types>
|
|
|
|
<constraints>
|
|
</constraints>
|
|
|
|
<types>
|
|
<type name="test:base">
|
|
<title>Base</title>
|
|
<description>The Base Type</description>
|
|
<parent>cm:content</parent>
|
|
|
|
<properties>
|
|
<property name="test:prop1">
|
|
<type>d:encrypted</type>
|
|
<mandatory>false</mandatory>
|
|
<constraints>
|
|
</constraints>
|
|
</property>
|
|
</properties>
|
|
|
|
<associations>
|
|
</associations>
|
|
|
|
<mandatory-aspects>
|
|
</mandatory-aspects>
|
|
</type>
|
|
</types>
|
|
|
|
<aspects>
|
|
</aspects>
|
|
|
|
</model> |