Admin.XMLTaxonomyConfiguration.xml
The Admin.XMLTaxonomyConfiguration.xml file contains the definition of an internal taxonomy.
Changelog
| File version | Content Manager version | Notes |
|---|---|---|
| 1.0 | 15.1.0 | Introduction of this configuration file |
Overview
To access this configuration file in Organize Space, select the Settings tab, then the XML Settings subtab, and then the Taxonomies subsubtab.
XML elements
| Name | Description |
|---|---|
| infoShareTaxonomies | Root node of the XML internal taxonomy configuration |
| conceptScheme | A concept scheme in the internal taxonomy |
| concept | A concept in a concept scheme in the internal taxonomy |
| title | The title of a concept |
| description | The description of a concept |
Example
<infoShareTaxonomies version="1.0">
<conceptScheme id="PRODUCTFAMILY">
<concept id="VPRODUCTFAMILYTRIDION" isSelectable="false" isActive="true">
<title>Tridion</title>
<description>All Tridion products</description>
<concept id="VPRODUCTFAMILYTRIDIONDOCS" isSelectable="true" isActive="true">
<title>Tridion Docs (100)</title>
<description>Tridion Docs, the best CCMS</description>
</concept>
<concept id="VPRODUCTFAMILYTRIDIONSITES" isSelectable="true" isActive="true">
<title>Tridion Sites (200)</title>
<description>Tridion Sites, the best WCMS</description>
</concept>
</concept>
</conceptScheme>
<conceptScheme id="PRODUCTRELEASE">
<concept id="VPRODUCTRELEASETRIDIONDOCS" isSelectable="false" isActive="true">
<title>Tridion Docs</title>
<description>Tridion Docs Product Releases</description>
<concept id="VPRODUCTRELEASETRIDIONDOCS15-1" isSelectable="true" isActive="true">
<title>Tridion Docs 15.1 (990)</title>
<description>Tridion Docs 15.1</description>
</concept>
<concept id="VPRODUCTRELEASETRIDIONDOCS15-0" isSelectable="true" isActive="true">
<title>Tridion Docs 15.0 (1000)</title>
<description>Tridion Docs 15.0</description>
</concept>
</concept>
</conceptScheme>
</infoShareTaxonomies>