escenic

The root element of an Escenic syndication format file. The root element can contain any number of child elements, and the allowed types of child element can appear in any order, making the format very flexible. You can use it to import/export a complete publication in a single file, a single content item or anything in between.

Syntax
<escenic
    version="2.0"
  >
  <global-acl>...</global-acl>*
  <section-acl>...</section-acl>*
  <content-type-acl>...</content-type-acl>*
  <tag-structure-acl>...</tag-structure-acl>*
  <tag-structure>...</tag-structure>*
  <content>...</content>*
  <person>...</person>*
  <section>...</section>*
  <list>...</list>*
  <inbox>...</inbox>*
  <section-page>...</section-page>*
  <user>...</user>*
  <user-group>...</user-group>*
</escenic>
Attributes
version="2.0"