content-types

The root element of a content-type publication resource. It contains a sequence of field-group, relation-type-group and content-type elements that together define all the field and relation types that are to be available in a publication.

Syntax
<content-types
    version="4"
  >
    <field-group>...</field-group>*
    <relation-type-group>...</relation-type-group>*
    <content-type>...</content-type>+
    ANY-FOREIGN-ELEMENT*
  </content-types>
Attributes
version="4"

The version of the content-types schema. It must be set to 4.