Configure relation types

If the newsroom stories to be imported to a publication will include video, online graphics or images, then the content type definition must include relations for them. For example:

  <content-type name="newsroom"
          xmlns:newsroom="http://xmlns.escenic.com/2012/newsroom">
          ...
              <relation-type name="inews-video">
            </relation-type>
            <relation-type name="inews-online-graphics">
            </relation-type>
            <relation-type name="inews-image">
            </relation-type>
              ...
          </content-type>

The names of these relations must match the names specified in the relationType.video and relationType.graphics properties of the FTP Poller or story creator configuration file (see Editing the Configuration File or Editing the Configuration File).