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>*
  <field>...</field>*
  <content-type>...</content-type>+
  ANY-FOREIGN-ELEMENT*
</content-types>

The following forms of the field element may be used: Complex field, Basic field, Boolean field, URI field, Schedule field, Number field, Link field, Enumeration field, Date field, Collection field, Inherited field.

Attributes
version="4"

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