Skip to main content

Get help for ARIS

Export a set of content types

You can download an existing set of content types.

Prerequisite

You have the Configuration administrator function privilege.

Procedure. Procedure
  1. Open content types page.

  2. Select the content type set you want to download.

  3. Click Export Export.

The set of content types is downloaded. The configuration is exported as XML files. The downloaded file is a ZIP file that contains the three folders contentTypes, hierarchies, localization, and the ID of the content type set. The content types are represented by the API names in the XML file.

contentTypes

  • Contains the list of XML files of all content types. The following naming conventions apply: <contenttype_identifier>.xml.

  • If Enterprise Search is activated, the XML files in the contentTypes folder contain information about Enterprise Search.

  • The subfolder XSD contains the XML schema definition. This XSD file contains a detailed description of the ARIS content types.

hierarchies

Contains hierarchies.xml and hierarchies.xsd.

localization

  • Contains the sub-folders config, contentTypes, and, hierarchies.

  • The config folder contains a list of all localizations of the content type set. The following naming conventions apply: configset_<locale>.properties, for example configset_en-US.properties.

  • The contentTypes folder contains a list of all localization property files. The following naming conventions apply: <contenttype_identifier>_<locale>.properties, for example functionContentTypes_en-US.properties.

  • The hierarchies folder contains a list of localized hierarchy property files. The following naming conventions apply: <hierarchies_identifier>_<locale>.properties, for example hierarchies_en-US.properties.

search

Contains search.xml and search.xsd if the Published content search is activated.

ID

Contains the ID of the content type set. Do not edit the ID.