CCM NG: Use positive IDs in tests

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5909 8810af33-2d31-482b-a856-94f89814c4df

Former-commit-id: f92ce2c3c2
pull/2/head
jensp 2019-04-03 18:23:47 +00:00
parent 92189cb676
commit 4c585602fc
61 changed files with 16533 additions and 19322 deletions

View File

@ -188,23 +188,23 @@ public class ContentItemRepositoryTest {
final Optional<Article> article1 = shiro
.getSystemUser()
.execute(() -> itemRepo.findById(-10100L, Article.class));
.execute(() -> itemRepo.findById(10100L, Article.class));
final Optional<Article> article2 = shiro
.getSystemUser()
.execute(() -> itemRepo.findById(-10200L, Article.class));
.execute(() -> itemRepo.findById(10200L, Article.class));
final Optional<Article> article3 = shiro
.getSystemUser()
.execute(() -> itemRepo.findById(-10300L, Article.class));
.execute(() -> itemRepo.findById(10300L, Article.class));
final Optional<News> news1 = shiro
.getSystemUser()
.execute(() -> itemRepo.findById(-10400L, News.class));
.execute(() -> itemRepo.findById(10400L, News.class));
final Optional<Article> newsAsArticle = shiro
.getSystemUser()
.execute(() -> itemRepo.findById(-10400, Article.class));
.execute(() -> itemRepo.findById(10400, Article.class));
final Optional<News> articleAsNews = shiro
.getSystemUser()
.execute(() -> itemRepo.findById(-10200L, News.class));
.execute(() -> itemRepo.findById(10200L, News.class));
assertThat(article1.isPresent(), is(true));
assertThat(article1.get().getDisplayName(), is(equalTo("article1")));
@ -302,7 +302,7 @@ public class ContentItemRepositoryTest {
@UsingDataSet("datasets/org/librecms/contentsection/"
+ "ContentItemRepositoryTest/data.xml")
public void findByFolder() {
final Category folder = categoryRepo.findById(-2100L).get();
final Category folder = categoryRepo.findById(2100L).get();
assertThat(folder.getObjects().size(), is(4));
@ -320,7 +320,7 @@ public class ContentItemRepositoryTest {
+ "ContentItemRepositoryTest/data.xml")
public void countItemsInFolder() {
final Category folder = categoryRepo.findById(-2100L).get();
final Category folder = categoryRepo.findById(2100L).get();
assertThat(
shiro.getSystemUser().execute(() -> {
@ -335,7 +335,7 @@ public class ContentItemRepositoryTest {
+ "ContentItemRepositoryTest/data.xml")
public void countByNameInFolder() {
final Category folder = categoryRepo.findById(-2100L).get();
final Category folder = categoryRepo.findById(2100L).get();
final Subject systemUser = shiro.getSystemUser();
@ -370,7 +370,7 @@ public class ContentItemRepositoryTest {
@UsingDataSet("datasets/org/librecms/contentsection/"
+ "ContentItemRepositoryTest/data.xml")
public void filterByFolderAndName() {
final Category folder = categoryRepo.findById(-2100L).get();
final Category folder = categoryRepo.findById(2100L).get();
final List<ContentItem> articles = shiro
.getSystemUser()
@ -394,7 +394,7 @@ public class ContentItemRepositoryTest {
@UsingDataSet("datasets/org/librecms/contentsection/"
+ "ContentItemRepositoryTest/data.xml")
public void countFilterByFolderAndName() {
final Category folder = categoryRepo.findById(-2100L).get();
final Category folder = categoryRepo.findById(2100L).get();
final Subject systemUser = shiro.getSystemUser();
@ -448,7 +448,7 @@ public class ContentItemRepositoryTest {
final Optional<ContentItem> item = shiro
.getSystemUser()
.execute(() -> itemRepo.findById(-10100L));
.execute(() -> itemRepo.findById(10100L));
assertThat(item.isPresent(), is(true));

File diff suppressed because it is too large Load Diff

View File

@ -13,598 +13,598 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="media"
uuid="f8546369-4d06-47ea-9138-345d29ab8d68" />
<ccm_core.ccm_objects object_id="-410"
<ccm_core.ccm_objects object_id="410"
display_name="images"
uuid="713d857d-dd0e-4fc5-85d6-d85d25279a10" />
<ccm_core.ccm_objects object_id="-420"
<ccm_core.ccm_objects object_id="420"
display_name="downloads"
uuid="9d89913d-759e-4de9-b2fb-c6f58e55de09" />
<ccm_core.ccm_objects object_id="-500"
<ccm_core.ccm_objects object_id="500"
display_name="data"
uuid="18fbc7f4-ce7e-45d6-8dad-02887164b99d" />
<ccm_core.ccm_objects object_id="-600"
<ccm_core.ccm_objects object_id="600"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-700"
<ccm_core.ccm_objects object_id="700"
display_name="header.png"
uuid="4635589f-b87a-46d9-979e-6af14af063e5" />
<ccm_core.ccm_objects object_id="-800"
<ccm_core.ccm_objects object_id="800"
display_name="the-phb.png"
uuid="0a192e98-3b28-49d0-833f-bc9ff5f9d1d4" />
<ccm_core.ccm_objects object_id="-900"
<ccm_core.ccm_objects object_id="900"
display_name="services-header.png"
uuid="3fe13eb8-ec8d-4523-b42a-7fe1d5cf1a44" />
<ccm_core.ccm_objects object_id="-1000"
<ccm_core.ccm_objects object_id="1000"
display_name="product1-datasheet.pdf"
uuid="0393840f-06a6-4ec3-aeb3-a612f845ad60" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="catalog.pdf"
uuid="cee702ad-79f7-4f78-b93d-46932d958c1c" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-1300"
<ccm_core.ccm_objects object_id="1300"
display_name="projects"
uuid="2ac48bb5-a5fd-4e30-a80d-d895c2cad78a" />
<ccm_core.ccm_objects object_id="-1400"
<ccm_core.ccm_objects object_id="1400"
display_name="projects_root"
uuid="fa88836d-3f3e-4197-949a-e9c697400bf0" />
<ccm_core.ccm_objects object_id="-1500"
<ccm_core.ccm_objects object_id="1500"
display_name="projects_assets"
uuid="88c99d18-3a58-477b-89ea-e0ee6d1e4c56" />
<ccm_core.ccm_objects object_id="-1600"
<ccm_core.ccm_objects object_id="1600"
display_name="media"
uuid="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1" />
<ccm_core.ccm_objects object_id="-1700"
<ccm_core.ccm_objects object_id="1700"
display_name="data"
uuid="80086df3-d682-42bb-9939-8cc04a300575" />
<ccm_core.ccm_objects_aud object_id="-600"
<ccm_core.ccm_objects_aud object_id="600"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-700"
<ccm_core.ccm_objects_aud object_id="700"
rev="0"
revtype="0"
display_name="header.png" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="0"
revtype="0"
display_name="the-phb.png" />
<ccm_core.ccm_objects_aud object_id="-900"
<ccm_core.ccm_objects_aud object_id="900"
rev="0"
revtype="0"
display_name="services-header.png" />
<ccm_core.ccm_objects_aud object_id="-1000"
<ccm_core.ccm_objects_aud object_id="1000"
rev="0"
revtype="0"
display_name="product1-datasheet.pdf" />
<ccm_core.ccm_objects_aud object_id="-1100"
<ccm_core.ccm_objects_aud object_id="1100"
rev="0"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.ccm_objects_aud object_id="-1150"
<ccm_core.ccm_objects_aud object_id="1150"
rev="0"
revtype="0"
display_name="orphan.png" />
<ccm_core.ccm_objects_aud object_id="-1150"
<ccm_core.ccm_objects_aud object_id="1150"
rev="1"
revtype="2" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-400"
<ccm_core.categories object_id="400"
unique_id="f8546369-4d06-47ea-9138-345d29ab8d68"
parent_category_id="-300"
parent_category_id="300"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-410"
<ccm_core.categories object_id="410"
unique_id="713d857d-dd0e-4fc5-85d6-d85d25279a10"
parent_category_id="-400"
parent_category_id="400"
name="images"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-420"
<ccm_core.categories object_id="420"
unique_id="9d89913d-759e-4de9-b2fb-c6f58e55de09"
parent_category_id="-400"
parent_category_id="400"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-500"
<ccm_core.categories object_id="500"
unique_id="18fbc7f4-ce7e-45d6-8dad-02887164b99d"
parent_category_id="-300"
parent_category_id="300"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-1400"
<ccm_core.categories object_id="1400"
unique_id="fa88836d-3f3e-4197-949a-e9c697400bf0"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1500"
<ccm_core.categories object_id="1500"
unique_id="88c99d18-3a58-477b-89ea-e0ee6d1e4c56"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1600"
<ccm_core.categories object_id="1600"
unique_id="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1"
parent_category_id="-1500"
parent_category_id="1500"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1700"
<ccm_core.categories object_id="1700"
unique_id="80086df3-d682-42bb-9939-8cc04a300575"
parent_category_id="-1500"
parent_category_id="1500"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-400"
<ccm_core.category_titles object_id="400"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-410"
<ccm_core.category_titles object_id="410"
locale="en"
localized_value="images" />
<ccm_core.category_titles object_id="-420"
<ccm_core.category_titles object_id="420"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-500"
<ccm_core.category_titles object_id="500"
locale="en"
localized_value="data" />
<ccm_core.category_titles object_id="-1400"
<ccm_core.category_titles object_id="1400"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-1500"
<ccm_core.category_titles object_id="1500"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-1600"
<ccm_core.category_titles object_id="1600"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-1700"
<ccm_core.category_titles object_id="1700"
locale="en"
localized_value="data" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.resources object_id="-1300"
<ccm_core.resources object_id="1300"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1300"
<ccm_core.applications object_id="1300"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-400"
<ccm_cms.folders object_id="400"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-410"
<ccm_cms.folders object_id="410"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-420"
<ccm_cms.folders object_id="420"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-500"
<ccm_cms.folders object_id="500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1400"
<ccm_cms.folders object_id="1400"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-1500"
<ccm_cms.folders object_id="1500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1600"
<ccm_cms.folders object_id="1600"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1700"
<ccm_cms.folders object_id="1700"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
<ccm_cms.content_sections object_id="-1300"
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.content_sections object_id="1300"
label="projects"
root_documents_folder_id="-1400"
root_assets_folder_id="-1500" />
root_documents_folder_id="1400"
root_assets_folder_id="1500" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-400"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-410"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-420"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-500"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-1400"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1500"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1600"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1700"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="400"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="410"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="420"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="500"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="1400"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1500"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1600"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1700"
content_section_id="1300" />
<ccm_cms.content_types object_id="-1200"
<ccm_cms.content_types object_id="1200"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-600"
<ccm_cms.content_items object_id="600"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.assets object_id="-700" />
<ccm_cms.assets object_id="-800" />
<ccm_cms.assets object_id="-900" />
<ccm_cms.assets object_id="-1000" />
<ccm_cms.assets object_id="-1100" />
<ccm_cms.assets object_id="700" />
<ccm_cms.assets object_id="800" />
<ccm_cms.assets object_id="900" />
<ccm_cms.assets object_id="1000" />
<ccm_cms.assets object_id="1100" />
<ccm_cms.assets_aud object_id="-700"
<ccm_cms.assets_aud object_id="700"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="0" />
<ccm_cms.assets_aud object_id="-900"
<ccm_cms.assets_aud object_id="900"
rev="0" />
<ccm_cms.assets_aud object_id="-1000"
<ccm_cms.assets_aud object_id="1000"
rev="0" />
<ccm_cms.assets_aud object_id="-1100"
<ccm_cms.assets_aud object_id="1100"
rev="0" />
<ccm_cms.assets_aud object_id="-1150"
<ccm_cms.assets_aud object_id="1150"
rev="0" />
<ccm_cms.assets_aud object_id="-1150"
<ccm_cms.assets_aud object_id="1150"
rev="1" />
<ccm_cms.asset_titles asset_id="-700"
<ccm_cms.asset_titles asset_id="700"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-800"
<ccm_cms.asset_titles asset_id="800"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-900"
<ccm_cms.asset_titles asset_id="900"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-1000"
<ccm_cms.asset_titles asset_id="1000"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1100"
<ccm_cms.asset_titles asset_id="1100"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.binary_assets object_id="-700"
<ccm_cms.binary_assets object_id="700"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-800"
<ccm_cms.binary_assets object_id="800"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-900"
<ccm_cms.binary_assets object_id="900"
filename="services-header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1000"
<ccm_cms.binary_assets object_id="1000"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1100"
<ccm_cms.binary_assets object_id="1100"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-700"
<ccm_cms.binary_assets_aud object_id="700"
rev="0"
filename="header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="0"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-900"
<ccm_cms.binary_assets_aud object_id="900"
rev="0"
filename="services-header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1000"
<ccm_cms.binary_assets_aud object_id="1000"
rev="0"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1100"
<ccm_cms.binary_assets_aud object_id="1100"
rev="0"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1150"
<ccm_cms.binary_assets_aud object_id="1150"
rev="0"
filename="orphan.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1150"
<ccm_cms.binary_assets_aud object_id="1150"
rev="1" />
<ccm_cms.images object_id="-700"
<ccm_cms.images object_id="700"
height="0"
width="0" />
<ccm_cms.images object_id="-800"
<ccm_cms.images object_id="800"
height="0"
width="0" />
<ccm_cms.images object_id="-900"
<ccm_cms.images object_id="900"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-700"
<ccm_cms.images_aud object_id="700"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-900"
<ccm_cms.images_aud object_id="900"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-1150"
<ccm_cms.images_aud object_id="1150"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-1150"
<ccm_cms.images_aud object_id="1150"
rev="1" />
<ccm_cms.files object_id="-1000" />
<ccm_cms.files object_id="-1100" />
<ccm_cms.files object_id="1000" />
<ccm_cms.files object_id="1100" />
<ccm_cms.files_aud object_id="-1000"
<ccm_cms.files_aud object_id="1000"
rev="0" />
<ccm_cms.files_aud object_id="-1100"
<ccm_cms.files_aud object_id="1100"
rev="0" />
<!--<ccm_cms.asset_titles_aud asset_id="-700"
<!--<ccm_cms.asset_titles_aud asset_id="700"
rev="0"
revtype="0"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="0"
revtype="0"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-900"
<ccm_cms.asset_titles_aud asset_id="900"
rev="0"
revtype="0"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1000"
<ccm_cms.asset_titles_aud asset_id="1000"
rev="0"
revtype="0"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1100"
<ccm_cms.asset_titles_aud asset_id="1100"
rev="0"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1150"
<ccm_cms.asset_titles_aud asset_id="1150"
rev="1"
revtype="2" />
<ccm_cms.asset_titles_aud asset_id="-1150"
<ccm_cms.asset_titles_aud asset_id="1150"
rev="0"
revend="1"
revtype="0"
localized_value="orphan.pdf"
locale="en" />-->
<ccm_cms.content_items_aud object_id="-600"
<ccm_cms.content_items_aud object_id="600"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.content_item_names object_id="-600"
<ccm_cms.content_item_names object_id="600"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-600"
object_id="600"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-600"
<ccm_cms.content_item_titles object_id="600"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-600"
object_id="600"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-1200"
<ccm_cms.content_type_labels object_id="1200"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-600" />
<ccm_cms.articles object_id="600" />
<ccm_cms.article_texts
object_id="-600"
object_id="600"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-600"
object_id="600"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-600"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="600"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-410"
object_id="-700"
<ccm_core.categorizations categorization_id="30200"
category_id="410"
object_id="700"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-410"
object_id="-800"
<ccm_core.categorizations categorization_id="30300"
category_id="410"
object_id="800"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-400"
object_id="-900"
<ccm_core.categorizations categorization_id="30400"
category_id="400"
object_id="900"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30600"
category_id="-420"
object_id="-1100"
<ccm_core.categorizations categorization_id="30600"
category_id="420"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-40100"
<ccm_cms.attachment_lists list_id="40100"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists list_id="40200"
name="downloads"
list_order="1"
uuid="b39e4937-9f15-4b1f-9869-5a1107612e94"
item_id="-600" />
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="-40100"
<ccm_cms.attachment_lists_aud list_id="40100"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists_aud list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="40200"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
item_id="600" />
<ccm_cms.attachments attachment_id="-50100"
<ccm_cms.attachments attachment_id="50100"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50200"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50300"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments attachment_id="50400"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="-50100"
<ccm_cms.attachments_aud attachment_id="50100"
rev="0"
revtype="0"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50200"
rev="0"
revtype="0"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50300"
rev="0"
revtype="0"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments_aud attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="50400"
rev="0"
revtype="0"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
</dataset>

View File

@ -13,633 +13,633 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="media"
uuid="f8546369-4d06-47ea-9138-345d29ab8d68" />
<ccm_core.ccm_objects object_id="-410"
<ccm_core.ccm_objects object_id="410"
display_name="images"
uuid="713d857d-dd0e-4fc5-85d6-d85d25279a10" />
<ccm_core.ccm_objects object_id="-420"
<ccm_core.ccm_objects object_id="420"
display_name="downloads"
uuid="9d89913d-759e-4de9-b2fb-c6f58e55de09" />
<ccm_core.ccm_objects object_id="-500"
<ccm_core.ccm_objects object_id="500"
display_name="data"
uuid="18fbc7f4-ce7e-45d6-8dad-02887164b99d" />
<ccm_core.ccm_objects object_id="-600"
<ccm_core.ccm_objects object_id="600"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-700"
<ccm_core.ccm_objects object_id="700"
display_name="header.png"
uuid="4635589f-b87a-46d9-979e-6af14af063e5" />
<ccm_core.ccm_objects object_id="-800"
<ccm_core.ccm_objects object_id="800"
display_name="the-phb.png"
uuid="0a192e98-3b28-49d0-833f-bc9ff5f9d1d4" />
<ccm_core.ccm_objects object_id="-900"
<ccm_core.ccm_objects object_id="900"
display_name="services-header.png"
uuid="3fe13eb8-ec8d-4523-b42a-7fe1d5cf1a44" />
<ccm_core.ccm_objects object_id="-1000"
<ccm_core.ccm_objects object_id="1000"
display_name="product1-datasheet.pdf"
uuid="0393840f-06a6-4ec3-aeb3-a612f845ad60" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="catalog.pdf"
uuid="cee702ad-79f7-4f78-b93d-46932d958c1c" />
<ccm_core.ccm_objects object_id="-1150"
<ccm_core.ccm_objects object_id="1150"
display_name="orphan.png"
uuid="978849a8-6f2d-4746-bec0-05eccf53fc30" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-1300"
<ccm_core.ccm_objects object_id="1300"
display_name="projects"
uuid="2ac48bb5-a5fd-4e30-a80d-d895c2cad78a" />
<ccm_core.ccm_objects object_id="-1400"
<ccm_core.ccm_objects object_id="1400"
display_name="projects_root"
uuid="fa88836d-3f3e-4197-949a-e9c697400bf0" />
<ccm_core.ccm_objects object_id="-1500"
<ccm_core.ccm_objects object_id="1500"
display_name="projects_assets"
uuid="88c99d18-3a58-477b-89ea-e0ee6d1e4c56" />
<ccm_core.ccm_objects object_id="-1600"
<ccm_core.ccm_objects object_id="1600"
display_name="media"
uuid="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1" />
<ccm_core.ccm_objects object_id="-1700"
<ccm_core.ccm_objects object_id="1700"
display_name="data"
uuid="80086df3-d682-42bb-9939-8cc04a300575" />
<ccm_core.ccm_objects object_id="-1800"
<ccm_core.ccm_objects object_id="1800"
display_name="catalog.pdf"
uuid="00000000-0000-0000-0000-000000000000" />
<ccm_core.ccm_objects_aud object_id="-600"
<ccm_core.ccm_objects_aud object_id="600"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-700"
<ccm_core.ccm_objects_aud object_id="700"
rev="0"
revtype="0"
display_name="header.png" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="0"
revtype="0"
display_name="the-phb.png" />
<ccm_core.ccm_objects_aud object_id="-900"
<ccm_core.ccm_objects_aud object_id="900"
rev="0"
revtype="0"
display_name="services-header.png" />
<ccm_core.ccm_objects_aud object_id="-1000"
<ccm_core.ccm_objects_aud object_id="1000"
rev="0"
revtype="0"
display_name="product1-datasheet.pdf" />
<ccm_core.ccm_objects_aud object_id="-1100"
<ccm_core.ccm_objects_aud object_id="1100"
rev="0"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.ccm_objects_aud object_id="-1150"
<ccm_core.ccm_objects_aud object_id="1150"
rev="0"
revtype="0"
display_name="orphan.png" />
<ccm_core.ccm_objects_aud object_id="-1800"
<ccm_core.ccm_objects_aud object_id="1800"
rev="1"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-400"
<ccm_core.categories object_id="400"
unique_id="f8546369-4d06-47ea-9138-345d29ab8d68"
parent_category_id="-300"
parent_category_id="300"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-410"
<ccm_core.categories object_id="410"
unique_id="713d857d-dd0e-4fc5-85d6-d85d25279a10"
parent_category_id="-400"
parent_category_id="400"
name="images"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-420"
<ccm_core.categories object_id="420"
unique_id="9d89913d-759e-4de9-b2fb-c6f58e55de09"
parent_category_id="-400"
parent_category_id="400"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-500"
<ccm_core.categories object_id="500"
unique_id="18fbc7f4-ce7e-45d6-8dad-02887164b99d"
parent_category_id="-300"
parent_category_id="300"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-1400"
<ccm_core.categories object_id="1400"
unique_id="fa88836d-3f3e-4197-949a-e9c697400bf0"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1500"
<ccm_core.categories object_id="1500"
unique_id="88c99d18-3a58-477b-89ea-e0ee6d1e4c56"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1600"
<ccm_core.categories object_id="1600"
unique_id="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1"
parent_category_id="-1500"
parent_category_id="1500"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1700"
<ccm_core.categories object_id="1700"
unique_id="80086df3-d682-42bb-9939-8cc04a300575"
parent_category_id="-1500"
parent_category_id="1500"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-400"
<ccm_core.category_titles object_id="400"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-410"
<ccm_core.category_titles object_id="410"
locale="en"
localized_value="images" />
<ccm_core.category_titles object_id="-420"
<ccm_core.category_titles object_id="420"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-500"
<ccm_core.category_titles object_id="500"
locale="en"
localized_value="data" />
<ccm_core.category_titles object_id="-1400"
<ccm_core.category_titles object_id="1400"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-1500"
<ccm_core.category_titles object_id="1500"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-1600"
<ccm_core.category_titles object_id="1600"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-1700"
<ccm_core.category_titles object_id="1700"
locale="en"
localized_value="data" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.resources object_id="-1300"
<ccm_core.resources object_id="1300"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1300"
<ccm_core.applications object_id="1300"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-400"
<ccm_cms.folders object_id="400"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-410"
<ccm_cms.folders object_id="410"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-420"
<ccm_cms.folders object_id="420"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-500"
<ccm_cms.folders object_id="500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1400"
<ccm_cms.folders object_id="1400"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-1500"
<ccm_cms.folders object_id="1500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1600"
<ccm_cms.folders object_id="1600"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1700"
<ccm_cms.folders object_id="1700"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
<ccm_cms.content_sections object_id="-1300"
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.content_sections object_id="1300"
label="projects"
root_documents_folder_id="-1400"
root_assets_folder_id="-1500" />
root_documents_folder_id="1400"
root_assets_folder_id="1500" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-400"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-410"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-420"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-500"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-1400"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1500"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1600"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1700"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="400"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="410"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="420"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="500"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="1400"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1500"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1600"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1700"
content_section_id="1300" />
<ccm_cms.content_types object_id="-1200"
<ccm_cms.content_types object_id="1200"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-600"
<ccm_cms.content_items object_id="600"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.assets object_id="-700" />
<ccm_cms.assets object_id="-800" />
<ccm_cms.assets object_id="-900" />
<ccm_cms.assets object_id="-1000" />
<ccm_cms.assets object_id="-1100" />
<ccm_cms.assets object_id="-1150" />
<ccm_cms.assets object_id="-1800" />
<ccm_cms.assets object_id="700" />
<ccm_cms.assets object_id="800" />
<ccm_cms.assets object_id="900" />
<ccm_cms.assets object_id="1000" />
<ccm_cms.assets object_id="1100" />
<ccm_cms.assets object_id="1150" />
<ccm_cms.assets object_id="1800" />
<ccm_cms.assets_aud object_id="-700"
<ccm_cms.assets_aud object_id="700"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="0" />
<ccm_cms.assets_aud object_id="-900"
<ccm_cms.assets_aud object_id="900"
rev="0" />
<ccm_cms.assets_aud object_id="-1000"
<ccm_cms.assets_aud object_id="1000"
rev="0" />
<ccm_cms.assets_aud object_id="-1100"
<ccm_cms.assets_aud object_id="1100"
rev="0" />
<ccm_cms.assets_aud object_id="-1150"
<ccm_cms.assets_aud object_id="1150"
rev="0" />
<ccm_cms.assets_aud object_id="-1800"
<ccm_cms.assets_aud object_id="1800"
rev="1" />
<ccm_cms.asset_titles asset_id="-700"
<ccm_cms.asset_titles asset_id="700"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-800"
<ccm_cms.asset_titles asset_id="800"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-900"
<ccm_cms.asset_titles asset_id="900"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-1000"
<ccm_cms.asset_titles asset_id="1000"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1100"
<ccm_cms.asset_titles asset_id="1100"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1150"
<ccm_cms.asset_titles asset_id="1150"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1800"
<ccm_cms.asset_titles asset_id="1800"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.binary_assets object_id="-700"
<ccm_cms.binary_assets object_id="700"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-800"
<ccm_cms.binary_assets object_id="800"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-900"
<ccm_cms.binary_assets object_id="900"
filename="services-header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1000"
<ccm_cms.binary_assets object_id="1000"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1100"
<ccm_cms.binary_assets object_id="1100"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1150"
<ccm_cms.binary_assets object_id="1150"
filename="orphan.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1800"
<ccm_cms.binary_assets object_id="1800"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-700"
<ccm_cms.binary_assets_aud object_id="700"
rev="0"
filename="header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="0"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-900"
<ccm_cms.binary_assets_aud object_id="900"
rev="0"
filename="services-header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1000"
<ccm_cms.binary_assets_aud object_id="1000"
rev="0"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1100"
<ccm_cms.binary_assets_aud object_id="1100"
rev="0"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1150"
<ccm_cms.binary_assets_aud object_id="1150"
rev="0"
filename="orphan.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1800"
<ccm_cms.binary_assets_aud object_id="1800"
rev="1"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.images object_id="-700"
<ccm_cms.images object_id="700"
height="0"
width="0" />
<ccm_cms.images object_id="-800"
<ccm_cms.images object_id="800"
height="0"
width="0" />
<ccm_cms.images object_id="-900"
<ccm_cms.images object_id="900"
height="0"
width="0" />
<ccm_cms.images object_id="-1150"
<ccm_cms.images object_id="1150"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-700"
<ccm_cms.images_aud object_id="700"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-900"
<ccm_cms.images_aud object_id="900"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-1150"
<ccm_cms.images_aud object_id="1150"
rev="0"
height="0"
width="0" />
<ccm_cms.files object_id="-1000" />
<ccm_cms.files object_id="-1100" />
<ccm_cms.files object_id="-1800" />
<ccm_cms.files object_id="1000" />
<ccm_cms.files object_id="1100" />
<ccm_cms.files object_id="1800" />
<ccm_cms.files_aud object_id="-1000"
<ccm_cms.files_aud object_id="1000"
rev="0" />
<ccm_cms.files_aud object_id="-1100"
<ccm_cms.files_aud object_id="1100"
rev="0" />
<ccm_cms.files_aud object_id="-1800"
<ccm_cms.files_aud object_id="1800"
rev="1" />
<ccm_cms.asset_titles_aud asset_id="-700"
<ccm_cms.asset_titles_aud asset_id="700"
rev="0"
revtype="0"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="0"
revtype="0"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-900"
<ccm_cms.asset_titles_aud asset_id="900"
rev="0"
revtype="0"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1000"
<ccm_cms.asset_titles_aud asset_id="1000"
rev="0"
revtype="0"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1100"
<ccm_cms.asset_titles_aud asset_id="1100"
rev="0"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1150"
<ccm_cms.asset_titles_aud asset_id="1150"
rev="0"
revtype="0"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1800"
<ccm_cms.asset_titles_aud asset_id="1800"
rev="1"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.content_items_aud object_id="-600"
<ccm_cms.content_items_aud object_id="600"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.content_item_names object_id="-600"
<ccm_cms.content_item_names object_id="600"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-600"
object_id="600"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-600"
<ccm_cms.content_item_titles object_id="600"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-600"
object_id="600"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-1200"
<ccm_cms.content_type_labels object_id="1200"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-600" />
<ccm_cms.articles object_id="600" />
<ccm_cms.article_texts
object_id="-600"
object_id="600"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-600"
object_id="600"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-600"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="600"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-410"
object_id="-700"
<ccm_core.categorizations categorization_id="30200"
category_id="410"
object_id="700"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-410"
object_id="-800"
<ccm_core.categorizations categorization_id="30300"
category_id="410"
object_id="800"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-400"
object_id="-900"
<ccm_core.categorizations categorization_id="30400"
category_id="400"
object_id="900"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30600"
category_id="-420"
object_id="-1100"
<ccm_core.categorizations categorization_id="30600"
category_id="420"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30700"
category_id="-1600"
object_id="-1800"
<ccm_core.categorizations categorization_id="30700"
category_id="1600"
object_id="1800"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-40100"
<ccm_cms.attachment_lists list_id="40100"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists list_id="40200"
name="downloads"
list_order="1"
uuid="b39e4937-9f15-4b1f-9869-5a1107612e94"
item_id="-600" />
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="-40100"
<ccm_cms.attachment_lists_aud list_id="40100"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists_aud list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="40200"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
item_id="600" />
<ccm_cms.attachments attachment_id="-50100"
<ccm_cms.attachments attachment_id="50100"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50200"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50300"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments attachment_id="50400"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="-50100"
<ccm_cms.attachments_aud attachment_id="50100"
rev="0"
revtype="0"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50200"
rev="0"
revtype="0"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50300"
rev="0"
revtype="0"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments_aud attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="50400"
rev="0"
revtype="0"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
</dataset>

View File

@ -13,633 +13,633 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="media"
uuid="f8546369-4d06-47ea-9138-345d29ab8d68" />
<ccm_core.ccm_objects object_id="-410"
<ccm_core.ccm_objects object_id="410"
display_name="images"
uuid="713d857d-dd0e-4fc5-85d6-d85d25279a10" />
<ccm_core.ccm_objects object_id="-420"
<ccm_core.ccm_objects object_id="420"
display_name="downloads"
uuid="9d89913d-759e-4de9-b2fb-c6f58e55de09" />
<ccm_core.ccm_objects object_id="-500"
<ccm_core.ccm_objects object_id="500"
display_name="data"
uuid="18fbc7f4-ce7e-45d6-8dad-02887164b99d" />
<ccm_core.ccm_objects object_id="-600"
<ccm_core.ccm_objects object_id="600"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-700"
<ccm_core.ccm_objects object_id="700"
display_name="header.png"
uuid="4635589f-b87a-46d9-979e-6af14af063e5" />
<ccm_core.ccm_objects object_id="-800"
<ccm_core.ccm_objects object_id="800"
display_name="the-phb.png"
uuid="0a192e98-3b28-49d0-833f-bc9ff5f9d1d4" />
<ccm_core.ccm_objects object_id="-900"
<ccm_core.ccm_objects object_id="900"
display_name="services-header.png"
uuid="3fe13eb8-ec8d-4523-b42a-7fe1d5cf1a44" />
<ccm_core.ccm_objects object_id="-1000"
<ccm_core.ccm_objects object_id="1000"
display_name="product1-datasheet.pdf"
uuid="0393840f-06a6-4ec3-aeb3-a612f845ad60" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="catalog.pdf"
uuid="cee702ad-79f7-4f78-b93d-46932d958c1c" />
<ccm_core.ccm_objects object_id="-1150"
<ccm_core.ccm_objects object_id="1150"
display_name="orphan.png"
uuid="978849a8-6f2d-4746-bec0-05eccf53fc30" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-1300"
<ccm_core.ccm_objects object_id="1300"
display_name="projects"
uuid="2ac48bb5-a5fd-4e30-a80d-d895c2cad78a" />
<ccm_core.ccm_objects object_id="-1400"
<ccm_core.ccm_objects object_id="1400"
display_name="projects_root"
uuid="fa88836d-3f3e-4197-949a-e9c697400bf0" />
<ccm_core.ccm_objects object_id="-1500"
<ccm_core.ccm_objects object_id="1500"
display_name="projects_assets"
uuid="88c99d18-3a58-477b-89ea-e0ee6d1e4c56" />
<ccm_core.ccm_objects object_id="-1600"
<ccm_core.ccm_objects object_id="1600"
display_name="media"
uuid="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1" />
<ccm_core.ccm_objects object_id="-1700"
<ccm_core.ccm_objects object_id="1700"
display_name="data"
uuid="80086df3-d682-42bb-9939-8cc04a300575" />
<ccm_core.ccm_objects object_id="-1800"
<ccm_core.ccm_objects object_id="1800"
display_name="catalog.pdf"
uuid="00000000-0000-0000-0000-000000000000" />
<ccm_core.ccm_objects_aud object_id="-600"
<ccm_core.ccm_objects_aud object_id="600"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-700"
<ccm_core.ccm_objects_aud object_id="700"
rev="0"
revtype="0"
display_name="header.png" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="0"
revtype="0"
display_name="the-phb.png" />
<ccm_core.ccm_objects_aud object_id="-900"
<ccm_core.ccm_objects_aud object_id="900"
rev="0"
revtype="0"
display_name="services-header.png" />
<ccm_core.ccm_objects_aud object_id="-1000"
<ccm_core.ccm_objects_aud object_id="1000"
rev="0"
revtype="0"
display_name="product1-datasheet.pdf" />
<ccm_core.ccm_objects_aud object_id="-1100"
<ccm_core.ccm_objects_aud object_id="1100"
rev="0"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.ccm_objects_aud object_id="-1150"
<ccm_core.ccm_objects_aud object_id="1150"
rev="0"
revtype="0"
display_name="orphan.png" />
<ccm_core.ccm_objects_aud object_id="-1800"
<ccm_core.ccm_objects_aud object_id="1800"
rev="1"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-400"
<ccm_core.categories object_id="400"
unique_id="f8546369-4d06-47ea-9138-345d29ab8d68"
parent_category_id="-300"
parent_category_id="300"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-410"
<ccm_core.categories object_id="410"
unique_id="713d857d-dd0e-4fc5-85d6-d85d25279a10"
parent_category_id="-400"
parent_category_id="400"
name="images"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-420"
<ccm_core.categories object_id="420"
unique_id="9d89913d-759e-4de9-b2fb-c6f58e55de09"
parent_category_id="-400"
parent_category_id="400"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-500"
<ccm_core.categories object_id="500"
unique_id="18fbc7f4-ce7e-45d6-8dad-02887164b99d"
parent_category_id="-300"
parent_category_id="300"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-1400"
<ccm_core.categories object_id="1400"
unique_id="fa88836d-3f3e-4197-949a-e9c697400bf0"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1500"
<ccm_core.categories object_id="1500"
unique_id="88c99d18-3a58-477b-89ea-e0ee6d1e4c56"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1600"
<ccm_core.categories object_id="1600"
unique_id="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1"
parent_category_id="-1500"
parent_category_id="1500"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1700"
<ccm_core.categories object_id="1700"
unique_id="80086df3-d682-42bb-9939-8cc04a300575"
parent_category_id="-1500"
parent_category_id="1500"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-400"
<ccm_core.category_titles object_id="400"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-410"
<ccm_core.category_titles object_id="410"
locale="en"
localized_value="images" />
<ccm_core.category_titles object_id="-420"
<ccm_core.category_titles object_id="420"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-500"
<ccm_core.category_titles object_id="500"
locale="en"
localized_value="data" />
<ccm_core.category_titles object_id="-1400"
<ccm_core.category_titles object_id="1400"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-1500"
<ccm_core.category_titles object_id="1500"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-1600"
<ccm_core.category_titles object_id="1600"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-1700"
<ccm_core.category_titles object_id="1700"
locale="en"
localized_value="data" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.resources object_id="-1300"
<ccm_core.resources object_id="1300"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1300"
<ccm_core.applications object_id="1300"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-400"
<ccm_cms.folders object_id="400"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-410"
<ccm_cms.folders object_id="410"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-420"
<ccm_cms.folders object_id="420"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-500"
<ccm_cms.folders object_id="500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1400"
<ccm_cms.folders object_id="1400"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-1500"
<ccm_cms.folders object_id="1500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1600"
<ccm_cms.folders object_id="1600"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1700"
<ccm_cms.folders object_id="1700"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
<ccm_cms.content_sections object_id="-1300"
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.content_sections object_id="1300"
label="projects"
root_documents_folder_id="-1400"
root_assets_folder_id="-1500" />
root_documents_folder_id="1400"
root_assets_folder_id="1500" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-400"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-410"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-420"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-500"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-1400"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1500"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1600"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1700"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="400"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="410"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="420"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="500"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="1400"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1500"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1600"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1700"
content_section_id="1300" />
<ccm_cms.content_types object_id="-1200"
<ccm_cms.content_types object_id="1200"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-600"
<ccm_cms.content_items object_id="600"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.assets object_id="-700" />
<ccm_cms.assets object_id="-800" />
<ccm_cms.assets object_id="-900" />
<ccm_cms.assets object_id="-1000" />
<ccm_cms.assets object_id="-1100" />
<ccm_cms.assets object_id="-1150" />
<ccm_cms.assets object_id="-1800" />
<ccm_cms.assets object_id="700" />
<ccm_cms.assets object_id="800" />
<ccm_cms.assets object_id="900" />
<ccm_cms.assets object_id="1000" />
<ccm_cms.assets object_id="1100" />
<ccm_cms.assets object_id="1150" />
<ccm_cms.assets object_id="1800" />
<ccm_cms.assets_aud object_id="-700"
<ccm_cms.assets_aud object_id="700"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="0" />
<ccm_cms.assets_aud object_id="-900"
<ccm_cms.assets_aud object_id="900"
rev="0" />
<ccm_cms.assets_aud object_id="-1000"
<ccm_cms.assets_aud object_id="1000"
rev="0" />
<ccm_cms.assets_aud object_id="-1100"
<ccm_cms.assets_aud object_id="1100"
rev="0" />
<ccm_cms.assets_aud object_id="-1150"
<ccm_cms.assets_aud object_id="1150"
rev="0" />
<ccm_cms.assets_aud object_id="-1800"
<ccm_cms.assets_aud object_id="1800"
rev="1" />
<ccm_cms.asset_titles asset_id="-700"
<ccm_cms.asset_titles asset_id="700"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-800"
<ccm_cms.asset_titles asset_id="800"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-900"
<ccm_cms.asset_titles asset_id="900"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-1000"
<ccm_cms.asset_titles asset_id="1000"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1100"
<ccm_cms.asset_titles asset_id="1100"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1150"
<ccm_cms.asset_titles asset_id="1150"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1800"
<ccm_cms.asset_titles asset_id="1800"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.binary_assets object_id="-700"
<ccm_cms.binary_assets object_id="700"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-800"
<ccm_cms.binary_assets object_id="800"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-900"
<ccm_cms.binary_assets object_id="900"
filename="services-header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1000"
<ccm_cms.binary_assets object_id="1000"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1100"
<ccm_cms.binary_assets object_id="1100"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1150"
<ccm_cms.binary_assets object_id="1150"
filename="orphan.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1800"
<ccm_cms.binary_assets object_id="1800"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-700"
<ccm_cms.binary_assets_aud object_id="700"
rev="0"
filename="header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="0"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-900"
<ccm_cms.binary_assets_aud object_id="900"
rev="0"
filename="services-header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1000"
<ccm_cms.binary_assets_aud object_id="1000"
rev="0"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1100"
<ccm_cms.binary_assets_aud object_id="1100"
rev="0"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1150"
<ccm_cms.binary_assets_aud object_id="1150"
rev="0"
filename="orphan.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1800"
<ccm_cms.binary_assets_aud object_id="1800"
rev="1"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.images object_id="-700"
<ccm_cms.images object_id="700"
height="0"
width="0" />
<ccm_cms.images object_id="-800"
<ccm_cms.images object_id="800"
height="0"
width="0" />
<ccm_cms.images object_id="-900"
<ccm_cms.images object_id="900"
height="0"
width="0" />
<ccm_cms.images object_id="-1150"
<ccm_cms.images object_id="1150"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-700"
<ccm_cms.images_aud object_id="700"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-900"
<ccm_cms.images_aud object_id="900"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-1150"
<ccm_cms.images_aud object_id="1150"
rev="0"
height="0"
width="0" />
<ccm_cms.files object_id="-1000" />
<ccm_cms.files object_id="-1100" />
<ccm_cms.files object_id="-1800" />
<ccm_cms.files object_id="1000" />
<ccm_cms.files object_id="1100" />
<ccm_cms.files object_id="1800" />
<ccm_cms.files_aud object_id="-1000"
<ccm_cms.files_aud object_id="1000"
rev="0" />
<ccm_cms.files_aud object_id="-1100"
<ccm_cms.files_aud object_id="1100"
rev="0" />
<ccm_cms.files_aud object_id="-1800"
<ccm_cms.files_aud object_id="1800"
rev="1" />
<ccm_cms.asset_titles_aud asset_id="-700"
<ccm_cms.asset_titles_aud asset_id="700"
rev="0"
revtype="0"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="0"
revtype="0"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-900"
<ccm_cms.asset_titles_aud asset_id="900"
rev="0"
revtype="0"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1000"
<ccm_cms.asset_titles_aud asset_id="1000"
rev="0"
revtype="0"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1100"
<ccm_cms.asset_titles_aud asset_id="1100"
rev="0"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1150"
<ccm_cms.asset_titles_aud asset_id="1150"
rev="0"
revtype="0"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1800"
<ccm_cms.asset_titles_aud asset_id="1800"
rev="1"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.content_items_aud object_id="-600"
<ccm_cms.content_items_aud object_id="600"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.content_item_names object_id="-600"
<ccm_cms.content_item_names object_id="600"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-600"
object_id="600"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-600"
<ccm_cms.content_item_titles object_id="600"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-600"
object_id="600"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-1200"
<ccm_cms.content_type_labels object_id="1200"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-600" />
<ccm_cms.articles object_id="600" />
<ccm_cms.article_texts
object_id="-600"
object_id="600"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-600"
object_id="600"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-600"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="600"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-410"
object_id="-700"
<ccm_core.categorizations categorization_id="30200"
category_id="410"
object_id="700"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-410"
object_id="-800"
<ccm_core.categorizations categorization_id="30300"
category_id="410"
object_id="800"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-400"
object_id="-900"
<ccm_core.categorizations categorization_id="30400"
category_id="400"
object_id="900"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30600"
category_id="-420"
object_id="-1100"
<ccm_core.categorizations categorization_id="30600"
category_id="420"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30700"
category_id="-400"
object_id="-1800"
<ccm_core.categorizations categorization_id="30700"
category_id="400"
object_id="1800"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-40100"
<ccm_cms.attachment_lists list_id="40100"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists list_id="40200"
name="downloads"
list_order="1"
uuid="b39e4937-9f15-4b1f-9869-5a1107612e94"
item_id="-600" />
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="-40100"
<ccm_cms.attachment_lists_aud list_id="40100"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists_aud list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="40200"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
item_id="600" />
<ccm_cms.attachments attachment_id="-50100"
<ccm_cms.attachments attachment_id="50100"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50200"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50300"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments attachment_id="50400"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="-50100"
<ccm_cms.attachments_aud attachment_id="50100"
rev="0"
revtype="0"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50200"
rev="0"
revtype="0"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50300"
rev="0"
revtype="0"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments_aud attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="50400"
rev="0"
revtype="0"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
</dataset>

View File

@ -13,670 +13,670 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="media"
uuid="f8546369-4d06-47ea-9138-345d29ab8d68" />
<ccm_core.ccm_objects object_id="-410"
<ccm_core.ccm_objects object_id="410"
display_name="images"
uuid="713d857d-dd0e-4fc5-85d6-d85d25279a10" />
<ccm_core.ccm_objects object_id="-420"
<ccm_core.ccm_objects object_id="420"
display_name="downloads"
uuid="9d89913d-759e-4de9-b2fb-c6f58e55de09" />
<ccm_core.ccm_objects object_id="-500"
<ccm_core.ccm_objects object_id="500"
display_name="data"
uuid="18fbc7f4-ce7e-45d6-8dad-02887164b99d" />
<ccm_core.ccm_objects object_id="-600"
<ccm_core.ccm_objects object_id="600"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-700"
<ccm_core.ccm_objects object_id="700"
display_name="header.png"
uuid="4635589f-b87a-46d9-979e-6af14af063e5" />
<ccm_core.ccm_objects object_id="-800"
<ccm_core.ccm_objects object_id="800"
display_name="the-phb.png"
uuid="0a192e98-3b28-49d0-833f-bc9ff5f9d1d4" />
<ccm_core.ccm_objects object_id="-900"
<ccm_core.ccm_objects object_id="900"
display_name="services-header.png"
uuid="3fe13eb8-ec8d-4523-b42a-7fe1d5cf1a44" />
<ccm_core.ccm_objects object_id="-1000"
<ccm_core.ccm_objects object_id="1000"
display_name="product1-datasheet.pdf"
uuid="0393840f-06a6-4ec3-aeb3-a612f845ad60" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="catalog.pdf"
uuid="cee702ad-79f7-4f78-b93d-46932d958c1c" />
<ccm_core.ccm_objects object_id="-1150"
<ccm_core.ccm_objects object_id="1150"
display_name="orphan.png"
uuid="978849a8-6f2d-4746-bec0-05eccf53fc30" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-1300"
<ccm_core.ccm_objects object_id="1300"
display_name="projects"
uuid="2ac48bb5-a5fd-4e30-a80d-d895c2cad78a" />
<ccm_core.ccm_objects object_id="-1400"
<ccm_core.ccm_objects object_id="1400"
display_name="projects_root"
uuid="fa88836d-3f3e-4197-949a-e9c697400bf0" />
<ccm_core.ccm_objects object_id="-1500"
<ccm_core.ccm_objects object_id="1500"
display_name="projects_assets"
uuid="88c99d18-3a58-477b-89ea-e0ee6d1e4c56" />
<ccm_core.ccm_objects object_id="-1600"
<ccm_core.ccm_objects object_id="1600"
display_name="media"
uuid="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1" />
<ccm_core.ccm_objects object_id="-1700"
<ccm_core.ccm_objects object_id="1700"
display_name="data"
uuid="80086df3-d682-42bb-9939-8cc04a300575" />
<ccm_core.ccm_objects object_id="-1800"
<ccm_core.ccm_objects object_id="1800"
display_name="catalog.pdf_copy1"
uuid="00000000-0000-0000-0000-000000000000" />
<!-- <ccm_core.ccm_objects object_id="-1900"
<!-- <ccm_core.ccm_objects object_id="1900"
display_name="catalog.pdf_copy2"
uuid="00000000-0000-0000-0000-000000000001" />-->
<ccm_core.ccm_objects_aud object_id="-600"
<ccm_core.ccm_objects_aud object_id="600"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-700"
<ccm_core.ccm_objects_aud object_id="700"
rev="0"
revtype="0"
display_name="header.png" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="0"
revtype="0"
display_name="the-phb.png" />
<ccm_core.ccm_objects_aud object_id="-900"
<ccm_core.ccm_objects_aud object_id="900"
rev="0"
revtype="0"
display_name="services-header.png" />
<ccm_core.ccm_objects_aud object_id="-1000"
<ccm_core.ccm_objects_aud object_id="1000"
rev="0"
revtype="0"
display_name="product1-datasheet.pdf" />
<ccm_core.ccm_objects_aud object_id="-1100"
<ccm_core.ccm_objects_aud object_id="1100"
rev="0"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.ccm_objects_aud object_id="-1150"
<ccm_core.ccm_objects_aud object_id="1150"
rev="0"
revtype="0"
display_name="orphan.png" />
<ccm_core.ccm_objects_aud object_id="-1800"
<ccm_core.ccm_objects_aud object_id="1800"
rev="1"
revtype="0"
display_name="catalog.pdf_copy1" />
<!-- <ccm_core.ccm_objects_aud object_id="-1900"
<!-- <ccm_core.ccm_objects_aud object_id="1900"
rev="1"
revtype="0"
display_name="catalog.pdf_copy2" />-->
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-400"
<ccm_core.categories object_id="400"
unique_id="f8546369-4d06-47ea-9138-345d29ab8d68"
parent_category_id="-300"
parent_category_id="300"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-410"
<ccm_core.categories object_id="410"
unique_id="713d857d-dd0e-4fc5-85d6-d85d25279a10"
parent_category_id="-400"
parent_category_id="400"
name="images"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-420"
<ccm_core.categories object_id="420"
unique_id="9d89913d-759e-4de9-b2fb-c6f58e55de09"
parent_category_id="-400"
parent_category_id="400"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-500"
<ccm_core.categories object_id="500"
unique_id="18fbc7f4-ce7e-45d6-8dad-02887164b99d"
parent_category_id="-300"
parent_category_id="300"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-1400"
<ccm_core.categories object_id="1400"
unique_id="fa88836d-3f3e-4197-949a-e9c697400bf0"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1500"
<ccm_core.categories object_id="1500"
unique_id="88c99d18-3a58-477b-89ea-e0ee6d1e4c56"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1600"
<ccm_core.categories object_id="1600"
unique_id="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1"
parent_category_id="-1500"
parent_category_id="1500"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1700"
<ccm_core.categories object_id="1700"
unique_id="80086df3-d682-42bb-9939-8cc04a300575"
parent_category_id="-1500"
parent_category_id="1500"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-400"
<ccm_core.category_titles object_id="400"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-410"
<ccm_core.category_titles object_id="410"
locale="en"
localized_value="images" />
<ccm_core.category_titles object_id="-420"
<ccm_core.category_titles object_id="420"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-500"
<ccm_core.category_titles object_id="500"
locale="en"
localized_value="data" />
<ccm_core.category_titles object_id="-1400"
<ccm_core.category_titles object_id="1400"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-1500"
<ccm_core.category_titles object_id="1500"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-1600"
<ccm_core.category_titles object_id="1600"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-1700"
<ccm_core.category_titles object_id="1700"
locale="en"
localized_value="data" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.resources object_id="-1300"
<ccm_core.resources object_id="1300"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1300"
<ccm_core.applications object_id="1300"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-400"
<ccm_cms.folders object_id="400"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-410"
<ccm_cms.folders object_id="410"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-420"
<ccm_cms.folders object_id="420"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-500"
<ccm_cms.folders object_id="500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1400"
<ccm_cms.folders object_id="1400"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-1500"
<ccm_cms.folders object_id="1500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1600"
<ccm_cms.folders object_id="1600"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1700"
<ccm_cms.folders object_id="1700"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
<ccm_cms.content_sections object_id="-1300"
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.content_sections object_id="1300"
label="projects"
root_documents_folder_id="-1400"
root_assets_folder_id="-1500" />
root_documents_folder_id="1400"
root_assets_folder_id="1500" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-400"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-410"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-420"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-500"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-1400"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1500"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1600"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1700"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="400"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="410"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="420"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="500"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="1400"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1500"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1600"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1700"
content_section_id="1300" />
<ccm_cms.content_types object_id="-1200"
<ccm_cms.content_types object_id="1200"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-600"
<ccm_cms.content_items object_id="600"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.assets object_id="-700" />
<ccm_cms.assets object_id="-800" />
<ccm_cms.assets object_id="-900" />
<ccm_cms.assets object_id="-1000" />
<ccm_cms.assets object_id="-1100" />
<ccm_cms.assets object_id="-1150" />
<ccm_cms.assets object_id="-1800" />
<!--<ccm_cms.assets object_id="-1900" />-->
<ccm_cms.assets object_id="700" />
<ccm_cms.assets object_id="800" />
<ccm_cms.assets object_id="900" />
<ccm_cms.assets object_id="1000" />
<ccm_cms.assets object_id="1100" />
<ccm_cms.assets object_id="1150" />
<ccm_cms.assets object_id="1800" />
<!--<ccm_cms.assets object_id="1900" />-->
<ccm_cms.assets_aud object_id="-700"
<ccm_cms.assets_aud object_id="700"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="0" />
<ccm_cms.assets_aud object_id="-900"
<ccm_cms.assets_aud object_id="900"
rev="0" />
<ccm_cms.assets_aud object_id="-1000"
<ccm_cms.assets_aud object_id="1000"
rev="0" />
<ccm_cms.assets_aud object_id="-1100"
<ccm_cms.assets_aud object_id="1100"
rev="0" />
<ccm_cms.assets_aud object_id="-1150"
<ccm_cms.assets_aud object_id="1150"
rev="0" />
<ccm_cms.assets_aud object_id="-1800"
<ccm_cms.assets_aud object_id="1800"
rev="1" />
<!-- <ccm_cms.assets_aud object_id="-1900"
<!-- <ccm_cms.assets_aud object_id="1900"
rev="1" />-->
<ccm_cms.asset_titles asset_id="-700"
<ccm_cms.asset_titles asset_id="700"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-800"
<ccm_cms.asset_titles asset_id="800"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-900"
<ccm_cms.asset_titles asset_id="900"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-1000"
<ccm_cms.asset_titles asset_id="1000"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1100"
<ccm_cms.asset_titles asset_id="1100"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1150"
<ccm_cms.asset_titles asset_id="1150"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1800"
<ccm_cms.asset_titles asset_id="1800"
localized_value="catalog.pdf"
locale="en" />
<!-- <ccm_cms.asset_titles asset_id="-1900"
<!-- <ccm_cms.asset_titles asset_id="1900"
localized_value="catalog.pdf"
locale="en" />-->
<ccm_cms.binary_assets object_id="-700"
<ccm_cms.binary_assets object_id="700"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-800"
<ccm_cms.binary_assets object_id="800"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-900"
<ccm_cms.binary_assets object_id="900"
filename="services-header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1000"
<ccm_cms.binary_assets object_id="1000"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1100"
<ccm_cms.binary_assets object_id="1100"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1150"
<ccm_cms.binary_assets object_id="1150"
filename="orphan.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1800"
<ccm_cms.binary_assets object_id="1800"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<!-- <ccm_cms.binary_assets object_id="-1900"
<!-- <ccm_cms.binary_assets object_id="1900"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>-->
<ccm_cms.binary_assets_aud object_id="-700"
<ccm_cms.binary_assets_aud object_id="700"
rev="0"
filename="header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="0"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-900"
<ccm_cms.binary_assets_aud object_id="900"
rev="0"
filename="services-header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1000"
<ccm_cms.binary_assets_aud object_id="1000"
rev="0"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1100"
<ccm_cms.binary_assets_aud object_id="1100"
rev="0"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1150"
<ccm_cms.binary_assets_aud object_id="1150"
rev="0"
filename="orphan.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1800"
<ccm_cms.binary_assets_aud object_id="1800"
rev="1"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<!-- <ccm_cms.binary_assets_aud object_id="-1900"
<!-- <ccm_cms.binary_assets_aud object_id="1900"
rev="1"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />-->
<ccm_cms.images object_id="-700"
<ccm_cms.images object_id="700"
height="0"
width="0" />
<ccm_cms.images object_id="-800"
<ccm_cms.images object_id="800"
height="0"
width="0" />
<ccm_cms.images object_id="-900"
<ccm_cms.images object_id="900"
height="0"
width="0" />
<ccm_cms.images object_id="-1150"
<ccm_cms.images object_id="1150"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-700"
<ccm_cms.images_aud object_id="700"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-900"
<ccm_cms.images_aud object_id="900"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-1150"
<ccm_cms.images_aud object_id="1150"
rev="0"
height="0"
width="0" />
<ccm_cms.files object_id="-1000" />
<ccm_cms.files object_id="-1100" />
<ccm_cms.files object_id="-1800" />
<!--<ccm_cms.files object_id="-1900" />-->
<ccm_cms.files object_id="1000" />
<ccm_cms.files object_id="1100" />
<ccm_cms.files object_id="1800" />
<!--<ccm_cms.files object_id="1900" />-->
<ccm_cms.files_aud object_id="-1000"
<ccm_cms.files_aud object_id="1000"
rev="0" />
<ccm_cms.files_aud object_id="-1100"
<ccm_cms.files_aud object_id="1100"
rev="0" />
<ccm_cms.files_aud object_id="-1800"
<ccm_cms.files_aud object_id="1800"
rev="1" />
<!-- <ccm_cms.files_aud object_id="-1900"
<!-- <ccm_cms.files_aud object_id="1900"
rev="1" />-->
<ccm_cms.asset_titles_aud asset_id="-700"
<ccm_cms.asset_titles_aud asset_id="700"
rev="0"
revtype="0"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="0"
revtype="0"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-900"
<ccm_cms.asset_titles_aud asset_id="900"
rev="0"
revtype="0"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1000"
<ccm_cms.asset_titles_aud asset_id="1000"
rev="0"
revtype="0"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1100"
<ccm_cms.asset_titles_aud asset_id="1100"
rev="0"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1150"
<ccm_cms.asset_titles_aud asset_id="1150"
rev="0"
revtype="0"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1800"
<ccm_cms.asset_titles_aud asset_id="1800"
rev="1"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<!-- <ccm_cms.asset_titles_aud asset_id="-1900"
<!-- <ccm_cms.asset_titles_aud asset_id="1900"
rev="1"
revtype="0"
localized_value="catalog.pdf"
locale="en" />-->
<ccm_cms.content_items_aud object_id="-600"
<ccm_cms.content_items_aud object_id="600"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.content_item_names object_id="-600"
<ccm_cms.content_item_names object_id="600"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-600"
object_id="600"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-600"
<ccm_cms.content_item_titles object_id="600"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-600"
object_id="600"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-1200"
<ccm_cms.content_type_labels object_id="1200"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-600" />
<ccm_cms.articles object_id="600" />
<ccm_cms.article_texts
object_id="-600"
object_id="600"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-600"
object_id="600"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-600"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="600"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-410"
object_id="-700"
<ccm_core.categorizations categorization_id="30200"
category_id="410"
object_id="700"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-410"
object_id="-800"
<ccm_core.categorizations categorization_id="30300"
category_id="410"
object_id="800"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-400"
object_id="-900"
<ccm_core.categorizations categorization_id="30400"
category_id="400"
object_id="900"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30600"
category_id="-420"
object_id="-1100"
<ccm_core.categorizations categorization_id="30600"
category_id="420"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30700"
category_id="-420"
object_id="-1800"
<ccm_core.categorizations categorization_id="30700"
category_id="420"
object_id="1800"
category_order="1"
object_order="7"
category_index="false"
type="folder" />
<!-- <ccm_core.categorizations categorization_id="-30800"
category_id="-420"
object_id="-1900"
<!-- <ccm_core.categorizations categorization_id="30800"
category_id="420"
object_id="1900"
category_order="1"
object_order="8"
category_index="false"
type="folder" />-->
<ccm_cms.attachment_lists list_id="-40100"
<ccm_cms.attachment_lists list_id="40100"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists list_id="40200"
name="downloads"
list_order="1"
uuid="b39e4937-9f15-4b1f-9869-5a1107612e94"
item_id="-600" />
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="-40100"
<ccm_cms.attachment_lists_aud list_id="40100"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists_aud list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="40200"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
item_id="600" />
<ccm_cms.attachments attachment_id="-50100"
<ccm_cms.attachments attachment_id="50100"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50200"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50300"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments attachment_id="50400"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="-50100"
<ccm_cms.attachments_aud attachment_id="50100"
rev="0"
revtype="0"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50200"
rev="0"
revtype="0"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50300"
rev="0"
revtype="0"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments_aud attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="50400"
rev="0"
revtype="0"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
</dataset>

View File

@ -11,596 +11,596 @@
<ccm_core.ccm_revisions id="0"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="media"
uuid="f8546369-4d06-47ea-9138-345d29ab8d68" />
<ccm_core.ccm_objects object_id="-410"
<ccm_core.ccm_objects object_id="410"
display_name="images"
uuid="713d857d-dd0e-4fc5-85d6-d85d25279a10" />
<ccm_core.ccm_objects object_id="-420"
<ccm_core.ccm_objects object_id="420"
display_name="downloads"
uuid="9d89913d-759e-4de9-b2fb-c6f58e55de09" />
<ccm_core.ccm_objects object_id="-500"
<ccm_core.ccm_objects object_id="500"
display_name="data"
uuid="18fbc7f4-ce7e-45d6-8dad-02887164b99d" />
<ccm_core.ccm_objects object_id="-600"
<ccm_core.ccm_objects object_id="600"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-700"
<ccm_core.ccm_objects object_id="700"
display_name="header.png"
uuid="4635589f-b87a-46d9-979e-6af14af063e5" />
<ccm_core.ccm_objects object_id="-800"
<ccm_core.ccm_objects object_id="800"
display_name="the-phb.png"
uuid="0a192e98-3b28-49d0-833f-bc9ff5f9d1d4" />
<ccm_core.ccm_objects object_id="-900"
<ccm_core.ccm_objects object_id="900"
display_name="services-header.png"
uuid="3fe13eb8-ec8d-4523-b42a-7fe1d5cf1a44" />
<ccm_core.ccm_objects object_id="-1000"
<ccm_core.ccm_objects object_id="1000"
display_name="product1-datasheet.pdf"
uuid="0393840f-06a6-4ec3-aeb3-a612f845ad60" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="catalog.pdf"
uuid="cee702ad-79f7-4f78-b93d-46932d958c1c" />
<ccm_core.ccm_objects object_id="-1150"
<ccm_core.ccm_objects object_id="1150"
display_name="orphan.png"
uuid="978849a8-6f2d-4746-bec0-05eccf53fc30" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-1300"
<ccm_core.ccm_objects object_id="1300"
display_name="projects"
uuid="2ac48bb5-a5fd-4e30-a80d-d895c2cad78a" />
<ccm_core.ccm_objects object_id="-1400"
<ccm_core.ccm_objects object_id="1400"
display_name="projects_root"
uuid="fa88836d-3f3e-4197-949a-e9c697400bf0" />
<ccm_core.ccm_objects object_id="-1500"
<ccm_core.ccm_objects object_id="1500"
display_name="projects_assets"
uuid="88c99d18-3a58-477b-89ea-e0ee6d1e4c56" />
<ccm_core.ccm_objects object_id="-1600"
<ccm_core.ccm_objects object_id="1600"
display_name="media"
uuid="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1" />
<ccm_core.ccm_objects object_id="-1700"
<ccm_core.ccm_objects object_id="1700"
display_name="data"
uuid="80086df3-d682-42bb-9939-8cc04a300575" />
<ccm_core.ccm_objects_aud object_id="-600"
<ccm_core.ccm_objects_aud object_id="600"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-700"
<ccm_core.ccm_objects_aud object_id="700"
rev="0"
revtype="0"
display_name="header.png" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="0"
revtype="0"
display_name="the-phb.png" />
<ccm_core.ccm_objects_aud object_id="-900"
<ccm_core.ccm_objects_aud object_id="900"
rev="0"
revtype="0"
display_name="services-header.png" />
<ccm_core.ccm_objects_aud object_id="-1000"
<ccm_core.ccm_objects_aud object_id="1000"
rev="0"
revtype="0"
display_name="product1-datasheet.pdf" />
<ccm_core.ccm_objects_aud object_id="-1100"
<ccm_core.ccm_objects_aud object_id="1100"
rev="0"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.ccm_objects_aud object_id="-1150"
<ccm_core.ccm_objects_aud object_id="1150"
rev="0"
revtype="0"
display_name="orphan.png" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-400"
<ccm_core.categories object_id="400"
unique_id="f8546369-4d06-47ea-9138-345d29ab8d68"
parent_category_id="-300"
parent_category_id="300"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-410"
<ccm_core.categories object_id="410"
unique_id="713d857d-dd0e-4fc5-85d6-d85d25279a10"
parent_category_id="-400"
parent_category_id="400"
name="images"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-420"
<ccm_core.categories object_id="420"
unique_id="9d89913d-759e-4de9-b2fb-c6f58e55de09"
parent_category_id="-400"
parent_category_id="400"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-500"
<ccm_core.categories object_id="500"
unique_id="18fbc7f4-ce7e-45d6-8dad-02887164b99d"
parent_category_id="-300"
parent_category_id="300"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-1400"
<ccm_core.categories object_id="1400"
unique_id="fa88836d-3f3e-4197-949a-e9c697400bf0"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1500"
<ccm_core.categories object_id="1500"
unique_id="88c99d18-3a58-477b-89ea-e0ee6d1e4c56"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1600"
<ccm_core.categories object_id="1600"
unique_id="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1"
parent_category_id="-1500"
parent_category_id="1500"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1700"
<ccm_core.categories object_id="1700"
unique_id="80086df3-d682-42bb-9939-8cc04a300575"
parent_category_id="-1500"
parent_category_id="1500"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-400"
<ccm_core.category_titles object_id="400"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-410"
<ccm_core.category_titles object_id="410"
locale="en"
localized_value="images" />
<ccm_core.category_titles object_id="-420"
<ccm_core.category_titles object_id="420"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-500"
<ccm_core.category_titles object_id="500"
locale="en"
localized_value="data" />
<ccm_core.category_titles object_id="-1400"
<ccm_core.category_titles object_id="1400"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-1500"
<ccm_core.category_titles object_id="1500"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-1600"
<ccm_core.category_titles object_id="1600"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-1700"
<ccm_core.category_titles object_id="1700"
locale="en"
localized_value="data" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.resources object_id="-1300"
<ccm_core.resources object_id="1300"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1300"
<ccm_core.applications object_id="1300"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-400"
<ccm_cms.folders object_id="400"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-410"
<ccm_cms.folders object_id="410"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-420"
<ccm_cms.folders object_id="420"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-500"
<ccm_cms.folders object_id="500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1400"
<ccm_cms.folders object_id="1400"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-1500"
<ccm_cms.folders object_id="1500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1600"
<ccm_cms.folders object_id="1600"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1700"
<ccm_cms.folders object_id="1700"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
<ccm_cms.content_sections object_id="-1300"
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.content_sections object_id="1300"
label="projects"
root_documents_folder_id="-1400"
root_assets_folder_id="-1500" />
root_documents_folder_id="1400"
root_assets_folder_id="1500" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-400"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-410"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-420"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-500"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-1400"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1500"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1600"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1700"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="400"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="410"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="420"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="500"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="1400"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1500"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1600"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1700"
content_section_id="1300" />
<ccm_cms.content_types object_id="-1200"
<ccm_cms.content_types object_id="1200"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-600"
<ccm_cms.content_items object_id="600"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.assets object_id="-700" />
<ccm_cms.assets object_id="-800" />
<ccm_cms.assets object_id="-900" />
<ccm_cms.assets object_id="-1000" />
<ccm_cms.assets object_id="-1100" />
<ccm_cms.assets object_id="-1150" />
<ccm_cms.assets object_id="700" />
<ccm_cms.assets object_id="800" />
<ccm_cms.assets object_id="900" />
<ccm_cms.assets object_id="1000" />
<ccm_cms.assets object_id="1100" />
<ccm_cms.assets object_id="1150" />
<ccm_cms.assets_aud object_id="-700"
<ccm_cms.assets_aud object_id="700"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="0" />
<ccm_cms.assets_aud object_id="-900"
<ccm_cms.assets_aud object_id="900"
rev="0" />
<ccm_cms.assets_aud object_id="-1000"
<ccm_cms.assets_aud object_id="1000"
rev="0" />
<ccm_cms.assets_aud object_id="-1100"
<ccm_cms.assets_aud object_id="1100"
rev="0" />
<ccm_cms.assets_aud object_id="-1150"
<ccm_cms.assets_aud object_id="1150"
rev="0" />
<ccm_cms.asset_titles asset_id="-700"
<ccm_cms.asset_titles asset_id="700"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-800"
<ccm_cms.asset_titles asset_id="800"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-900"
<ccm_cms.asset_titles asset_id="900"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-1000"
<ccm_cms.asset_titles asset_id="1000"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1100"
<ccm_cms.asset_titles asset_id="1100"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1150"
<ccm_cms.asset_titles asset_id="1150"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.binary_assets object_id="-700"
<ccm_cms.binary_assets object_id="700"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-800"
<ccm_cms.binary_assets object_id="800"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-900"
<ccm_cms.binary_assets object_id="900"
filename="services-header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1000"
<ccm_cms.binary_assets object_id="1000"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1100"
<ccm_cms.binary_assets object_id="1100"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1150"
<ccm_cms.binary_assets object_id="1150"
filename="orphan.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-700"
<ccm_cms.binary_assets_aud object_id="700"
rev="0"
filename="header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="0"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-900"
<ccm_cms.binary_assets_aud object_id="900"
rev="0"
filename="services-header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1000"
<ccm_cms.binary_assets_aud object_id="1000"
rev="0"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1100"
<ccm_cms.binary_assets_aud object_id="1100"
rev="0"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1150"
<ccm_cms.binary_assets_aud object_id="1150"
rev="0"
filename="orphan.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.images object_id="-700"
<ccm_cms.images object_id="700"
height="0"
width="0" />
<ccm_cms.images object_id="-800"
<ccm_cms.images object_id="800"
height="0"
width="0" />
<ccm_cms.images object_id="-900"
<ccm_cms.images object_id="900"
height="0"
width="0" />
<ccm_cms.images object_id="-1150"
<ccm_cms.images object_id="1150"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-700"
<ccm_cms.images_aud object_id="700"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-900"
<ccm_cms.images_aud object_id="900"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-1150"
<ccm_cms.images_aud object_id="1150"
rev="0"
height="0"
width="0" />
<ccm_cms.files object_id="-1000" />
<ccm_cms.files object_id="-1100" />
<ccm_cms.files object_id="1000" />
<ccm_cms.files object_id="1100" />
<ccm_cms.files_aud object_id="-1000"
<ccm_cms.files_aud object_id="1000"
rev="0" />
<ccm_cms.files_aud object_id="-1100"
<ccm_cms.files_aud object_id="1100"
rev="0" />
<ccm_cms.asset_titles_aud asset_id="-700"
<ccm_cms.asset_titles_aud asset_id="700"
rev="0"
revtype="0"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="0"
revtype="0"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-900"
<ccm_cms.asset_titles_aud asset_id="900"
rev="0"
revtype="0"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1000"
<ccm_cms.asset_titles_aud asset_id="1000"
rev="0"
revtype="0"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1100"
<ccm_cms.asset_titles_aud asset_id="1100"
rev="0"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1150"
<ccm_cms.asset_titles_aud asset_id="1150"
rev="0"
revtype="0"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.content_items_aud object_id="-600"
<ccm_cms.content_items_aud object_id="600"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.content_item_names object_id="-600"
<ccm_cms.content_item_names object_id="600"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-600"
object_id="600"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-600"
<ccm_cms.content_item_titles object_id="600"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-600"
object_id="600"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-1200"
<ccm_cms.content_type_labels object_id="1200"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-600" />
<ccm_cms.articles object_id="600" />
<ccm_cms.article_texts
object_id="-600"
object_id="600"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-600"
object_id="600"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-600"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="600"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-410"
object_id="-700"
<ccm_core.categorizations categorization_id="30200"
category_id="410"
object_id="700"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-410"
object_id="-800"
<ccm_core.categorizations categorization_id="30300"
category_id="410"
object_id="800"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-1600"
object_id="-900"
<ccm_core.categorizations categorization_id="30400"
category_id="1600"
object_id="900"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30600"
category_id="-420"
object_id="-1100"
<ccm_core.categorizations categorization_id="30600"
category_id="420"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-40100"
<ccm_cms.attachment_lists list_id="40100"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists list_id="40200"
name="downloads"
list_order="1"
uuid="b39e4937-9f15-4b1f-9869-5a1107612e94"
item_id="-600" />
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="-40100"
<ccm_cms.attachment_lists_aud list_id="40100"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists_aud list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="40200"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
item_id="600" />
<ccm_cms.attachments attachment_id="-50100"
<ccm_cms.attachments attachment_id="50100"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50200"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50300"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments attachment_id="50400"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="-50100"
<ccm_cms.attachments_aud attachment_id="50100"
rev="0"
revtype="0"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50200"
rev="0"
revtype="0"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50300"
rev="0"
revtype="0"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments_aud attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="50400"
rev="0"
revtype="0"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
</dataset>

View File

@ -11,596 +11,596 @@
<ccm_core.ccm_revisions id="0"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="media"
uuid="f8546369-4d06-47ea-9138-345d29ab8d68" />
<ccm_core.ccm_objects object_id="-410"
<ccm_core.ccm_objects object_id="410"
display_name="images"
uuid="713d857d-dd0e-4fc5-85d6-d85d25279a10" />
<ccm_core.ccm_objects object_id="-420"
<ccm_core.ccm_objects object_id="420"
display_name="downloads"
uuid="9d89913d-759e-4de9-b2fb-c6f58e55de09" />
<ccm_core.ccm_objects object_id="-500"
<ccm_core.ccm_objects object_id="500"
display_name="data"
uuid="18fbc7f4-ce7e-45d6-8dad-02887164b99d" />
<ccm_core.ccm_objects object_id="-600"
<ccm_core.ccm_objects object_id="600"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-700"
<ccm_core.ccm_objects object_id="700"
display_name="header.png"
uuid="4635589f-b87a-46d9-979e-6af14af063e5" />
<ccm_core.ccm_objects object_id="-800"
<ccm_core.ccm_objects object_id="800"
display_name="the-phb.png"
uuid="0a192e98-3b28-49d0-833f-bc9ff5f9d1d4" />
<ccm_core.ccm_objects object_id="-900"
<ccm_core.ccm_objects object_id="900"
display_name="services-header.png"
uuid="3fe13eb8-ec8d-4523-b42a-7fe1d5cf1a44" />
<ccm_core.ccm_objects object_id="-1000"
<ccm_core.ccm_objects object_id="1000"
display_name="product1-datasheet.pdf"
uuid="0393840f-06a6-4ec3-aeb3-a612f845ad60" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="catalog.pdf"
uuid="cee702ad-79f7-4f78-b93d-46932d958c1c" />
<ccm_core.ccm_objects object_id="-1150"
<ccm_core.ccm_objects object_id="1150"
display_name="orphan.png"
uuid="978849a8-6f2d-4746-bec0-05eccf53fc30" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-1300"
<ccm_core.ccm_objects object_id="1300"
display_name="projects"
uuid="2ac48bb5-a5fd-4e30-a80d-d895c2cad78a" />
<ccm_core.ccm_objects object_id="-1400"
<ccm_core.ccm_objects object_id="1400"
display_name="projects_root"
uuid="fa88836d-3f3e-4197-949a-e9c697400bf0" />
<ccm_core.ccm_objects object_id="-1500"
<ccm_core.ccm_objects object_id="1500"
display_name="projects_assets"
uuid="88c99d18-3a58-477b-89ea-e0ee6d1e4c56" />
<ccm_core.ccm_objects object_id="-1600"
<ccm_core.ccm_objects object_id="1600"
display_name="media"
uuid="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1" />
<ccm_core.ccm_objects object_id="-1700"
<ccm_core.ccm_objects object_id="1700"
display_name="data"
uuid="80086df3-d682-42bb-9939-8cc04a300575" />
<ccm_core.ccm_objects_aud object_id="-600"
<ccm_core.ccm_objects_aud object_id="600"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-700"
<ccm_core.ccm_objects_aud object_id="700"
rev="0"
revtype="0"
display_name="header.png" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="0"
revtype="0"
display_name="the-phb.png" />
<ccm_core.ccm_objects_aud object_id="-900"
<ccm_core.ccm_objects_aud object_id="900"
rev="0"
revtype="0"
display_name="services-header.png" />
<ccm_core.ccm_objects_aud object_id="-1000"
<ccm_core.ccm_objects_aud object_id="1000"
rev="0"
revtype="0"
display_name="product1-datasheet.pdf" />
<ccm_core.ccm_objects_aud object_id="-1100"
<ccm_core.ccm_objects_aud object_id="1100"
rev="0"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.ccm_objects_aud object_id="-1150"
<ccm_core.ccm_objects_aud object_id="1150"
rev="0"
revtype="0"
display_name="orphan.png" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-400"
<ccm_core.categories object_id="400"
unique_id="f8546369-4d06-47ea-9138-345d29ab8d68"
parent_category_id="-300"
parent_category_id="300"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-410"
<ccm_core.categories object_id="410"
unique_id="713d857d-dd0e-4fc5-85d6-d85d25279a10"
parent_category_id="-400"
parent_category_id="400"
name="images"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-420"
<ccm_core.categories object_id="420"
unique_id="9d89913d-759e-4de9-b2fb-c6f58e55de09"
parent_category_id="-400"
parent_category_id="400"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-500"
<ccm_core.categories object_id="500"
unique_id="18fbc7f4-ce7e-45d6-8dad-02887164b99d"
parent_category_id="-300"
parent_category_id="300"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-1400"
<ccm_core.categories object_id="1400"
unique_id="fa88836d-3f3e-4197-949a-e9c697400bf0"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1500"
<ccm_core.categories object_id="1500"
unique_id="88c99d18-3a58-477b-89ea-e0ee6d1e4c56"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1600"
<ccm_core.categories object_id="1600"
unique_id="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1"
parent_category_id="-1500"
parent_category_id="1500"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1700"
<ccm_core.categories object_id="1700"
unique_id="80086df3-d682-42bb-9939-8cc04a300575"
parent_category_id="-1500"
parent_category_id="1500"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-400"
<ccm_core.category_titles object_id="400"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-410"
<ccm_core.category_titles object_id="410"
locale="en"
localized_value="images" />
<ccm_core.category_titles object_id="-420"
<ccm_core.category_titles object_id="420"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-500"
<ccm_core.category_titles object_id="500"
locale="en"
localized_value="data" />
<ccm_core.category_titles object_id="-1400"
<ccm_core.category_titles object_id="1400"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-1500"
<ccm_core.category_titles object_id="1500"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-1600"
<ccm_core.category_titles object_id="1600"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-1700"
<ccm_core.category_titles object_id="1700"
locale="en"
localized_value="data" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.resources object_id="-1300"
<ccm_core.resources object_id="1300"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1300"
<ccm_core.applications object_id="1300"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-400"
<ccm_cms.folders object_id="400"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-410"
<ccm_cms.folders object_id="410"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-420"
<ccm_cms.folders object_id="420"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-500"
<ccm_cms.folders object_id="500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1400"
<ccm_cms.folders object_id="1400"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-1500"
<ccm_cms.folders object_id="1500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1600"
<ccm_cms.folders object_id="1600"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1700"
<ccm_cms.folders object_id="1700"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
<ccm_cms.content_sections object_id="-1300"
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.content_sections object_id="1300"
label="projects"
root_documents_folder_id="-1400"
root_assets_folder_id="-1500" />
root_documents_folder_id="1400"
root_assets_folder_id="1500" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-400"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-410"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-420"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-500"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-1400"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1500"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1600"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1700"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="400"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="410"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="420"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="500"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="1400"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1500"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1600"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1700"
content_section_id="1300" />
<ccm_cms.content_types object_id="-1200"
<ccm_cms.content_types object_id="1200"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-600"
<ccm_cms.content_items object_id="600"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.assets object_id="-700" />
<ccm_cms.assets object_id="-800" />
<ccm_cms.assets object_id="-900" />
<ccm_cms.assets object_id="-1000" />
<ccm_cms.assets object_id="-1100" />
<ccm_cms.assets object_id="-1150" />
<ccm_cms.assets object_id="700" />
<ccm_cms.assets object_id="800" />
<ccm_cms.assets object_id="900" />
<ccm_cms.assets object_id="1000" />
<ccm_cms.assets object_id="1100" />
<ccm_cms.assets object_id="1150" />
<ccm_cms.assets_aud object_id="-700"
<ccm_cms.assets_aud object_id="700"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="0" />
<ccm_cms.assets_aud object_id="-900"
<ccm_cms.assets_aud object_id="900"
rev="0" />
<ccm_cms.assets_aud object_id="-1000"
<ccm_cms.assets_aud object_id="1000"
rev="0" />
<ccm_cms.assets_aud object_id="-1100"
<ccm_cms.assets_aud object_id="1100"
rev="0" />
<ccm_cms.assets_aud object_id="-1150"
<ccm_cms.assets_aud object_id="1150"
rev="0" />
<ccm_cms.asset_titles asset_id="-700"
<ccm_cms.asset_titles asset_id="700"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-800"
<ccm_cms.asset_titles asset_id="800"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-900"
<ccm_cms.asset_titles asset_id="900"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-1000"
<ccm_cms.asset_titles asset_id="1000"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1100"
<ccm_cms.asset_titles asset_id="1100"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1150"
<ccm_cms.asset_titles asset_id="1150"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.binary_assets object_id="-700"
<ccm_cms.binary_assets object_id="700"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-800"
<ccm_cms.binary_assets object_id="800"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-900"
<ccm_cms.binary_assets object_id="900"
filename="services-header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1000"
<ccm_cms.binary_assets object_id="1000"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1100"
<ccm_cms.binary_assets object_id="1100"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1150"
<ccm_cms.binary_assets object_id="1150"
filename="orphan.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-700"
<ccm_cms.binary_assets_aud object_id="700"
rev="0"
filename="header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="0"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-900"
<ccm_cms.binary_assets_aud object_id="900"
rev="0"
filename="services-header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1000"
<ccm_cms.binary_assets_aud object_id="1000"
rev="0"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1100"
<ccm_cms.binary_assets_aud object_id="1100"
rev="0"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1150"
<ccm_cms.binary_assets_aud object_id="1150"
rev="0"
filename="orphan.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.images object_id="-700"
<ccm_cms.images object_id="700"
height="0"
width="0" />
<ccm_cms.images object_id="-800"
<ccm_cms.images object_id="800"
height="0"
width="0" />
<ccm_cms.images object_id="-900"
<ccm_cms.images object_id="900"
height="0"
width="0" />
<ccm_cms.images object_id="-1150"
<ccm_cms.images object_id="1150"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-700"
<ccm_cms.images_aud object_id="700"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-900"
<ccm_cms.images_aud object_id="900"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-1150"
<ccm_cms.images_aud object_id="1150"
rev="0"
height="0"
width="0" />
<ccm_cms.files object_id="-1000" />
<ccm_cms.files object_id="-1100" />
<ccm_cms.files object_id="1000" />
<ccm_cms.files object_id="1100" />
<ccm_cms.files_aud object_id="-1000"
<ccm_cms.files_aud object_id="1000"
rev="0" />
<ccm_cms.files_aud object_id="-1100"
<ccm_cms.files_aud object_id="1100"
rev="0" />
<ccm_cms.asset_titles_aud asset_id="-700"
<ccm_cms.asset_titles_aud asset_id="700"
rev="0"
revtype="0"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="0"
revtype="0"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-900"
<ccm_cms.asset_titles_aud asset_id="900"
rev="0"
revtype="0"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1000"
<ccm_cms.asset_titles_aud asset_id="1000"
rev="0"
revtype="0"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1100"
<ccm_cms.asset_titles_aud asset_id="1100"
rev="0"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1150"
<ccm_cms.asset_titles_aud asset_id="1150"
rev="0"
revtype="0"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.content_items_aud object_id="-600"
<ccm_cms.content_items_aud object_id="600"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.content_item_names object_id="-600"
<ccm_cms.content_item_names object_id="600"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-600"
object_id="600"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-600"
<ccm_cms.content_item_titles object_id="600"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-600"
object_id="600"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-1200"
<ccm_cms.content_type_labels object_id="1200"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-600" />
<ccm_cms.articles object_id="600" />
<ccm_cms.article_texts
object_id="-600"
object_id="600"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-600"
object_id="600"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-600"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="600"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-410"
object_id="-700"
<ccm_core.categorizations categorization_id="30200"
category_id="410"
object_id="700"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-410"
object_id="-800"
<ccm_core.categorizations categorization_id="30300"
category_id="410"
object_id="800"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-410"
object_id="-900"
<ccm_core.categorizations categorization_id="30400"
category_id="410"
object_id="900"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30600"
category_id="-420"
object_id="-1100"
<ccm_core.categorizations categorization_id="30600"
category_id="420"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-40100"
<ccm_cms.attachment_lists list_id="40100"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists list_id="40200"
name="downloads"
list_order="1"
uuid="b39e4937-9f15-4b1f-9869-5a1107612e94"
item_id="-600" />
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="-40100"
<ccm_cms.attachment_lists_aud list_id="40100"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists_aud list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="40200"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
item_id="600" />
<ccm_cms.attachments attachment_id="-50100"
<ccm_cms.attachments attachment_id="50100"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50200"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50300"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments attachment_id="50400"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="-50100"
<ccm_cms.attachments_aud attachment_id="50100"
rev="0"
revtype="0"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50200"
rev="0"
revtype="0"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50300"
rev="0"
revtype="0"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments_aud attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="50400"
rev="0"
revtype="0"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
</dataset>

View File

@ -13,632 +13,632 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="media"
uuid="f8546369-4d06-47ea-9138-345d29ab8d68" />
<ccm_core.ccm_objects object_id="-410"
<ccm_core.ccm_objects object_id="410"
display_name="images"
uuid="713d857d-dd0e-4fc5-85d6-d85d25279a10" />
<ccm_core.ccm_objects object_id="-420"
<ccm_core.ccm_objects object_id="420"
display_name="downloads"
uuid="9d89913d-759e-4de9-b2fb-c6f58e55de09" />
<ccm_core.ccm_objects object_id="-500"
<ccm_core.ccm_objects object_id="500"
display_name="data"
uuid="18fbc7f4-ce7e-45d6-8dad-02887164b99d" />
<ccm_core.ccm_objects object_id="-600"
<ccm_core.ccm_objects object_id="600"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-700"
<ccm_core.ccm_objects object_id="700"
display_name="header.png"
uuid="4635589f-b87a-46d9-979e-6af14af063e5" />
<ccm_core.ccm_objects object_id="-800"
<ccm_core.ccm_objects object_id="800"
display_name="the-phb.png"
uuid="0a192e98-3b28-49d0-833f-bc9ff5f9d1d4" />
<ccm_core.ccm_objects object_id="-900"
<ccm_core.ccm_objects object_id="900"
display_name="services-header.png"
uuid="3fe13eb8-ec8d-4523-b42a-7fe1d5cf1a44" />
<ccm_core.ccm_objects object_id="-1000"
<ccm_core.ccm_objects object_id="1000"
display_name="product1-datasheet.pdf"
uuid="0393840f-06a6-4ec3-aeb3-a612f845ad60" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="catalog.pdf"
uuid="cee702ad-79f7-4f78-b93d-46932d958c1c" />
<ccm_core.ccm_objects object_id="-1150"
<ccm_core.ccm_objects object_id="1150"
display_name="orphan.png"
uuid="978849a8-6f2d-4746-bec0-05eccf53fc30" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-1300"
<ccm_core.ccm_objects object_id="1300"
display_name="projects"
uuid="2ac48bb5-a5fd-4e30-a80d-d895c2cad78a" />
<ccm_core.ccm_objects object_id="-1400"
<ccm_core.ccm_objects object_id="1400"
display_name="projects_root"
uuid="fa88836d-3f3e-4197-949a-e9c697400bf0" />
<ccm_core.ccm_objects object_id="-1500"
<ccm_core.ccm_objects object_id="1500"
display_name="projects_assets"
uuid="88c99d18-3a58-477b-89ea-e0ee6d1e4c56" />
<ccm_core.ccm_objects object_id="-1600"
<ccm_core.ccm_objects object_id="1600"
display_name="media"
uuid="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1" />
<ccm_core.ccm_objects object_id="-1700"
<ccm_core.ccm_objects object_id="1700"
display_name="data"
uuid="80086df3-d682-42bb-9939-8cc04a300575" />
<ccm_core.ccm_objects object_id="-1800"
<ccm_core.ccm_objects object_id="1800"
display_name="datasheet.pdf"
uuid="00000000-0000-0000-0000-000000000000" />
<ccm_core.ccm_objects_aud object_id="-600"
<ccm_core.ccm_objects_aud object_id="600"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-700"
<ccm_core.ccm_objects_aud object_id="700"
rev="0"
revtype="0"
display_name="header.png" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="0"
revtype="0"
display_name="the-phb.png" />
<ccm_core.ccm_objects_aud object_id="-900"
<ccm_core.ccm_objects_aud object_id="900"
rev="0"
revtype="0"
display_name="services-header.png" />
<ccm_core.ccm_objects_aud object_id="-1000"
<ccm_core.ccm_objects_aud object_id="1000"
rev="0"
revtype="0"
display_name="product1-datasheet.pdf" />
<ccm_core.ccm_objects_aud object_id="-1100"
<ccm_core.ccm_objects_aud object_id="1100"
rev="0"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.ccm_objects_aud object_id="-1150"
<ccm_core.ccm_objects_aud object_id="1150"
rev="0"
revtype="0"
display_name="orphan.png" />
<ccm_core.ccm_objects_aud object_id="-1800"
<ccm_core.ccm_objects_aud object_id="1800"
rev="1"
revtype="0"
display_name="datasheet.pdf" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-400"
<ccm_core.categories object_id="400"
unique_id="f8546369-4d06-47ea-9138-345d29ab8d68"
parent_category_id="-300"
parent_category_id="300"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-410"
<ccm_core.categories object_id="410"
unique_id="713d857d-dd0e-4fc5-85d6-d85d25279a10"
parent_category_id="-400"
parent_category_id="400"
name="images"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-420"
<ccm_core.categories object_id="420"
unique_id="9d89913d-759e-4de9-b2fb-c6f58e55de09"
parent_category_id="-400"
parent_category_id="400"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-500"
<ccm_core.categories object_id="500"
unique_id="18fbc7f4-ce7e-45d6-8dad-02887164b99d"
parent_category_id="-300"
parent_category_id="300"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-1400"
<ccm_core.categories object_id="1400"
unique_id="fa88836d-3f3e-4197-949a-e9c697400bf0"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1500"
<ccm_core.categories object_id="1500"
unique_id="88c99d18-3a58-477b-89ea-e0ee6d1e4c56"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1600"
<ccm_core.categories object_id="1600"
unique_id="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1"
parent_category_id="-1500"
parent_category_id="1500"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1700"
<ccm_core.categories object_id="1700"
unique_id="80086df3-d682-42bb-9939-8cc04a300575"
parent_category_id="-1500"
parent_category_id="1500"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-400"
<ccm_core.category_titles object_id="400"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-410"
<ccm_core.category_titles object_id="410"
locale="en"
localized_value="images" />
<ccm_core.category_titles object_id="-420"
<ccm_core.category_titles object_id="420"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-500"
<ccm_core.category_titles object_id="500"
locale="en"
localized_value="data" />
<ccm_core.category_titles object_id="-1400"
<ccm_core.category_titles object_id="1400"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-1500"
<ccm_core.category_titles object_id="1500"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-1600"
<ccm_core.category_titles object_id="1600"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-1700"
<ccm_core.category_titles object_id="1700"
locale="en"
localized_value="data" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.resources object_id="-1300"
<ccm_core.resources object_id="1300"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1300"
<ccm_core.applications object_id="1300"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-400"
<ccm_cms.folders object_id="400"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-410"
<ccm_cms.folders object_id="410"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-420"
<ccm_cms.folders object_id="420"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-500"
<ccm_cms.folders object_id="500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1400"
<ccm_cms.folders object_id="1400"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-1500"
<ccm_cms.folders object_id="1500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1600"
<ccm_cms.folders object_id="1600"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1700"
<ccm_cms.folders object_id="1700"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
<ccm_cms.content_sections object_id="-1300"
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.content_sections object_id="1300"
label="projects"
root_documents_folder_id="-1400"
root_assets_folder_id="-1500" />
root_documents_folder_id="1400"
root_assets_folder_id="1500" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-400"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-410"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-420"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-500"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-1400"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1500"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1600"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1700"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="400"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="410"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="420"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="500"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="1400"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1500"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1600"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1700"
content_section_id="1300" />
<ccm_cms.content_types object_id="-1200"
<ccm_cms.content_types object_id="1200"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-600"
<ccm_cms.content_items object_id="600"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.assets object_id="-700" />
<ccm_cms.assets object_id="-800" />
<ccm_cms.assets object_id="-900" />
<ccm_cms.assets object_id="-1000" />
<ccm_cms.assets object_id="-1100" />
<ccm_cms.assets object_id="-1150" />
<ccm_cms.assets object_id="-1800" />
<ccm_cms.assets object_id="700" />
<ccm_cms.assets object_id="800" />
<ccm_cms.assets object_id="900" />
<ccm_cms.assets object_id="1000" />
<ccm_cms.assets object_id="1100" />
<ccm_cms.assets object_id="1150" />
<ccm_cms.assets object_id="1800" />
<ccm_cms.assets_aud object_id="-700"
<ccm_cms.assets_aud object_id="700"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="0" />
<ccm_cms.assets_aud object_id="-900"
<ccm_cms.assets_aud object_id="900"
rev="0" />
<ccm_cms.assets_aud object_id="-1000"
<ccm_cms.assets_aud object_id="1000"
rev="0" />
<ccm_cms.assets_aud object_id="-1100"
<ccm_cms.assets_aud object_id="1100"
rev="0" />
<ccm_cms.assets_aud object_id="-1150"
<ccm_cms.assets_aud object_id="1150"
rev="0" />
<ccm_cms.assets_aud object_id="-1800"
<ccm_cms.assets_aud object_id="1800"
rev="1" />
<ccm_cms.asset_titles asset_id="-700"
<ccm_cms.asset_titles asset_id="700"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-800"
<ccm_cms.asset_titles asset_id="800"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-900"
<ccm_cms.asset_titles asset_id="900"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-1000"
<ccm_cms.asset_titles asset_id="1000"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1100"
<ccm_cms.asset_titles asset_id="1100"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1150"
<ccm_cms.asset_titles asset_id="1150"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1800"
<ccm_cms.asset_titles asset_id="1800"
localized_value="datasheet.pdf"
locale="en" />
<ccm_cms.binary_assets object_id="-700"
<ccm_cms.binary_assets object_id="700"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-800"
<ccm_cms.binary_assets object_id="800"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-900"
<ccm_cms.binary_assets object_id="900"
filename="services-header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1000"
<ccm_cms.binary_assets object_id="1000"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1100"
<ccm_cms.binary_assets object_id="1100"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1150"
<ccm_cms.binary_assets object_id="1150"
filename="orphan.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1800"
<ccm_cms.binary_assets object_id="1800"
filename="datasheet.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-700"
<ccm_cms.binary_assets_aud object_id="700"
rev="0"
filename="header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="0"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-900"
<ccm_cms.binary_assets_aud object_id="900"
rev="0"
filename="services-header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1000"
<ccm_cms.binary_assets_aud object_id="1000"
rev="0"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1100"
<ccm_cms.binary_assets_aud object_id="1100"
rev="0"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1150"
<ccm_cms.binary_assets_aud object_id="1150"
rev="0"
filename="orphan.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1800"
<ccm_cms.binary_assets_aud object_id="1800"
rev="1"
filename="datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.images object_id="-700"
<ccm_cms.images object_id="700"
height="0"
width="0" />
<ccm_cms.images object_id="-800"
<ccm_cms.images object_id="800"
height="0"
width="0" />
<ccm_cms.images object_id="-900"
<ccm_cms.images object_id="900"
height="0"
width="0" />
<ccm_cms.images object_id="-1150"
<ccm_cms.images object_id="1150"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-700"
<ccm_cms.images_aud object_id="700"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-900"
<ccm_cms.images_aud object_id="900"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-1150"
<ccm_cms.images_aud object_id="1150"
rev="0"
height="0"
width="0" />
<ccm_cms.files object_id="-1000" />
<ccm_cms.files object_id="-1100" />
<ccm_cms.files object_id="-1800" />
<ccm_cms.files object_id="1000" />
<ccm_cms.files object_id="1100" />
<ccm_cms.files object_id="1800" />
<ccm_cms.files_aud object_id="-1000"
<ccm_cms.files_aud object_id="1000"
rev="0" />
<ccm_cms.files_aud object_id="-1100"
<ccm_cms.files_aud object_id="1100"
rev="0" />
<ccm_cms.files_aud object_id="-1800"
<ccm_cms.files_aud object_id="1800"
rev="1" />
<ccm_cms.asset_titles_aud asset_id="-700"
<ccm_cms.asset_titles_aud asset_id="700"
rev="0"
revtype="0"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="0"
revtype="0"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-900"
<ccm_cms.asset_titles_aud asset_id="900"
rev="0"
revtype="0"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1000"
<ccm_cms.asset_titles_aud asset_id="1000"
rev="0"
revtype="0"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1100"
<ccm_cms.asset_titles_aud asset_id="1100"
rev="0"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1150"
<ccm_cms.asset_titles_aud asset_id="1150"
rev="0"
revtype="0"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1800"
<ccm_cms.asset_titles_aud asset_id="1800"
rev="1"
revtype="0"
localized_value="datasheet.pdf"
locale="en" />
<ccm_cms.content_items_aud object_id="-600"
<ccm_cms.content_items_aud object_id="600"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.content_item_names object_id="-600"
<ccm_cms.content_item_names object_id="600"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-600"
object_id="600"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-600"
<ccm_cms.content_item_titles object_id="600"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-600"
object_id="600"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-1200"
<ccm_cms.content_type_labels object_id="1200"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-600" />
<ccm_cms.articles object_id="600" />
<ccm_cms.article_texts
object_id="-600"
object_id="600"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-600"
object_id="600"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-600"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="600"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-410"
object_id="-700"
<ccm_core.categorizations categorization_id="30200"
category_id="410"
object_id="700"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-410"
object_id="-800"
<ccm_core.categorizations categorization_id="30300"
category_id="410"
object_id="800"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-400"
object_id="-900"
<ccm_core.categorizations categorization_id="30400"
category_id="400"
object_id="900"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30600"
category_id="-420"
object_id="-1100"
<ccm_core.categorizations categorization_id="30600"
category_id="420"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-1800"
category_id="-420"
object_id="-1100"
<ccm_core.categorizations categorization_id="1800"
category_id="420"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-40100"
<ccm_cms.attachment_lists list_id="40100"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists list_id="40200"
name="downloads"
list_order="1"
uuid="b39e4937-9f15-4b1f-9869-5a1107612e94"
item_id="-600" />
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="-40100"
<ccm_cms.attachment_lists_aud list_id="40100"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists_aud list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="40200"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
item_id="600" />
<ccm_cms.attachments attachment_id="-50100"
<ccm_cms.attachments attachment_id="50100"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50200"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50300"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments attachment_id="50400"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="-50100"
<ccm_cms.attachments_aud attachment_id="50100"
rev="0"
revtype="0"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50200"
rev="0"
revtype="0"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50300"
rev="0"
revtype="0"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments_aud attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="50400"
rev="0"
revtype="0"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
</dataset>

View File

@ -11,596 +11,596 @@
<ccm_core.ccm_revisions id="0"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="media"
uuid="f8546369-4d06-47ea-9138-345d29ab8d68" />
<ccm_core.ccm_objects object_id="-410"
<ccm_core.ccm_objects object_id="410"
display_name="images"
uuid="713d857d-dd0e-4fc5-85d6-d85d25279a10" />
<ccm_core.ccm_objects object_id="-420"
<ccm_core.ccm_objects object_id="420"
display_name="downloads"
uuid="9d89913d-759e-4de9-b2fb-c6f58e55de09" />
<ccm_core.ccm_objects object_id="-500"
<ccm_core.ccm_objects object_id="500"
display_name="data"
uuid="18fbc7f4-ce7e-45d6-8dad-02887164b99d" />
<ccm_core.ccm_objects object_id="-600"
<ccm_core.ccm_objects object_id="600"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-700"
<ccm_core.ccm_objects object_id="700"
display_name="header.png"
uuid="4635589f-b87a-46d9-979e-6af14af063e5" />
<ccm_core.ccm_objects object_id="-800"
<ccm_core.ccm_objects object_id="800"
display_name="the-phb.png"
uuid="0a192e98-3b28-49d0-833f-bc9ff5f9d1d4" />
<ccm_core.ccm_objects object_id="-900"
<ccm_core.ccm_objects object_id="900"
display_name="services-header.png"
uuid="3fe13eb8-ec8d-4523-b42a-7fe1d5cf1a44" />
<ccm_core.ccm_objects object_id="-1000"
<ccm_core.ccm_objects object_id="1000"
display_name="product1-datasheet.pdf"
uuid="0393840f-06a6-4ec3-aeb3-a612f845ad60" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="catalog.pdf"
uuid="cee702ad-79f7-4f78-b93d-46932d958c1c" />
<ccm_core.ccm_objects object_id="-1150"
<ccm_core.ccm_objects object_id="1150"
display_name="orphan.png"
uuid="978849a8-6f2d-4746-bec0-05eccf53fc30" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-1300"
<ccm_core.ccm_objects object_id="1300"
display_name="projects"
uuid="2ac48bb5-a5fd-4e30-a80d-d895c2cad78a" />
<ccm_core.ccm_objects object_id="-1400"
<ccm_core.ccm_objects object_id="1400"
display_name="projects_root"
uuid="fa88836d-3f3e-4197-949a-e9c697400bf0" />
<ccm_core.ccm_objects object_id="-1500"
<ccm_core.ccm_objects object_id="1500"
display_name="projects_assets"
uuid="88c99d18-3a58-477b-89ea-e0ee6d1e4c56" />
<ccm_core.ccm_objects object_id="-1600"
<ccm_core.ccm_objects object_id="1600"
display_name="media"
uuid="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1" />
<ccm_core.ccm_objects object_id="-1700"
<ccm_core.ccm_objects object_id="1700"
display_name="data"
uuid="80086df3-d682-42bb-9939-8cc04a300575" />
<ccm_core.ccm_objects_aud object_id="-600"
<ccm_core.ccm_objects_aud object_id="600"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-700"
<ccm_core.ccm_objects_aud object_id="700"
rev="0"
revtype="0"
display_name="header.png" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="0"
revtype="0"
display_name="the-phb.png" />
<ccm_core.ccm_objects_aud object_id="-900"
<ccm_core.ccm_objects_aud object_id="900"
rev="0"
revtype="0"
display_name="services-header.png" />
<ccm_core.ccm_objects_aud object_id="-1000"
<ccm_core.ccm_objects_aud object_id="1000"
rev="0"
revtype="0"
display_name="product1-datasheet.pdf" />
<ccm_core.ccm_objects_aud object_id="-1100"
<ccm_core.ccm_objects_aud object_id="1100"
rev="0"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.ccm_objects_aud object_id="-1150"
<ccm_core.ccm_objects_aud object_id="1150"
rev="0"
revtype="0"
display_name="orphan.png" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-400"
<ccm_core.categories object_id="400"
unique_id="f8546369-4d06-47ea-9138-345d29ab8d68"
parent_category_id="-300"
parent_category_id="300"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-410"
<ccm_core.categories object_id="410"
unique_id="713d857d-dd0e-4fc5-85d6-d85d25279a10"
parent_category_id="-400"
parent_category_id="400"
name="images"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-420"
<ccm_core.categories object_id="420"
unique_id="9d89913d-759e-4de9-b2fb-c6f58e55de09"
parent_category_id="-400"
parent_category_id="400"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-500"
<ccm_core.categories object_id="500"
unique_id="18fbc7f4-ce7e-45d6-8dad-02887164b99d"
parent_category_id="-300"
parent_category_id="300"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-1400"
<ccm_core.categories object_id="1400"
unique_id="fa88836d-3f3e-4197-949a-e9c697400bf0"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1500"
<ccm_core.categories object_id="1500"
unique_id="88c99d18-3a58-477b-89ea-e0ee6d1e4c56"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1600"
<ccm_core.categories object_id="1600"
unique_id="ec3f0d51-5d9b-440e-bb5a-5fac7da94af1"
parent_category_id="-1500"
parent_category_id="1500"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-1700"
<ccm_core.categories object_id="1700"
unique_id="80086df3-d682-42bb-9939-8cc04a300575"
parent_category_id="-1500"
parent_category_id="1500"
name="data"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-400"
<ccm_core.category_titles object_id="400"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-410"
<ccm_core.category_titles object_id="410"
locale="en"
localized_value="images" />
<ccm_core.category_titles object_id="-420"
<ccm_core.category_titles object_id="420"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-500"
<ccm_core.category_titles object_id="500"
locale="en"
localized_value="data" />
<ccm_core.category_titles object_id="-1400"
<ccm_core.category_titles object_id="1400"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-1500"
<ccm_core.category_titles object_id="1500"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-1600"
<ccm_core.category_titles object_id="1600"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-1700"
<ccm_core.category_titles object_id="1700"
locale="en"
localized_value="data" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.resources object_id="-1300"
<ccm_core.resources object_id="1300"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1300"
<ccm_core.applications object_id="1300"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-400"
<ccm_cms.folders object_id="400"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-410"
<ccm_cms.folders object_id="410"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-420"
<ccm_cms.folders object_id="420"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-500"
<ccm_cms.folders object_id="500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1400"
<ccm_cms.folders object_id="1400"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-1500"
<ccm_cms.folders object_id="1500"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1600"
<ccm_cms.folders object_id="1600"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-1700"
<ccm_cms.folders object_id="1700"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
<ccm_cms.content_sections object_id="-1300"
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.content_sections object_id="1300"
label="projects"
root_documents_folder_id="-1400"
root_assets_folder_id="-1500" />
root_documents_folder_id="1400"
root_assets_folder_id="1500" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-400"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-410"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-420"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-500"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-1400"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1500"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1600"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="-1700"
content_section_id="-1300" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="400"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="410"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="420"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="500"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="1400"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1500"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1600"
content_section_id="1300" />
<ccm_cms.folder_content_section_map folder_id="1700"
content_section_id="1300" />
<ccm_cms.content_types object_id="-1200"
<ccm_cms.content_types object_id="1200"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-600"
<ccm_cms.content_items object_id="600"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.assets object_id="-700" />
<ccm_cms.assets object_id="-800" />
<ccm_cms.assets object_id="-900" />
<ccm_cms.assets object_id="-1000" />
<ccm_cms.assets object_id="-1100" />
<ccm_cms.assets object_id="-1150" />
<ccm_cms.assets object_id="700" />
<ccm_cms.assets object_id="800" />
<ccm_cms.assets object_id="900" />
<ccm_cms.assets object_id="1000" />
<ccm_cms.assets object_id="1100" />
<ccm_cms.assets object_id="1150" />
<ccm_cms.assets_aud object_id="-700"
<ccm_cms.assets_aud object_id="700"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="0" />
<ccm_cms.assets_aud object_id="-900"
<ccm_cms.assets_aud object_id="900"
rev="0" />
<ccm_cms.assets_aud object_id="-1000"
<ccm_cms.assets_aud object_id="1000"
rev="0" />
<ccm_cms.assets_aud object_id="-1100"
<ccm_cms.assets_aud object_id="1100"
rev="0" />
<ccm_cms.assets_aud object_id="-1150"
<ccm_cms.assets_aud object_id="1150"
rev="0" />
<ccm_cms.asset_titles asset_id="-700"
<ccm_cms.asset_titles asset_id="700"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-800"
<ccm_cms.asset_titles asset_id="800"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-900"
<ccm_cms.asset_titles asset_id="900"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-1000"
<ccm_cms.asset_titles asset_id="1000"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1100"
<ccm_cms.asset_titles asset_id="1100"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1150"
<ccm_cms.asset_titles asset_id="1150"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.binary_assets object_id="-700"
<ccm_cms.binary_assets object_id="700"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-800"
<ccm_cms.binary_assets object_id="800"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-900"
<ccm_cms.binary_assets object_id="900"
filename="services-header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1000"
<ccm_cms.binary_assets object_id="1000"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1100"
<ccm_cms.binary_assets object_id="1100"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1150"
<ccm_cms.binary_assets object_id="1150"
filename="orphan.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-700"
<ccm_cms.binary_assets_aud object_id="700"
rev="0"
filename="header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="0"
filename="the-phb.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-900"
<ccm_cms.binary_assets_aud object_id="900"
rev="0"
filename="services-header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1000"
<ccm_cms.binary_assets_aud object_id="1000"
rev="0"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1100"
<ccm_cms.binary_assets_aud object_id="1100"
rev="0"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1150"
<ccm_cms.binary_assets_aud object_id="1150"
rev="0"
filename="orphan.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.images object_id="-700"
<ccm_cms.images object_id="700"
height="0"
width="0" />
<ccm_cms.images object_id="-800"
<ccm_cms.images object_id="800"
height="0"
width="0" />
<ccm_cms.images object_id="-900"
<ccm_cms.images object_id="900"
height="0"
width="0" />
<ccm_cms.images object_id="-1150"
<ccm_cms.images object_id="1150"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-700"
<ccm_cms.images_aud object_id="700"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-900"
<ccm_cms.images_aud object_id="900"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-1150"
<ccm_cms.images_aud object_id="1150"
rev="0"
height="0"
width="0" />
<ccm_cms.files object_id="-1000" />
<ccm_cms.files object_id="-1100" />
<ccm_cms.files object_id="1000" />
<ccm_cms.files object_id="1100" />
<ccm_cms.files_aud object_id="-1000"
<ccm_cms.files_aud object_id="1000"
rev="0" />
<ccm_cms.files_aud object_id="-1100"
<ccm_cms.files_aud object_id="1100"
rev="0" />
<ccm_cms.asset_titles_aud asset_id="-700"
<ccm_cms.asset_titles_aud asset_id="700"
rev="0"
revtype="0"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="0"
revtype="0"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-900"
<ccm_cms.asset_titles_aud asset_id="900"
rev="0"
revtype="0"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1000"
<ccm_cms.asset_titles_aud asset_id="1000"
rev="0"
revtype="0"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1100"
<ccm_cms.asset_titles_aud asset_id="1100"
rev="0"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1150"
<ccm_cms.asset_titles_aud asset_id="1150"
rev="0"
revtype="0"
localized_value="orphan.pdf"
locale="en" />
<ccm_cms.content_items_aud object_id="-600"
<ccm_cms.content_items_aud object_id="600"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.content_item_names object_id="-600"
<ccm_cms.content_item_names object_id="600"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-600"
object_id="600"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-600"
<ccm_cms.content_item_titles object_id="600"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-600"
object_id="600"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-1200"
<ccm_cms.content_type_labels object_id="1200"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-600" />
<ccm_cms.articles object_id="600" />
<ccm_cms.article_texts
object_id="-600"
object_id="600"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-600"
object_id="600"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-600"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="600"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-410"
object_id="-700"
<ccm_core.categorizations categorization_id="30200"
category_id="410"
object_id="700"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-410"
object_id="-800"
<ccm_core.categorizations categorization_id="30300"
category_id="410"
object_id="800"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-400"
object_id="-900"
<ccm_core.categorizations categorization_id="30400"
category_id="400"
object_id="900"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30600"
category_id="-420"
object_id="-1100"
<ccm_core.categorizations categorization_id="30600"
category_id="420"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-40100"
<ccm_cms.attachment_lists list_id="40100"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists list_id="40200"
name="downloads"
list_order="1"
uuid="b39e4937-9f15-4b1f-9869-5a1107612e94"
item_id="-600" />
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="-40100"
<ccm_cms.attachment_lists_aud list_id="40100"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists_aud list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="40200"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
item_id="600" />
<ccm_cms.attachments attachment_id="-50100"
<ccm_cms.attachments attachment_id="50100"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50200"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50300"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments attachment_id="50400"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="-50100"
<ccm_cms.attachments_aud attachment_id="50100"
rev="0"
revtype="0"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50200"
rev="0"
revtype="0"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50300"
rev="0"
revtype="0"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments_aud attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="50400"
rev="0"
revtype="0"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
</dataset>

View File

@ -6,90 +6,90 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="media"
uuid="f8546369-4d06-47ea-9138-345d29ab8d68" />
<ccm_core.ccm_objects object_id="-500"
<ccm_core.ccm_objects object_id="500"
display_name="data"
uuid="18fbc7f4-ce7e-45d6-8dad-02887164b99d" />
<ccm_core.ccm_objects object_id="-600"
<ccm_core.ccm_objects object_id="600"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-700"
<ccm_core.ccm_objects object_id="700"
display_name="header.png"
uuid="4635589f-b87a-46d9-979e-6af14af063e5" />
<ccm_core.ccm_objects object_id="-900"
<ccm_core.ccm_objects object_id="900"
display_name="services-header.png"
uuid="3fe13eb8-ec8d-4523-b42a-7fe1d5cf1a44" />
<ccm_core.ccm_objects object_id="-1000"
<ccm_core.ccm_objects object_id="1000"
display_name="product1-datasheet.pdf"
uuid="0393840f-06a6-4ec3-aeb3-a612f845ad60" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="catalog.pdf"
uuid="cee702ad-79f7-4f78-b93d-46932d958c1c" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects_aud object_id="-600"
<ccm_core.ccm_objects_aud object_id="600"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-700"
<ccm_core.ccm_objects_aud object_id="700"
rev="0"
revtype="0"
display_name="header.png" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="0"
revtype="0"
display_name="the-phb.png" />
<ccm_core.ccm_objects_aud object_id="-900"
<ccm_core.ccm_objects_aud object_id="900"
rev="0"
revtype="0"
display_name="services-header.png" />
<ccm_core.ccm_objects_aud object_id="-1000"
<ccm_core.ccm_objects_aud object_id="1000"
rev="0"
revtype="0"
display_name="product1-datasheet.pdf" />
<ccm_core.ccm_objects_aud object_id="-1100"
<ccm_core.ccm_objects_aud object_id="1100"
rev="0"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="1"
revtype="2" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-400"
<ccm_core.categories object_id="400"
unique_id="f8546369-4d06-47ea-9138-345d29ab8d68"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-500"
<ccm_core.categories object_id="500"
unique_id="18fbc7f4-ce7e-45d6-8dad-02887164b99d"
name="data"
enabled="true"
@ -97,350 +97,350 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-400"
<ccm_core.category_titles object_id="400"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-500"
<ccm_core.category_titles object_id="500"
locale="en"
localized_value="data" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-400"
<ccm_cms.folders object_id="400"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-500"
<ccm_cms.folders object_id="500"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-400"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-500"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="400"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="500"
content_section_id="100" />
<ccm_cms.content_types object_id="-1200"
<ccm_cms.content_types object_id="1200"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-600"
<ccm_cms.content_items object_id="600"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.assets object_id="-700" />
<ccm_cms.assets object_id="-900" />
<ccm_cms.assets object_id="-1000" />
<ccm_cms.assets object_id="-1100" />
<ccm_cms.assets object_id="700" />
<ccm_cms.assets object_id="900" />
<ccm_cms.assets object_id="1000" />
<ccm_cms.assets object_id="1100" />
<ccm_cms.assets_aud object_id="-700"
<ccm_cms.assets_aud object_id="700"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="0" />
<ccm_cms.assets_aud object_id="-900"
<ccm_cms.assets_aud object_id="900"
rev="0" />
<ccm_cms.assets_aud object_id="-1000"
<ccm_cms.assets_aud object_id="1000"
rev="0" />
<ccm_cms.assets_aud object_id="-1100"
<ccm_cms.assets_aud object_id="1100"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="1" />
<ccm_cms.asset_titles asset_id="-700"
<ccm_cms.asset_titles asset_id="700"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-900"
<ccm_cms.asset_titles asset_id="900"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-1000"
<ccm_cms.asset_titles asset_id="1000"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1100"
<ccm_cms.asset_titles asset_id="1100"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.binary_assets object_id="-700"
<ccm_cms.binary_assets object_id="700"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-900"
<ccm_cms.binary_assets object_id="900"
filename="services-header.png"
mime_type="images/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-1000"
<ccm_cms.binary_assets object_id="1000"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-1100"
<ccm_cms.binary_assets object_id="1100"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="1" />
<ccm_cms.binary_assets_aud object_id="-1100"
<ccm_cms.binary_assets_aud object_id="1100"
rev="0"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1000"
<ccm_cms.binary_assets_aud object_id="1000"
rev="0"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-900"
<ccm_cms.binary_assets_aud object_id="900"
rev="0"
filename="services-header.png"
mime_type="images/png"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="0"
filename="the-phb.png"
mime_type="images/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-700"
<ccm_cms.binary_assets_aud object_id="700"
rev="0"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.images object_id="-700"
<ccm_cms.images object_id="700"
height="0"
width="0" />
<ccm_cms.images object_id="-900"
<ccm_cms.images object_id="900"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="1" />
<ccm_cms.images_aud object_id="-900"
<ccm_cms.images_aud object_id="900"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-700"
<ccm_cms.images_aud object_id="700"
rev="0"
height="0"
width="0" />
<ccm_cms.files object_id="-1000" />
<ccm_cms.files object_id="-1100" />
<ccm_cms.files object_id="1000" />
<ccm_cms.files object_id="1100" />
<ccm_cms.files_aud object_id="-1000"
<ccm_cms.files_aud object_id="1000"
rev="0" />
<ccm_cms.files_aud object_id="-1100"
<ccm_cms.files_aud object_id="1100"
rev="0" />
<ccm_cms.asset_titles_aud asset_id="-700"
<ccm_cms.asset_titles_aud asset_id="700"
rev="0"
revtype="0"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="0"
revtype="0"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-900"
<ccm_cms.asset_titles_aud asset_id="900"
rev="0"
revtype="0"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1000"
<ccm_cms.asset_titles_aud asset_id="1000"
rev="0"
revtype="0"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1100"
<ccm_cms.asset_titles_aud asset_id="1100"
rev="0"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="1"
revtype="2"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.content_items_aud object_id="-600"
<ccm_cms.content_items_aud object_id="600"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.content_item_names object_id="-600"
<ccm_cms.content_item_names object_id="600"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-600"
object_id="600"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-600"
<ccm_cms.content_item_titles object_id="600"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-600"
object_id="600"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-1200"
<ccm_cms.content_type_labels object_id="1200"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-600" />
<ccm_cms.articles object_id="600" />
<ccm_cms.article_texts
object_id="-600"
object_id="600"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-600"
object_id="600"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-30600"
category_id="-400"
object_id="-1100"
<ccm_core.categorizations categorization_id="30600"
category_id="400"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-400"
object_id="-1000"
<ccm_core.categorizations categorization_id="30500"
category_id="400"
object_id="1000"
category_order="1"
object_order="5"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-400"
object_id="-900"
<ccm_core.categorizations categorization_id="30400"
category_id="400"
object_id="900"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-400"
object_id="-700"
<ccm_core.categorizations categorization_id="30200"
category_id="400"
object_id="700"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-600"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="600"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-40100"
<ccm_cms.attachment_lists list_id="40100"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists list_id="40200"
name="downloads"
list_order="1"
uuid="b39e4937-9f15-4b1f-9869-5a1107612e94"
item_id="-600" />
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="-40100"
<ccm_cms.attachment_lists_aud list_id="40100"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists_aud list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="40200"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
item_id="600" />
<ccm_cms.attachments attachment_id="-50100"
<ccm_cms.attachments attachment_id="50100"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50200"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50300"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments attachment_id="50400"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="-50100"
<ccm_cms.attachments_aud attachment_id="50100"
rev="0"
revtype="0"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50200"
rev="0"
revtype="0"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50300"
rev="0"
revtype="0"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments_aud attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="50400"
rev="0"
revtype="0"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
</dataset>

View File

@ -4,90 +4,90 @@
<ccm_core.ccm_revisions id="0"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="media"
uuid="f8546369-4d06-47ea-9138-345d29ab8d68" />
<ccm_core.ccm_objects object_id="-500"
<ccm_core.ccm_objects object_id="500"
display_name="data"
uuid="18fbc7f4-ce7e-45d6-8dad-02887164b99d" />
<ccm_core.ccm_objects object_id="-600"
<ccm_core.ccm_objects object_id="600"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-700"
<ccm_core.ccm_objects object_id="700"
display_name="header.png"
uuid="4635589f-b87a-46d9-979e-6af14af063e5" />
<ccm_core.ccm_objects object_id="-800"
<ccm_core.ccm_objects object_id="800"
display_name="the-phb.png"
uuid="0a192e98-3b28-49d0-833f-bc9ff5f9d1d4" />
<ccm_core.ccm_objects object_id="-900"
<ccm_core.ccm_objects object_id="900"
display_name="services-header.png"
uuid="3fe13eb8-ec8d-4523-b42a-7fe1d5cf1a44" />
<ccm_core.ccm_objects object_id="-1000"
<ccm_core.ccm_objects object_id="1000"
display_name="product1-datasheet.pdf"
uuid="0393840f-06a6-4ec3-aeb3-a612f845ad60" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="catalog.pdf"
uuid="cee702ad-79f7-4f78-b93d-46932d958c1c" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects_aud object_id="-600"
<ccm_core.ccm_objects_aud object_id="600"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-700"
<ccm_core.ccm_objects_aud object_id="700"
rev="0"
revtype="0"
display_name="header.png" />
<ccm_core.ccm_objects_aud object_id="-800"
<ccm_core.ccm_objects_aud object_id="800"
rev="0"
revtype="0"
display_name="the-phb.png" />
<ccm_core.ccm_objects_aud object_id="-900"
<ccm_core.ccm_objects_aud object_id="900"
rev="0"
revtype="0"
display_name="services-header.png" />
<ccm_core.ccm_objects_aud object_id="-1000"
<ccm_core.ccm_objects_aud object_id="1000"
rev="0"
revtype="0"
display_name="product1-datasheet.pdf" />
<ccm_core.ccm_objects_aud object_id="-1100"
<ccm_core.ccm_objects_aud object_id="1100"
rev="0"
revtype="0"
display_name="catalog.pdf" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-400"
<ccm_core.categories object_id="400"
unique_id="f8546369-4d06-47ea-9138-345d29ab8d68"
name="media"
enabled="true"
visible="true"
abstract_category="false"
category_order="1"/>
<ccm_core.categories object_id="-500"
<ccm_core.categories object_id="500"
unique_id="18fbc7f4-ce7e-45d6-8dad-02887164b99d"
name="data"
enabled="true"
@ -95,356 +95,356 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-400"
<ccm_core.category_titles object_id="400"
locale="en"
localized_value="media" />
<ccm_core.category_titles object_id="-500"
<ccm_core.category_titles object_id="500"
locale="en"
localized_value="data" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-400"
<ccm_cms.folders object_id="400"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-500"
<ccm_cms.folders object_id="500"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-400"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-500"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="400"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="500"
content_section_id="100" />
<ccm_cms.content_types object_id="-1200"
<ccm_cms.content_types object_id="1200"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-600"
<ccm_cms.content_items object_id="600"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.assets object_id="-700" />
<ccm_cms.assets object_id="-800" />
<ccm_cms.assets object_id="-900" />
<ccm_cms.assets object_id="-1000" />
<ccm_cms.assets object_id="-1100" />
<ccm_cms.assets object_id="700" />
<ccm_cms.assets object_id="800" />
<ccm_cms.assets object_id="900" />
<ccm_cms.assets object_id="1000" />
<ccm_cms.assets object_id="1100" />
<ccm_cms.assets_aud object_id="-700"
<ccm_cms.assets_aud object_id="700"
rev="0" />
<ccm_cms.assets_aud object_id="-800"
<ccm_cms.assets_aud object_id="800"
rev="0" />
<ccm_cms.assets_aud object_id="-900"
<ccm_cms.assets_aud object_id="900"
rev="0" />
<ccm_cms.assets_aud object_id="-1000"
<ccm_cms.assets_aud object_id="1000"
rev="0" />
<ccm_cms.assets_aud object_id="-1100"
<ccm_cms.assets_aud object_id="1100"
rev="0" />
<ccm_cms.asset_titles asset_id="-700"
<ccm_cms.asset_titles asset_id="700"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-800"
<ccm_cms.asset_titles asset_id="800"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-900"
<ccm_cms.asset_titles asset_id="900"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles asset_id="-1000"
<ccm_cms.asset_titles asset_id="1000"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles asset_id="-1100"
<ccm_cms.asset_titles asset_id="1100"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.binary_assets object_id="-700"
<ccm_cms.binary_assets object_id="700"
filename="header.png"
mime_type="image/png"
data_size="0" />
<ccm_cms.binary_assets object_id="-800"
<ccm_cms.binary_assets object_id="800"
filename="the-phb.png"
mime_type="images/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-900"
<ccm_cms.binary_assets object_id="900"
filename="services-header.png"
mime_type="images/png"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1000"
<ccm_cms.binary_assets object_id="1000"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets object_id="-1100"
<ccm_cms.binary_assets object_id="1100"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-700"
<ccm_cms.binary_assets_aud object_id="700"
rev="0"
filename="header.png"
mime_type="image/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-800"
<ccm_cms.binary_assets_aud object_id="800"
rev="0"
filename="the-phb.png"
mime_type="images/png"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-900"
<ccm_cms.binary_assets_aud object_id="900"
rev="0"
filename="services-header.png"
mime_type="images/png" data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1000"
<ccm_cms.binary_assets_aud object_id="1000"
rev="0"
filename="product1-datasheet.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-1100"
<ccm_cms.binary_assets_aud object_id="1100"
rev="0"
filename="catalog.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.images object_id="-700"
<ccm_cms.images object_id="700"
height="0"
width="0" />
<ccm_cms.images object_id="-800"
<ccm_cms.images object_id="800"
height="0"
width="0" />
<ccm_cms.images object_id="-900"
<ccm_cms.images object_id="900"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-700"
<ccm_cms.images_aud object_id="700"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-800"
<ccm_cms.images_aud object_id="800"
rev="0"
height="0"
width="0" />
<ccm_cms.images_aud object_id="-900"
<ccm_cms.images_aud object_id="900"
rev="0"
height="0"
width="0" />
<ccm_cms.files object_id="-1000" />
<ccm_cms.files object_id="-1100" />
<ccm_cms.files object_id="1000" />
<ccm_cms.files object_id="1100" />
<ccm_cms.files_aud object_id="-1000"
<ccm_cms.files_aud object_id="1000"
rev="0" />
<ccm_cms.files_aud object_id="-1100"
<ccm_cms.files_aud object_id="1100"
rev="0" />
<ccm_cms.asset_titles_aud asset_id="-700"
<ccm_cms.asset_titles_aud asset_id="700"
rev="0"
revtype="0"
localized_value="header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-800"
<ccm_cms.asset_titles_aud asset_id="800"
rev="0"
revtype="0"
localized_value="the-phb.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-900"
<ccm_cms.asset_titles_aud asset_id="900"
rev="0"
revtype="0"
localized_value="services-header.png"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1000"
<ccm_cms.asset_titles_aud asset_id="1000"
rev="0"
revtype="0"
localized_value="product1-datasheet.pdf"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-1100"
<ccm_cms.asset_titles_aud asset_id="1100"
rev="0"
revtype="0"
localized_value="catalog.pdf"
locale="en" />
<ccm_cms.content_items_aud object_id="-600"
<ccm_cms.content_items_aud object_id="600"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-1200" />
content_type_id="1200" />
<ccm_cms.content_item_names object_id="-600"
<ccm_cms.content_item_names object_id="600"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-600"
object_id="600"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-600"
<ccm_cms.content_item_titles object_id="600"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-600"
object_id="600"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-1200"
<ccm_cms.content_type_labels object_id="1200"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-600" />
<ccm_cms.articles object_id="600" />
<ccm_cms.article_texts
object_id="-600"
object_id="600"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-600"
object_id="600"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-600"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="600"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-400"
object_id="-700"
<ccm_core.categorizations categorization_id="30200"
category_id="400"
object_id="700"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-400"
object_id="-800"
<ccm_core.categorizations categorization_id="30300"
category_id="400"
object_id="800"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-400"
object_id="-900"
<ccm_core.categorizations categorization_id="30400"
category_id="400"
object_id="900"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-400"
object_id="-1000"
<ccm_core.categorizations categorization_id="30500"
category_id="400"
object_id="1000"
category_order="1"
object_order="5"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30600"
category_id="-400"
object_id="-1100"
<ccm_core.categorizations categorization_id="30600"
category_id="400"
object_id="1100"
category_order="1"
object_order="6"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-40100"
<ccm_cms.attachment_lists list_id="40100"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists list_id="40200"
name="downloads"
list_order="1"
uuid="b39e4937-9f15-4b1f-9869-5a1107612e94"
item_id="-600" />
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="-40100"
<ccm_cms.attachment_lists_aud list_id="40100"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
<ccm_cms.attachment_lists_aud list_id="-40200"
item_id="600" />
<ccm_cms.attachment_lists_aud list_id="40200"
rev="0"
revtype="0"
name="images"
list_order="1"
uuid="45fd7d2f-7f60-480c-8e06-8763c4558213"
item_id="-600" />
item_id="600" />
<ccm_cms.attachments attachment_id="-50100"
<ccm_cms.attachments attachment_id="50100"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50200"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments attachment_id="50300"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments attachment_id="50400"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="-50100"
<ccm_cms.attachments_aud attachment_id="50100"
rev="0"
revtype="0"
sort_key="1"
uuid="eb7abe31-9b87-420b-8e5c-ca740b6e54d8"
asset_id="-700"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50200"
asset_id="700"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50200"
rev="0"
revtype="0"
sort_key="2"
uuid="53e090c1-d7b8-4e86-881b-75d7d0bb5218"
asset_id="-900"
attachment_list_id="-40100" />
<ccm_cms.attachments_aud attachment_id="-50300"
asset_id="900"
attachment_list_id="40100" />
<ccm_cms.attachments_aud attachment_id="50300"
rev="0"
revtype="0"
sort_key="1"
uuid="d1d56133-c139-4ee1-8f37-3a60c34b6dc4"
asset_id="-1000"
attachment_list_id="-40200" />
<ccm_cms.attachments_aud attachment_id="-50400"
asset_id="1000"
attachment_list_id="40200" />
<ccm_cms.attachments_aud attachment_id="50400"
rev="0"
revtype="0"
sort_key="1"
uuid="2ab364cf-28a9-4c3d-803c-a7742e7d49cd"
asset_id="-1100"
attachment_list_id="-40200" />
asset_id="1100"
attachment_list_id="40200" />
</dataset>

View File

@ -6,88 +6,88 @@
<ccm_core.ccm_revisions id="2"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-520"
<ccm_core.ccm_objects object_id="520"
display_name="article2"
uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects object_id="-730"
<ccm_core.ccm_objects object_id="730"
display_name="asset520-2a"
uuid="1b8e879e-cf79-4c1d-a732-56b4053ec311" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-730"
<ccm_core.ccm_objects_aud object_id="730"
rev="0"
revtype="0"
display_name="asset520-2a" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="2"
revtype="1"
display_name="article1" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -95,457 +95,457 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
<ccm_cms.content_items object_id="-520"
content_type_id="400" />
<ccm_cms.content_items object_id="520"
item_uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="-520" />
<ccm_cms.articles object_id="510" />
<ccm_cms.articles object_id="520" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-520"
object_id="520"
locale="en"
localized_value="In hac habitasse platea dictumst." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-520"
object_id="520"
localized_value="In hac habitasse platea dictumst."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="-730" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets object_id="730" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-730"
<ccm_cms.assets_aud object_id="730"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles asset_id="-730"
<ccm_cms.asset_titles asset_id="730"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-730"
<ccm_cms.asset_titles_aud asset_id="730"
rev="0"
revtype="0"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-730"
<ccm_cms.binary_assets object_id="730"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-730"
<ccm_cms.binary_assets_aud object_id="730"
rev="0"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="-730" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files object_id="730" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-730"
<ccm_cms.files_aud object_id="730"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-200"
object_id="-520"
<ccm_core.categorizations categorization_id="30200"
category_id="200"
object_id="520"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="0"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists list_id="520010"
name="list1"
list_order="1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists list_id="520020"
name="list2"
list_order="1"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520030"
item_id="520" />
<ccm_cms.attachment_lists list_id="520030"
name="newList"
list_order="3"
uuid="00000000-0000-0000-0000-000000000000"
item_id="-510" />
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="-520020"
<ccm_cms.attachment_lists_aud list_id="520020"
rev="0"
revtype="0"
name="list2"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-520010"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="520010"
rev="0"
revtype="0"
name="list1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revend="2"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="2"
revtype="1"
name="list2"
list_order="2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revend="2"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="2"
revtype="1"
name="list1"
list_order="1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revend="2"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="2"
revtype="1"
name="list1"
list_order="0"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510040"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510040"
rev="2"
revtype="0"
name="newList"
list_order="3"
uuid="00000000-0000-0000-0000-000000000000"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments attachment_id="510150"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments attachment_id="520110"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520120"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520130"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments attachment_id="520140"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="520110"
rev="0"
revtype="0"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520120"
rev="0"
revtype="0"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520130"
rev="0"
revtype="0"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments_aud attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="520140"
rev="0"
revtype="0"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
</dataset>

View File

@ -6,88 +6,88 @@
<ccm_core.ccm_revisions id="2"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-520"
<ccm_core.ccm_objects object_id="520"
display_name="article2"
uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects object_id="-730"
<ccm_core.ccm_objects object_id="730"
display_name="asset520-2a"
uuid="1b8e879e-cf79-4c1d-a732-56b4053ec311" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-730"
<ccm_core.ccm_objects_aud object_id="730"
rev="0"
revtype="0"
display_name="asset520-2a" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="2"
revtype="1"
display_name="article1" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -95,433 +95,433 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
<ccm_cms.content_items object_id="-520"
content_type_id="400" />
<ccm_cms.content_items object_id="520"
item_uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="-520" />
<ccm_cms.articles object_id="510" />
<ccm_cms.articles object_id="520" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-520"
object_id="520"
locale="en"
localized_value="In hac habitasse platea dictumst." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-520"
object_id="520"
localized_value="In hac habitasse platea dictumst."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="-730" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets object_id="730" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-730"
<ccm_cms.assets_aud object_id="730"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles asset_id="-730"
<ccm_cms.asset_titles asset_id="730"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-730"
<ccm_cms.asset_titles_aud asset_id="730"
rev="0"
revtype="0"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-730"
<ccm_cms.binary_assets object_id="730"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-730"
<ccm_cms.binary_assets_aud object_id="730"
rev="0"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="-730" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files object_id="730" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-730"
<ccm_cms.files_aud object_id="730"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-200"
object_id="-520"
<ccm_core.categorizations categorization_id="30200"
category_id="200"
object_id="520"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists list_id="520010"
name="list1"
list_order="1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists list_id="520020"
name="list2"
list_order="1"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520030"
item_id="520" />
<ccm_cms.attachment_lists list_id="520030"
name="newList"
list_order="0"
uuid="00000000-0000-0000-0000-000000000000"
item_id="-510" />
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="-520020"
<ccm_cms.attachment_lists_aud list_id="520020"
rev="0"
revtype="0"
name="list2"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-520010"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="520010"
rev="0"
revtype="0"
name="list1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510040"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510040"
rev="2"
revtype="0"
name="newList"
list_order="0"
uuid="00000000-0000-0000-0000-000000000000"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments attachment_id="510150"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments attachment_id="520110"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520120"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520130"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments attachment_id="520140"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="520110"
rev="0"
revtype="0"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520120"
rev="0"
revtype="0"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520130"
rev="0"
revtype="0"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments_aud attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="520140"
rev="0"
revtype="0"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
</dataset>

View File

@ -6,88 +6,88 @@
<ccm_core.ccm_revisions id="2"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-520"
<ccm_core.ccm_objects object_id="520"
display_name="article2"
uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects object_id="-730"
<ccm_core.ccm_objects object_id="730"
display_name="asset520-2a"
uuid="1b8e879e-cf79-4c1d-a732-56b4053ec311" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-730"
<ccm_core.ccm_objects_aud object_id="730"
rev="0"
revtype="0"
display_name="asset520-2a" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="2"
revtype="1"
display_name="article1" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -95,441 +95,441 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
<ccm_cms.content_items object_id="-520"
content_type_id="400" />
<ccm_cms.content_items object_id="520"
item_uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="-520" />
<ccm_cms.articles object_id="510" />
<ccm_cms.articles object_id="520" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-520"
object_id="520"
locale="en"
localized_value="In hac habitasse platea dictumst." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-520"
object_id="520"
localized_value="In hac habitasse platea dictumst."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="-730" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets object_id="730" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-730"
<ccm_cms.assets_aud object_id="730"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles asset_id="-730"
<ccm_cms.asset_titles asset_id="730"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-730"
<ccm_cms.asset_titles_aud asset_id="730"
rev="0"
revtype="0"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-730"
<ccm_cms.binary_assets object_id="730"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-730"
<ccm_cms.binary_assets_aud object_id="730"
rev="0"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="-730" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files object_id="730" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-730"
<ccm_cms.files_aud object_id="730"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-200"
object_id="-520"
<ccm_core.categorizations categorization_id="30200"
category_id="200"
object_id="520"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="0"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists list_id="520010"
name="list1"
list_order="1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists list_id="520020"
name="list2"
list_order="1"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520030"
item_id="520" />
<ccm_cms.attachment_lists list_id="520030"
name="newList"
list_order="1"
uuid="00000000-0000-0000-0000-000000000000"
item_id="-510" />
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="-520020"
<ccm_cms.attachment_lists_aud list_id="520020"
rev="0"
revtype="0"
name="list2"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-520010"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="520010"
rev="0"
revtype="0"
name="list1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revend="2"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="2"
revtype="1"
name="list1"
list_order="0"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510040"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510040"
rev="2"
revtype="0"
name="newList"
list_order="1"
uuid="00000000-0000-0000-0000-000000000000"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments attachment_id="510150"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments attachment_id="520110"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520120"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520130"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments attachment_id="520140"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="520110"
rev="0"
revtype="0"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520120"
rev="0"
revtype="0"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520130"
rev="0"
revtype="0"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments_aud attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="520140"
rev="0"
revtype="0"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
</dataset>

View File

@ -6,88 +6,88 @@
<ccm_core.ccm_revisions id="2"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-520"
<ccm_core.ccm_objects object_id="520"
display_name="article2"
uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects object_id="-730"
<ccm_core.ccm_objects object_id="730"
display_name="asset520-2a"
uuid="1b8e879e-cf79-4c1d-a732-56b4053ec311" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-730"
<ccm_core.ccm_objects_aud object_id="730"
rev="0"
revtype="0"
display_name="asset520-2a" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="2"
revtype="1"
display_name="article2" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -95,441 +95,441 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
<ccm_cms.content_items object_id="-520"
content_type_id="400" />
<ccm_cms.content_items object_id="520"
item_uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="-520" />
<ccm_cms.articles object_id="510" />
<ccm_cms.articles object_id="520" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-520"
object_id="520"
locale="en"
localized_value="In hac habitasse platea dictumst." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-520"
object_id="520"
localized_value="In hac habitasse platea dictumst."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="-730" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets object_id="730" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-730"
<ccm_cms.assets_aud object_id="730"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles asset_id="-730"
<ccm_cms.asset_titles asset_id="730"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-730"
<ccm_cms.asset_titles_aud asset_id="730"
rev="0"
revtype="0"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-730"
<ccm_cms.binary_assets object_id="730"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-730"
<ccm_cms.binary_assets_aud object_id="730"
rev="0"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="-730" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files object_id="730" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-730"
<ccm_cms.files_aud object_id="730"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-200"
object_id="-520"
<ccm_core.categorizations categorization_id="30200"
category_id="200"
object_id="520"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists list_id="520010"
name="list1"
list_order="0"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists list_id="520020"
name="list2"
list_order="1"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520030"
item_id="520" />
<ccm_cms.attachment_lists list_id="520030"
name="newList"
list_order="2"
uuid="00000000-0000-0000-0000-000000000000"
item_id="-520" />
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="-520020"
<ccm_cms.attachment_lists_aud list_id="520020"
rev="0"
revtype="0"
name="list2"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-520010"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="520010"
rev="0"
revend="2"
revtype="0"
name="list1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-520010"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="520010"
rev="2"
revtype="1"
name="list1"
list_order="0"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-520030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="520030"
rev="2"
revtype="0"
name="newList"
list_order="2"
uuid="00000000-0000-0000-0000-000000000000"
item_id="-520" />
item_id="520" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments attachment_id="510150"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments attachment_id="520110"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520120"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520130"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments attachment_id="520140"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="520110"
rev="0"
revtype="0"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520120"
rev="0"
revtype="0"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520130"
rev="0"
revtype="0"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments_aud attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="520140"
rev="0"
revtype="0"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
</dataset>

View File

@ -6,84 +6,84 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-520"
<ccm_core.ccm_objects object_id="520"
display_name="article2"
uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects object_id="-730"
<ccm_core.ccm_objects object_id="730"
display_name="asset520-2a"
uuid="1b8e879e-cf79-4c1d-a732-56b4053ec311" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-730"
<ccm_core.ccm_objects_aud object_id="730"
rev="0"
revtype="0"
display_name="asset520-2a" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -91,436 +91,436 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
<ccm_cms.content_items object_id="-520"
content_type_id="400" />
<ccm_cms.content_items object_id="520"
item_uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="-520" />
<ccm_cms.articles object_id="510" />
<ccm_cms.articles object_id="520" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-520"
object_id="520"
locale="en"
localized_value="In hac habitasse platea dictumst." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-520"
object_id="520"
localized_value="In hac habitasse platea dictumst."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="-730" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets object_id="730" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-730"
<ccm_cms.assets_aud object_id="730"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles asset_id="-730"
<ccm_cms.asset_titles asset_id="730"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-730"
<ccm_cms.asset_titles_aud asset_id="730"
rev="0"
revtype="0"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-730"
<ccm_cms.binary_assets object_id="730"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-730"
<ccm_cms.binary_assets_aud object_id="730"
rev="0"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="-730" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files object_id="730" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-730"
<ccm_cms.files_aud object_id="730"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-200"
object_id="-520"
<ccm_core.categorizations categorization_id="30200"
category_id="200"
object_id="520"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="3"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists list_id="520010"
name="list1"
list_order="1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists list_id="520020"
name="list2"
list_order="1"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="-510010"
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
revend="1"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
revend="1"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="520010"
rev="0"
revtype="0"
name="list1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="520020"
rev="0"
revtype="0"
name="list2"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="1"
revtype="1"
name="list1"
list_order="3"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="1"
revtype="1"
name="list2"
list_order="2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments attachment_id="510150"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments attachment_id="520110"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520120"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520130"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments attachment_id="520140"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="520110"
rev="0"
revtype="0"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520120"
rev="0"
revtype="0"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520130"
rev="0"
revtype="0"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments_aud attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="520140"
rev="0"
revtype="0"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
</dataset>

View File

@ -6,84 +6,84 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-520"
<ccm_core.ccm_objects object_id="520"
display_name="article2"
uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects object_id="-730"
<ccm_core.ccm_objects object_id="730"
display_name="asset520-2a"
uuid="1b8e879e-cf79-4c1d-a732-56b4053ec311" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-730"
<ccm_core.ccm_objects_aud object_id="730"
rev="0"
revtype="0"
display_name="asset520-2a" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -91,436 +91,436 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
<ccm_cms.content_items object_id="-520"
content_type_id="400" />
<ccm_cms.content_items object_id="520"
item_uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="-520" />
<ccm_cms.articles object_id="510" />
<ccm_cms.articles object_id="520" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-520"
object_id="520"
locale="en"
localized_value="In hac habitasse platea dictumst." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-520"
object_id="520"
localized_value="In hac habitasse platea dictumst."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="-730" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets object_id="730" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-730"
<ccm_cms.assets_aud object_id="730"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles asset_id="-730"
<ccm_cms.asset_titles asset_id="730"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-730"
<ccm_cms.asset_titles_aud asset_id="730"
rev="0"
revtype="0"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-730"
<ccm_cms.binary_assets object_id="730"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-730"
<ccm_cms.binary_assets_aud object_id="730"
rev="0"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="-730" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files object_id="730" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-730"
<ccm_cms.files_aud object_id="730"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-200"
object_id="-520"
<ccm_core.categorizations categorization_id="30200"
category_id="200"
object_id="520"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="2"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists list_id="520010"
name="list1"
list_order="1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists list_id="520020"
name="list2"
list_order="1"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="-510010"
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
revend="1"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
revend="1"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="520010"
rev="0"
revtype="0"
name="list1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="520020"
rev="0"
revtype="0"
name="list2"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="1"
revtype="1"
name="list1"
list_order="2"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="1"
revtype="1"
name="list1"
list_order="1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments attachment_id="510150"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments attachment_id="520110"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520120"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520130"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments attachment_id="520140"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="520110"
rev="0"
revtype="0"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520120"
rev="0"
revtype="0"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520130"
rev="0"
revtype="0"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments_aud attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="520140"
rev="0"
revtype="0"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
</dataset>

View File

@ -6,96 +6,96 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-520"
<ccm_core.ccm_objects object_id="520"
display_name="article2"
uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-730"
<ccm_core.ccm_objects object_id="730"
display_name="asset520-2a"
uuid="1b8e879e-cf79-4c1d-a732-56b4053ec311" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revend="1"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revend="1"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revend="1"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revend="1"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-730"
<ccm_core.ccm_objects_aud object_id="730"
rev="0"
revtype="0"
display_name="asset520-2a" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="1"
revtype="1"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="1"
revtype="1"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="1"
revtype="2" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="1"
revtype="2" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -103,430 +103,430 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
<ccm_cms.content_items object_id="-520"
content_type_id="400" />
<ccm_cms.content_items object_id="520"
item_uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="-520" />
<ccm_cms.articles object_id="510" />
<ccm_cms.articles object_id="520" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-520"
object_id="520"
locale="en"
localized_value="In hac habitasse platea dictumst." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-520"
object_id="520"
localized_value="In hac habitasse platea dictumst."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-730" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="730" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="1" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="1" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="1" />
<ccm_cms.assets_aud object_id="-730"
<ccm_cms.assets_aud object_id="730"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-730"
<ccm_cms.asset_titles asset_id="730"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revend="1"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="1"
revtype="2"
localized_value="asset-510-1a"
locale="en"/>
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revend="1"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="1"
revtype="2"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-730"
<ccm_cms.asset_titles_aud asset_id="730"
rev="0"
revtype="0"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-730"
<ccm_cms.binary_assets object_id="730"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="1"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0"/>
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="1" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="1" />
<ccm_cms.binary_assets_aud object_id="-730"
<ccm_cms.binary_assets_aud object_id="730"
rev="0"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-730" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="730" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="1" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="1" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="1" />
<ccm_cms.files_aud object_id="-730"
<ccm_cms.files_aud object_id="730"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-200"
object_id="-520"
<ccm_core.categorizations categorization_id="30200"
category_id="200"
object_id="520"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510020"
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists list_id="520010"
name="list1"
list_order="1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists list_id="520020"
name="list2"
list_order="1"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="-520020"
<ccm_cms.attachment_lists_aud list_id="520020"
rev="0"
revtype="0"
name="list2"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-520010"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="520010"
rev="0"
revtype="0"
name="list1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revend="1"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="1"
revtype="2" />
<ccm_cms.attachments attachment_id="-510140"
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments attachment_id="510150"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments attachment_id="520110"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520120"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520130"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments attachment_id="520140"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="-520140"
<ccm_cms.attachments_aud attachment_id="520140"
rev="0"
revtype="0"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
<ccm_cms.attachments_aud attachment_id="-520130"
asset_id="610"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="520130"
rev="0"
revtype="0"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments_aud attachment_id="-520120"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="520120"
rev="0"
revtype="0"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520110"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520110"
rev="0"
revtype="0"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
revend="1"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="1"
revtype="2" />
<ccm_cms.attachments_aud attachment_id="-510120"
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revend="1"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="1"
revtype="2" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revend="1"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510110"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510110"
rev="1"
revtype="2" />

View File

@ -4,84 +4,84 @@
<ccm_core.ccm_revisions id="0"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-520"
<ccm_core.ccm_objects object_id="520"
display_name="article2"
uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects object_id="-730"
<ccm_core.ccm_objects object_id="730"
display_name="asset520-2a"
uuid="1b8e879e-cf79-4c1d-a732-56b4053ec311" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-520"
<ccm_core.ccm_objects_aud object_id="520"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-730"
<ccm_core.ccm_objects_aud object_id="730"
rev="0"
revtype="0"
display_name="asset520-2a" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -89,420 +89,420 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
<ccm_cms.content_items object_id="-520"
content_type_id="400" />
<ccm_cms.content_items object_id="520"
item_uuid="8b5a3eda-afbb-4d1c-a579-e2f45da6540a"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="-520" />
<ccm_cms.articles object_id="510" />
<ccm_cms.articles object_id="520" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-520"
object_id="520"
locale="en"
localized_value="In hac habitasse platea dictumst." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-520"
object_id="520"
localized_value="In hac habitasse platea dictumst."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="-730" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets object_id="730" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-730"
<ccm_cms.assets_aud object_id="730"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles asset_id="-730"
<ccm_cms.asset_titles asset_id="730"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-730"
<ccm_cms.asset_titles_aud asset_id="730"
rev="0"
revtype="0"
localized_value="asset-520-2a"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-730"
<ccm_cms.binary_assets object_id="730"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-730"
<ccm_cms.binary_assets_aud object_id="730"
rev="0"
filename="asset-520-2a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="-730" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files object_id="730" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-730"
<ccm_cms.files_aud object_id="730"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-200"
object_id="-520"
<ccm_core.categorizations categorization_id="30200"
category_id="200"
object_id="520"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists list_id="520010"
name="list1"
list_order="1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists list_id="520020"
name="list2"
list_order="1"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="-510010"
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-520010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="520010"
rev="0"
revtype="0"
name="list1"
uuid="7f954258-3ec9-4eee-bafe-5339ebf8b832"
item_id="-520" />
<ccm_cms.attachment_lists_aud list_id="-520020"
item_id="520" />
<ccm_cms.attachment_lists_aud list_id="520020"
rev="0"
revtype="0"
name="list2"
uuid="a6841869-6ebd-4a14-9c52-627cfc880f4e"
item_id="-520" />
item_id="520" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments attachment_id="510150"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments attachment_id="520110"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520120"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments attachment_id="520130"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments attachment_id="520140"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-520110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="520110"
rev="0"
revtype="0"
sort_key="1"
uuid="192d338b-8267-4566-a509-918d3323bf74"
asset_id="-620"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520120"
asset_id="620"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520120"
rev="0"
revtype="0"
sort_key="2"
uuid="7cf32235-2794-457c-8436-e82bf1693382"
asset_id="-630"
attachment_list_id="-520010" />
<ccm_cms.attachments_aud attachment_id="-520130"
asset_id="630"
attachment_list_id="520010" />
<ccm_cms.attachments_aud attachment_id="520130"
rev="0"
revtype="0"
sort_key="1"
uuid="324c95da-b44d-415e-b20a-612b94b9d604"
asset_id="-730"
attachment_list_id="-520020" />
<ccm_cms.attachments_aud attachment_id="-520140"
asset_id="730"
attachment_list_id="520020" />
<ccm_cms.attachments_aud attachment_id="520140"
rev="0"
revtype="0"
sort_key="2"
uuid="d4b764cb-63d7-460f-87f8-f12032cab17c"
asset_id="-610"
attachment_list_id="-520020" />
asset_id="610"
attachment_list_id="520020" />
</dataset>

View File

@ -6,63 +6,63 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-2100"
<ccm_core.ccm_objects object_id="2100"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2200"
<ccm_core.ccm_objects object_id="2200"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-10100"
<ccm_core.ccm_objects object_id="10100"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-10300"
<ccm_core.ccm_objects object_id="10300"
display_name="article3"
uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd" />
<ccm_core.ccm_objects object_id="-10200"
<ccm_core.ccm_objects object_id="10200"
display_name="article2"
uuid="acae860f-2ffa-450d-b486-054292f0dae6" />
<ccm_core.ccm_objects object_id="-10400"
<ccm_core.ccm_objects object_id="10400"
display_name="news1"
uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-20200"
<ccm_core.ccm_objects object_id="20200"
display_name="org.librecms.contenttypes.News"
uuid="47740f22-f89f-4ec3-90cf-d62859e53c7e" />
<ccm_core.ccm_objects_aud object_id="-10100"
<ccm_core.ccm_objects_aud object_id="10100"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-10200"
<ccm_core.ccm_objects_aud object_id="10200"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-10300"
<ccm_core.ccm_objects_aud object_id="10300"
rev="0"
revtype="0"
display_name="article3" />
<ccm_core.ccm_objects_aud object_id="-10400"
<ccm_core.ccm_objects_aud object_id="10400"
rev="0"
revtype="0"
display_name="news1" />
<ccm_core.ccm_objects_aud object_id="-10100"
<ccm_core.ccm_objects_aud object_id="10100"
rev="1"
revtype="1"
display_name="article1" />
<ccm_core.categories object_id="-2100"
<ccm_core.categories object_id="2100"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2200"
<ccm_core.categories object_id="2200"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -70,553 +70,553 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2100"
<ccm_core.category_titles object_id="2100"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2200"
<ccm_core.category_titles object_id="2200"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-2100"
<ccm_cms.folders object_id="2100"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2200"
<ccm_cms.folders object_id="2200"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2100"
root_assets_folder_id="-2200" />
root_documents_folder_id="2100"
root_assets_folder_id="2200" />
<ccm_cms.folder_content_section_map folder_id="-2100"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2200"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2100"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2200"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
<ccm_cms.content_types object_id="-20200"
content_section_id="1100" />
<ccm_cms.content_types object_id="20200"
content_item_class="org.librecms.contenttypes.News"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-10100"
<ccm_cms.content_items object_id="10100"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10200"
content_type_id="20100" />
<ccm_cms.content_items object_id="10200"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10300"
content_type_id="20100" />
<ccm_cms.content_items object_id="10300"
item_uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10400"
content_type_id="20100" />
<ccm_cms.content_items object_id="10400"
item_uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72"
version="DRAFT"
content_type_id="-20200" />
content_type_id="20200" />
<ccm_cms.content_items_aud object_id="-10100"
<ccm_cms.content_items_aud object_id="10100"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items_aud object_id="-10100"
content_type_id="20100" />
<ccm_cms.content_items_aud object_id="10100"
rev="1"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items_aud object_id="-10200"
content_type_id="20100" />
<ccm_cms.content_items_aud object_id="10200"
rev="0"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100"/>
<ccm_cms.content_items_aud object_id="-10300"
content_type_id="20100"/>
<ccm_cms.content_items_aud object_id="10300"
rev="0"
item_uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd"
version="DRAFT"
content_type_id="-20100"/>
<ccm_cms.content_items_aud object_id="-10400"
content_type_id="20100"/>
<ccm_cms.content_items_aud object_id="10400"
rev="0"
item_uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72"
version="DRAFT"
content_type_id="-20200"/>
content_type_id="20200"/>
<ccm_cms.content_item_names object_id="-10100"
<ccm_cms.content_item_names object_id="10100"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names object_id="-10100"
<ccm_cms.content_item_names object_id="10100"
locale="fr"
localized_value="article1" />
<ccm_cms.content_item_names object_id="-10100"
<ccm_cms.content_item_names object_id="10100"
locale="de"
localized_value="article1" />
<ccm_cms.content_item_names object_id="-10200"
<ccm_cms.content_item_names object_id="10200"
locale="en"
localized_value="article2" />
<ccm_cms.content_item_names object_id="-10200"
<ccm_cms.content_item_names object_id="10200"
locale="de"
localized_value="article2" />
<ccm_cms.content_item_names object_id="-10300"
<ccm_cms.content_item_names object_id="10300"
locale="en"
localized_value="article3" />
<ccm_cms.content_item_names object_id="-10400"
<ccm_cms.content_item_names object_id="10400"
locale="en"
localized_value="news1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="fr"
revtype="0" />
<ccm_cms.content_item_names_aud rev="1"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="de"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="article2"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="article2"
locale="de"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="article3"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="news1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-10100"
<ccm_cms.content_item_titles object_id="10100"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles object_id="-10100"
<ccm_cms.content_item_titles object_id="10100"
locale="fr"
localized_value="Article 1" />
<ccm_cms.content_item_titles object_id="-10100"
<ccm_cms.content_item_titles object_id="10100"
locale="de"
localized_value="Article 1" />
<ccm_cms.content_item_titles object_id="-10200"
<ccm_cms.content_item_titles object_id="10200"
locale="en"
localized_value="Article 2" />
<ccm_cms.content_item_titles object_id="-10300"
<ccm_cms.content_item_titles object_id="10300"
locale="en"
localized_value="Article 3" />
<ccm_cms.content_item_titles object_id="-10400"
<ccm_cms.content_item_titles object_id="10400"
locale="en"
localized_value="News 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="fr"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="1"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="de"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="Article 2"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="Article 3"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="News 1"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions object_id="-10100"
<ccm_cms.content_item_descriptions object_id="10100"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10100"
<ccm_cms.content_item_descriptions object_id="10100"
locale="fr"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10200"
<ccm_cms.content_item_descriptions object_id="10200"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10300"
<ccm_cms.content_item_descriptions object_id="10300"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10400"
<ccm_cms.content_item_descriptions object_id="10400"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10100"
<ccm_cms.content_item_descriptions object_id="10100"
locale="de"
localized_value="Description" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Description"
locale="fr"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="1"
object_id="-10100"
object_id="10100"
localized_value="Description"
locale="de"
revtype="0" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.content_type_labels object_id="-20200"
<ccm_cms.content_type_labels object_id="20200"
locale="en"
localized_value="News" />
<ccm_cms.articles object_id="-10100" />
<ccm_cms.articles object_id="-10200" />
<ccm_cms.articles object_id="-10300" />
<ccm_cms.articles object_id="10100" />
<ccm_cms.articles object_id="10200" />
<ccm_cms.articles object_id="10300" />
<ccm_cms.articles_aud object_id="-10100"
<ccm_cms.articles_aud object_id="10100"
rev="0" />
<ccm_cms.articles_aud object_id="-10100"
<ccm_cms.articles_aud object_id="10100"
rev="1" />
<ccm_cms.articles_aud object_id="-10200"
<ccm_cms.articles_aud object_id="10200"
rev="0" />
<ccm_cms.articles_aud object_id="-10300"
<ccm_cms.articles_aud object_id="10300"
rev="0" />
<ccm_cms.article_texts
object_id="-10100"
object_id="10100"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-10100"
object_id="10100"
locale="fr"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-10100"
object_id="10100"
locale="de"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-10200"
object_id="10200"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-10300"
object_id="10300"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="fr"
revtype="0" />
<ccm_cms.article_texts_aud
rev="1"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="de"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10200"
object_id="10200"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10300"
object_id="10300"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis."
locale="en"
revtype="0" />
<ccm_cms.news object_id="-10400"
<ccm_cms.news object_id="10400"
news_date="2016-08-08"
homepage="false" />
<ccm_cms.news_texts
object_id="-10400"
object_id="10400"
locale="en"
localized_value="Curabitur vel sapien eu eros gravida bibendum vitae." />
<ccm_core.categorizations categorization_id="-30100"
category_id="-2100"
object_id="-10100"
<ccm_core.categorizations categorization_id="30100"
category_id="2100"
object_id="10100"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-2100"
object_id="-10200"
<ccm_core.categorizations categorization_id="30200"
category_id="2100"
object_id="10200"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-2100"
object_id="-10300"
<ccm_core.categorizations categorization_id="30300"
category_id="2100"
object_id="10300"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-2100"
object_id="-10400"
<ccm_core.categorizations categorization_id="30400"
category_id="2100"
object_id="10400"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.ccm_roles role_id="-3100"
<ccm_core.ccm_roles role_id="3100"
name="info_alert_recipient" />
<ccm_core.ccm_roles role_id="-3200"
<ccm_core.ccm_roles role_id="3200"
name="info_author" />
<ccm_core.ccm_roles role_id="-3300"
<ccm_core.ccm_roles role_id="3300"
name="info_editor" />
<ccm_core.ccm_roles role_id="-3400"
<ccm_core.ccm_roles role_id="3400"
name="info_manager" />
<ccm_core.ccm_roles role_id="-3500"
<ccm_core.ccm_roles role_id="3500"
name="info_publisher" />
<ccm_core.ccm_roles role_id="-3600"
<ccm_core.ccm_roles role_id="3600"
name="info_content_reader" />
<ccm_cms.content_section_roles role_id="-3100"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3200"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3300"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3400"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3500"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3600"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="3100"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3200"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3300"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3400"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3500"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3600"
section_id="1100" />
<ccm_core.permissions permission_id="-4110"
<ccm_core.permissions permission_id="4110"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4120"
<ccm_core.permissions permission_id="4120"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4130"
<ccm_core.permissions permission_id="4130"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4140"
<ccm_core.permissions permission_id="4140"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4150"
<ccm_core.permissions permission_id="4150"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4210"
<ccm_core.permissions permission_id="4210"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4220"
<ccm_core.permissions permission_id="4220"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4230"
<ccm_core.permissions permission_id="4230"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4240"
<ccm_core.permissions permission_id="4240"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4250"
<ccm_core.permissions permission_id="4250"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4260"
<ccm_core.permissions permission_id="4260"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4270"
<ccm_core.permissions permission_id="4270"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4310"
<ccm_core.permissions permission_id="4310"
granted_privilege="administer_roles"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4320"
<ccm_core.permissions permission_id="4320"
granted_privilege="administer_workflow"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4330"
<ccm_core.permissions permission_id="4330"
granted_privilege="administer_lifecyles"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4340"
<ccm_core.permissions permission_id="4340"
granted_privilege="administer_categories"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4350"
<ccm_core.permissions permission_id="4350"
granted_privilege="administer_content_types"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4360"
<ccm_core.permissions permission_id="4360"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4370"
<ccm_core.permissions permission_id="4370"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4380"
<ccm_core.permissions permission_id="4380"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4390"
<ccm_core.permissions permission_id="4390"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4400"
<ccm_core.permissions permission_id="4400"
granted_privilege="publish_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4410"
<ccm_core.permissions permission_id="4410"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4420"
<ccm_core.permissions permission_id="4420"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4430"
<ccm_core.permissions permission_id="4430"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4510"
<ccm_core.permissions permission_id="4510"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4520"
<ccm_core.permissions permission_id="4520"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4530"
<ccm_core.permissions permission_id="4530"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4540"
<ccm_core.permissions permission_id="4540"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4550"
<ccm_core.permissions permission_id="4550"
granted_privilege="publish_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4560"
<ccm_core.permissions permission_id="4560"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4570"
<ccm_core.permissions permission_id="4570"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4580"
<ccm_core.permissions permission_id="4580"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4610"
<ccm_core.permissions permission_id="4610"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3600"
object_id="2100"
grantee_id="3600"
creation_date="2016-07-15"/>

View File

@ -6,63 +6,63 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-2100"
<ccm_core.ccm_objects object_id="2100"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2200"
<ccm_core.ccm_objects object_id="2200"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-10100"
<ccm_core.ccm_objects object_id="10100"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-10300"
<ccm_core.ccm_objects object_id="10300"
display_name="article3"
uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd" />
<ccm_core.ccm_objects object_id="-10200"
<ccm_core.ccm_objects object_id="10200"
display_name="article2"
uuid="acae860f-2ffa-450d-b486-054292f0dae6" />
<ccm_core.ccm_objects object_id="-10400"
<ccm_core.ccm_objects object_id="10400"
display_name="news1"
uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-20200"
<ccm_core.ccm_objects object_id="20200"
display_name="org.librecms.contenttypes.News"
uuid="47740f22-f89f-4ec3-90cf-d62859e53c7e" />
<ccm_core.ccm_objects_aud object_id="-10100"
<ccm_core.ccm_objects_aud object_id="10100"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-10200"
<ccm_core.ccm_objects_aud object_id="10200"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-10300"
<ccm_core.ccm_objects_aud object_id="10300"
rev="0"
revtype="0"
display_name="article3" />
<ccm_core.ccm_objects_aud object_id="-10400"
<ccm_core.ccm_objects_aud object_id="10400"
rev="0"
revtype="0"
display_name="news1" />
<ccm_core.ccm_objects_aud object_id="-10200"
<ccm_core.ccm_objects_aud object_id="10200"
rev="1"
revtype="1"
display_name="article2" />
<ccm_core.categories object_id="-2100"
<ccm_core.categories object_id="2100"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2200"
<ccm_core.categories object_id="2200"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -70,543 +70,543 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2100"
<ccm_core.category_titles object_id="2100"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2200"
<ccm_core.category_titles object_id="2200"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-2100"
<ccm_cms.folders object_id="2100"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2200"
<ccm_cms.folders object_id="2200"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2100"
root_assets_folder_id="-2200" />
root_documents_folder_id="2100"
root_assets_folder_id="2200" />
<ccm_cms.folder_content_section_map folder_id="-2100"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2200"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2100"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2200"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
<ccm_cms.content_types object_id="-20200"
content_section_id="1100" />
<ccm_cms.content_types object_id="20200"
content_item_class="org.librecms.contenttypes.News"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-10100"
<ccm_cms.content_items object_id="10100"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10200"
content_type_id="20100" />
<ccm_cms.content_items object_id="10200"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10300"
content_type_id="20100" />
<ccm_cms.content_items object_id="10300"
item_uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10400"
content_type_id="20100" />
<ccm_cms.content_items object_id="10400"
item_uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72"
version="DRAFT"
content_type_id="-20200" />
content_type_id="20200" />
<ccm_cms.content_items_aud object_id="-10100"
<ccm_cms.content_items_aud object_id="10100"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items_aud object_id="-10200"
content_type_id="20100" />
<ccm_cms.content_items_aud object_id="10200"
rev="0"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100"/>
<ccm_cms.content_items_aud object_id="-10300"
content_type_id="20100"/>
<ccm_cms.content_items_aud object_id="10300"
rev="0"
item_uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd"
version="DRAFT"
content_type_id="-20100"/>
<ccm_cms.content_items_aud object_id="-10400"
content_type_id="20100"/>
<ccm_cms.content_items_aud object_id="10400"
rev="0"
item_uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72"
version="DRAFT"
content_type_id="-20200"/>
<ccm_cms.content_items_aud object_id="-10200"
content_type_id="20200"/>
<ccm_cms.content_items_aud object_id="10200"
rev="1"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100"/>
content_type_id="20100"/>
<ccm_cms.content_item_names object_id="-10100"
<ccm_cms.content_item_names object_id="10100"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names object_id="-10100"
<ccm_cms.content_item_names object_id="10100"
locale="fr"
localized_value="article1" />
<ccm_cms.content_item_names object_id="-10200"
<ccm_cms.content_item_names object_id="10200"
locale="en"
localized_value="article2" />
<ccm_cms.content_item_names object_id="-10200"
<ccm_cms.content_item_names object_id="10200"
locale="de"
localized_value="article2" />
<ccm_cms.content_item_names object_id="-10300"
<ccm_cms.content_item_names object_id="10300"
locale="en"
localized_value="article3" />
<ccm_cms.content_item_names object_id="-10400"
<ccm_cms.content_item_names object_id="10400"
locale="en"
localized_value="news1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="fr"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="article2"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="article2"
locale="de"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="article3"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="news1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-10100"
<ccm_cms.content_item_titles object_id="10100"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles object_id="-10100"
<ccm_cms.content_item_titles object_id="10100"
locale="fr"
localized_value="Article 1" />
<ccm_cms.content_item_titles object_id="-10200"
<ccm_cms.content_item_titles object_id="10200"
locale="en"
localized_value="Article 2" />
<ccm_cms.content_item_titles object_id="-10200"
<ccm_cms.content_item_titles object_id="10200"
locale="de"
localized_value="Article 2" />
<ccm_cms.content_item_titles object_id="-10300"
<ccm_cms.content_item_titles object_id="10300"
locale="en"
localized_value="Article 3" />
<ccm_cms.content_item_titles object_id="-10400"
<ccm_cms.content_item_titles object_id="10400"
locale="en"
localized_value="News 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="fr"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="Article 2"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="Article 3"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="News 1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="1"
object_id="-10200"
object_id="10200"
localized_value="Article 2"
locale="de"
revtype="0" />
<ccm_cms.content_item_descriptions object_id="-10100"
<ccm_cms.content_item_descriptions object_id="10100"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10100"
<ccm_cms.content_item_descriptions object_id="10100"
locale="fr"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10200"
<ccm_cms.content_item_descriptions object_id="10200"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10300"
<ccm_cms.content_item_descriptions object_id="10300"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10400"
<ccm_cms.content_item_descriptions object_id="10400"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10200"
<ccm_cms.content_item_descriptions object_id="10200"
locale="de"
localized_value="Description" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Description"
locale="fr"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="1"
object_id="-10200"
object_id="10200"
localized_value="Description"
locale="de"
revtype="0" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.content_type_labels object_id="-20200"
<ccm_cms.content_type_labels object_id="20200"
locale="en"
localized_value="News" />
<ccm_cms.articles object_id="-10100" />
<ccm_cms.articles object_id="-10200" />
<ccm_cms.articles object_id="-10300" />
<ccm_cms.articles object_id="10100" />
<ccm_cms.articles object_id="10200" />
<ccm_cms.articles object_id="10300" />
<ccm_cms.articles_aud object_id="-10100"
<ccm_cms.articles_aud object_id="10100"
rev="0" />
<ccm_cms.articles_aud object_id="-10200"
<ccm_cms.articles_aud object_id="10200"
rev="0" />
<ccm_cms.articles_aud object_id="-10300"
<ccm_cms.articles_aud object_id="10300"
rev="0" />
<ccm_cms.articles_aud object_id="-10200"
<ccm_cms.articles_aud object_id="10200"
rev="1" />
<ccm_cms.article_texts
object_id="-10100"
object_id="10100"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-10100"
object_id="10100"
locale="fr"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-10200"
object_id="10200"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-10200"
object_id="10200"
locale="de"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-10300"
object_id="10300"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="fr"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10200"
object_id="10200"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10300"
object_id="10300"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="1"
object_id="-10200"
object_id="10200"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at."
locale="de"
revtype="0" />
<ccm_cms.news object_id="-10400"
<ccm_cms.news object_id="10400"
news_date="2016-08-08"
homepage="false" />
<ccm_cms.news_texts
object_id="-10400"
object_id="10400"
locale="en"
localized_value="Curabitur vel sapien eu eros gravida bibendum vitae." />
<ccm_core.categorizations categorization_id="-30100"
category_id="-2100"
object_id="-10100"
<ccm_core.categorizations categorization_id="30100"
category_id="2100"
object_id="10100"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-2100"
object_id="-10200"
<ccm_core.categorizations categorization_id="30200"
category_id="2100"
object_id="10200"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-2100"
object_id="-10300"
<ccm_core.categorizations categorization_id="30300"
category_id="2100"
object_id="10300"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-2100"
object_id="-10400"
<ccm_core.categorizations categorization_id="30400"
category_id="2100"
object_id="10400"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.ccm_roles role_id="-3100"
<ccm_core.ccm_roles role_id="3100"
name="info_alert_recipient" />
<ccm_core.ccm_roles role_id="-3200"
<ccm_core.ccm_roles role_id="3200"
name="info_author" />
<ccm_core.ccm_roles role_id="-3300"
<ccm_core.ccm_roles role_id="3300"
name="info_editor" />
<ccm_core.ccm_roles role_id="-3400"
<ccm_core.ccm_roles role_id="3400"
name="info_manager" />
<ccm_core.ccm_roles role_id="-3500"
<ccm_core.ccm_roles role_id="3500"
name="info_publisher" />
<ccm_core.ccm_roles role_id="-3600"
<ccm_core.ccm_roles role_id="3600"
name="info_content_reader" />
<ccm_cms.content_section_roles role_id="-3100"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3200"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3300"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3400"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3500"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3600"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="3100"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3200"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3300"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3400"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3500"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3600"
section_id="1100" />
<ccm_core.permissions permission_id="-4110"
<ccm_core.permissions permission_id="4110"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4120"
<ccm_core.permissions permission_id="4120"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4130"
<ccm_core.permissions permission_id="4130"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4140"
<ccm_core.permissions permission_id="4140"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4150"
<ccm_core.permissions permission_id="4150"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4210"
<ccm_core.permissions permission_id="4210"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4220"
<ccm_core.permissions permission_id="4220"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4230"
<ccm_core.permissions permission_id="4230"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4240"
<ccm_core.permissions permission_id="4240"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4250"
<ccm_core.permissions permission_id="4250"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4260"
<ccm_core.permissions permission_id="4260"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4270"
<ccm_core.permissions permission_id="4270"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4310"
<ccm_core.permissions permission_id="4310"
granted_privilege="administer_roles"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4320"
<ccm_core.permissions permission_id="4320"
granted_privilege="administer_workflow"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4330"
<ccm_core.permissions permission_id="4330"
granted_privilege="administer_lifecyles"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4340"
<ccm_core.permissions permission_id="4340"
granted_privilege="administer_categories"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4350"
<ccm_core.permissions permission_id="4350"
granted_privilege="administer_content_types"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4360"
<ccm_core.permissions permission_id="4360"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4370"
<ccm_core.permissions permission_id="4370"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4380"
<ccm_core.permissions permission_id="4380"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4390"
<ccm_core.permissions permission_id="4390"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4400"
<ccm_core.permissions permission_id="4400"
granted_privilege="publish_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4410"
<ccm_core.permissions permission_id="4410"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4420"
<ccm_core.permissions permission_id="4420"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4430"
<ccm_core.permissions permission_id="4430"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4510"
<ccm_core.permissions permission_id="4510"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4520"
<ccm_core.permissions permission_id="4520"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4530"
<ccm_core.permissions permission_id="4530"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4540"
<ccm_core.permissions permission_id="4540"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4550"
<ccm_core.permissions permission_id="4550"
granted_privilege="publish_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4560"
<ccm_core.permissions permission_id="4560"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4570"
<ccm_core.permissions permission_id="4570"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4580"
<ccm_core.permissions permission_id="4580"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4610"
<ccm_core.permissions permission_id="4610"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3600"
object_id="2100"
grantee_id="3600"
creation_date="2016-07-15"/>

View File

@ -6,63 +6,63 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-2100"
<ccm_core.ccm_objects object_id="2100"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2200"
<ccm_core.ccm_objects object_id="2200"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-10100"
<ccm_core.ccm_objects object_id="10100"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-10300"
<ccm_core.ccm_objects object_id="10300"
display_name="article3"
uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd" />
<ccm_core.ccm_objects object_id="-10200"
<ccm_core.ccm_objects object_id="10200"
display_name="article2"
uuid="acae860f-2ffa-450d-b486-054292f0dae6" />
<ccm_core.ccm_objects object_id="-10400"
<ccm_core.ccm_objects object_id="10400"
display_name="news1"
uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-20200"
<ccm_core.ccm_objects object_id="20200"
display_name="org.librecms.contenttypes.News"
uuid="47740f22-f89f-4ec3-90cf-d62859e53c7e" />
<ccm_core.ccm_objects_aud object_id="-10100"
<ccm_core.ccm_objects_aud object_id="10100"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-10200"
<ccm_core.ccm_objects_aud object_id="10200"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-10300"
<ccm_core.ccm_objects_aud object_id="10300"
rev="0"
revtype="0"
display_name="article3" />
<ccm_core.ccm_objects_aud object_id="-10400"
<ccm_core.ccm_objects_aud object_id="10400"
rev="0"
revtype="0"
display_name="news1" />
<ccm_core.ccm_objects_aud object_id="-10100"
<ccm_core.ccm_objects_aud object_id="10100"
rev="1"
revtype="1"
display_name="article1" />
<ccm_core.categories object_id="-2100"
<ccm_core.categories object_id="2100"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2200"
<ccm_core.categories object_id="2200"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -70,527 +70,527 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2100"
<ccm_core.category_titles object_id="2100"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2200"
<ccm_core.category_titles object_id="2200"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-2100"
<ccm_cms.folders object_id="2100"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2200"
<ccm_cms.folders object_id="2200"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2100"
root_assets_folder_id="-2200" />
root_documents_folder_id="2100"
root_assets_folder_id="2200" />
<ccm_cms.folder_content_section_map folder_id="-2100"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2200"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2100"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2200"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
<ccm_cms.content_types object_id="-20200"
content_section_id="1100" />
<ccm_cms.content_types object_id="20200"
content_item_class="org.librecms.contenttypes.News"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-10100"
<ccm_cms.content_items object_id="10100"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10200"
content_type_id="20100" />
<ccm_cms.content_items object_id="10200"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10300"
content_type_id="20100" />
<ccm_cms.content_items object_id="10300"
item_uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10400"
content_type_id="20100" />
<ccm_cms.content_items object_id="10400"
item_uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72"
version="DRAFT"
content_type_id="-20200" />
content_type_id="20200" />
<ccm_cms.content_items_aud object_id="-10100"
<ccm_cms.content_items_aud object_id="10100"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items_aud object_id="-10100"
content_type_id="20100" />
<ccm_cms.content_items_aud object_id="10100"
rev="1"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items_aud object_id="-10200"
content_type_id="20100" />
<ccm_cms.content_items_aud object_id="10200"
rev="0"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100"/>
<ccm_cms.content_items_aud object_id="-10300"
content_type_id="20100"/>
<ccm_cms.content_items_aud object_id="10300"
rev="0"
item_uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd"
version="DRAFT"
content_type_id="-20100"/>
<ccm_cms.content_items_aud object_id="-10400"
content_type_id="20100"/>
<ccm_cms.content_items_aud object_id="10400"
rev="0"
item_uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72"
version="DRAFT"
content_type_id="-20200"/>
content_type_id="20200"/>
<ccm_cms.content_item_names object_id="-10100"
<ccm_cms.content_item_names object_id="10100"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names object_id="-10200"
<ccm_cms.content_item_names object_id="10200"
locale="en"
localized_value="article2" />
<ccm_cms.content_item_names object_id="-10200"
<ccm_cms.content_item_names object_id="10200"
locale="de"
localized_value="article2" />
<ccm_cms.content_item_names object_id="-10300"
<ccm_cms.content_item_names object_id="10300"
locale="en"
localized_value="article3" />
<ccm_cms.content_item_names object_id="-10400"
<ccm_cms.content_item_names object_id="10400"
locale="en"
localized_value="news1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="fr"
revtype="0" />
<ccm_cms.content_item_names_aud rev="1"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="fr"
revtype="2" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="article2"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="article2"
locale="de"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="article3"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="news1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-10100"
<ccm_cms.content_item_titles object_id="10100"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles object_id="-10200"
<ccm_cms.content_item_titles object_id="10200"
locale="en"
localized_value="Article 2" />
<ccm_cms.content_item_titles object_id="-10300"
<ccm_cms.content_item_titles object_id="10300"
locale="en"
localized_value="Article 3" />
<ccm_cms.content_item_titles object_id="-10400"
<ccm_cms.content_item_titles object_id="10400"
locale="en"
localized_value="News 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="fr"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="1"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="fr"
revtype="2" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="Article 2"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="Article 3"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="News 1"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions object_id="-10100"
<ccm_cms.content_item_descriptions object_id="10100"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10200"
<ccm_cms.content_item_descriptions object_id="10200"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10300"
<ccm_cms.content_item_descriptions object_id="10300"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10400"
<ccm_cms.content_item_descriptions object_id="10400"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Description"
locale="fr"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="1"
object_id="-10100"
object_id="10100"
localized_value="Description"
locale="fr"
revtype="2" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.content_type_labels object_id="-20200"
<ccm_cms.content_type_labels object_id="20200"
locale="en"
localized_value="News" />
<ccm_cms.articles object_id="-10100" />
<ccm_cms.articles object_id="-10200" />
<ccm_cms.articles object_id="-10300" />
<ccm_cms.articles object_id="10100" />
<ccm_cms.articles object_id="10200" />
<ccm_cms.articles object_id="10300" />
<ccm_cms.articles_aud object_id="-10100"
<ccm_cms.articles_aud object_id="10100"
rev="0" />
<ccm_cms.articles_aud object_id="-10200"
<ccm_cms.articles_aud object_id="10200"
rev="0" />
<ccm_cms.articles_aud object_id="-10300"
<ccm_cms.articles_aud object_id="10300"
rev="0" />
<ccm_cms.articles_aud object_id="-10100"
<ccm_cms.articles_aud object_id="10100"
rev="1" />
<ccm_cms.article_texts
object_id="-10100"
object_id="10100"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-10200"
object_id="10200"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-10300"
object_id="10300"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="fr"
revtype="0" />
<ccm_cms.article_texts_aud
rev="1"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="fr"
revtype="2" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10200"
object_id="10200"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10300"
object_id="10300"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis."
locale="en"
revtype="0" />
<ccm_cms.news object_id="-10400"
<ccm_cms.news object_id="10400"
news_date="2016-08-08"
homepage="false" />
<ccm_cms.news_texts
object_id="-10400"
object_id="10400"
locale="en"
localized_value="Curabitur vel sapien eu eros gravida bibendum vitae." />
<ccm_core.categorizations categorization_id="-30100"
category_id="-2100"
object_id="-10100"
<ccm_core.categorizations categorization_id="30100"
category_id="2100"
object_id="10100"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-2100"
object_id="-10200"
<ccm_core.categorizations categorization_id="30200"
category_id="2100"
object_id="10200"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-2100"
object_id="-10300"
<ccm_core.categorizations categorization_id="30300"
category_id="2100"
object_id="10300"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-2100"
object_id="-10400"
<ccm_core.categorizations categorization_id="30400"
category_id="2100"
object_id="10400"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.ccm_roles role_id="-3100"
<ccm_core.ccm_roles role_id="3100"
name="info_alert_recipient" />
<ccm_core.ccm_roles role_id="-3200"
<ccm_core.ccm_roles role_id="3200"
name="info_author" />
<ccm_core.ccm_roles role_id="-3300"
<ccm_core.ccm_roles role_id="3300"
name="info_editor" />
<ccm_core.ccm_roles role_id="-3400"
<ccm_core.ccm_roles role_id="3400"
name="info_manager" />
<ccm_core.ccm_roles role_id="-3500"
<ccm_core.ccm_roles role_id="3500"
name="info_publisher" />
<ccm_core.ccm_roles role_id="-3600"
<ccm_core.ccm_roles role_id="3600"
name="info_content_reader" />
<ccm_cms.content_section_roles role_id="-3100"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3200"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3300"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3400"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3500"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3600"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="3100"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3200"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3300"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3400"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3500"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3600"
section_id="1100" />
<ccm_core.permissions permission_id="-4110"
<ccm_core.permissions permission_id="4110"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4120"
<ccm_core.permissions permission_id="4120"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4130"
<ccm_core.permissions permission_id="4130"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4140"
<ccm_core.permissions permission_id="4140"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4150"
<ccm_core.permissions permission_id="4150"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4210"
<ccm_core.permissions permission_id="4210"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4220"
<ccm_core.permissions permission_id="4220"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4230"
<ccm_core.permissions permission_id="4230"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4240"
<ccm_core.permissions permission_id="4240"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4250"
<ccm_core.permissions permission_id="4250"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4260"
<ccm_core.permissions permission_id="4260"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4270"
<ccm_core.permissions permission_id="4270"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4310"
<ccm_core.permissions permission_id="4310"
granted_privilege="administer_roles"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4320"
<ccm_core.permissions permission_id="4320"
granted_privilege="administer_workflow"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4330"
<ccm_core.permissions permission_id="4330"
granted_privilege="administer_lifecyles"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4340"
<ccm_core.permissions permission_id="4340"
granted_privilege="administer_categories"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4350"
<ccm_core.permissions permission_id="4350"
granted_privilege="administer_content_types"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4360"
<ccm_core.permissions permission_id="4360"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4370"
<ccm_core.permissions permission_id="4370"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4380"
<ccm_core.permissions permission_id="4380"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4390"
<ccm_core.permissions permission_id="4390"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4400"
<ccm_core.permissions permission_id="4400"
granted_privilege="publish_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4410"
<ccm_core.permissions permission_id="4410"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4420"
<ccm_core.permissions permission_id="4420"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4430"
<ccm_core.permissions permission_id="4430"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4510"
<ccm_core.permissions permission_id="4510"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4520"
<ccm_core.permissions permission_id="4520"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4530"
<ccm_core.permissions permission_id="4530"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4540"
<ccm_core.permissions permission_id="4540"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4550"
<ccm_core.permissions permission_id="4550"
granted_privilege="publish_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4560"
<ccm_core.permissions permission_id="4560"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4570"
<ccm_core.permissions permission_id="4570"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4580"
<ccm_core.permissions permission_id="4580"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4610"
<ccm_core.permissions permission_id="4610"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3600"
object_id="2100"
grantee_id="3600"
creation_date="2016-07-15"/>

View File

@ -4,59 +4,59 @@
<ccm_core.ccm_revisions id="0"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-2100"
<ccm_core.ccm_objects object_id="2100"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2200"
<ccm_core.ccm_objects object_id="2200"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-10100"
<ccm_core.ccm_objects object_id="10100"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-10300"
<ccm_core.ccm_objects object_id="10300"
display_name="article3"
uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd" />
<ccm_core.ccm_objects object_id="-10200"
<ccm_core.ccm_objects object_id="10200"
display_name="article2"
uuid="acae860f-2ffa-450d-b486-054292f0dae6" />
<ccm_core.ccm_objects object_id="-10400"
<ccm_core.ccm_objects object_id="10400"
display_name="news1"
uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-20200"
<ccm_core.ccm_objects object_id="20200"
display_name="org.librecms.contenttypes.News"
uuid="47740f22-f89f-4ec3-90cf-d62859e53c7e" />
<ccm_core.ccm_objects_aud object_id="-10100"
<ccm_core.ccm_objects_aud object_id="10100"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-10200"
<ccm_core.ccm_objects_aud object_id="10200"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-10300"
<ccm_core.ccm_objects_aud object_id="10300"
rev="0"
revtype="0"
display_name="article3" />
<ccm_core.ccm_objects_aud object_id="-10400"
<ccm_core.ccm_objects_aud object_id="10400"
rev="0"
revtype="0"
display_name="news1" />
<ccm_core.categories object_id="-2100"
<ccm_core.categories object_id="2100"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2200"
<ccm_core.categories object_id="2200"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -64,510 +64,510 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2100"
<ccm_core.category_titles object_id="2100"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2200"
<ccm_core.category_titles object_id="2200"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-2100"
<ccm_cms.folders object_id="2100"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2200"
<ccm_cms.folders object_id="2200"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2100"
root_assets_folder_id="-2200" />
root_documents_folder_id="2100"
root_assets_folder_id="2200" />
<ccm_cms.folder_content_section_map folder_id="-2100"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2200"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2100"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2200"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
<ccm_cms.content_types object_id="-20200"
content_section_id="1100" />
<ccm_cms.content_types object_id="20200"
content_item_class="org.librecms.contenttypes.News"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-10100"
<ccm_cms.content_items object_id="10100"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10200"
content_type_id="20100" />
<ccm_cms.content_items object_id="10200"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10300"
content_type_id="20100" />
<ccm_cms.content_items object_id="10300"
item_uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10400"
content_type_id="20100" />
<ccm_cms.content_items object_id="10400"
item_uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72"
version="DRAFT"
content_type_id="-20200" />
content_type_id="20200" />
<ccm_cms.content_items_aud object_id="-10100"
<ccm_cms.content_items_aud object_id="10100"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items_aud object_id="-10200"
content_type_id="20100" />
<ccm_cms.content_items_aud object_id="10200"
rev="0"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100"/>
<ccm_cms.content_items_aud object_id="-10300"
content_type_id="20100"/>
<ccm_cms.content_items_aud object_id="10300"
rev="0"
item_uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd"
version="DRAFT"
content_type_id="-20100"/>
<ccm_cms.content_items_aud object_id="-10400"
content_type_id="20100"/>
<ccm_cms.content_items_aud object_id="10400"
rev="0"
item_uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72"
version="DRAFT"
content_type_id="-20200"/>
content_type_id="20200"/>
<ccm_cms.content_item_names object_id="-10100"
<ccm_cms.content_item_names object_id="10100"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names object_id="-10100"
<ccm_cms.content_item_names object_id="10100"
locale="fr"
localized_value="article1" />
<ccm_cms.content_item_names object_id="-10200"
<ccm_cms.content_item_names object_id="10200"
locale="en"
localized_value="article2" />
<ccm_cms.content_item_names object_id="-10200"
<ccm_cms.content_item_names object_id="10200"
locale="de"
localized_value="article2" />
<ccm_cms.content_item_names object_id="-10300"
<ccm_cms.content_item_names object_id="10300"
locale="en"
localized_value="article3" />
<ccm_cms.content_item_names object_id="-10400"
<ccm_cms.content_item_names object_id="10400"
locale="en"
localized_value="news1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="fr"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="article2"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="article2"
locale="de"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="article3"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="news1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-10100"
<ccm_cms.content_item_titles object_id="10100"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles object_id="-10100"
<ccm_cms.content_item_titles object_id="10100"
locale="fr"
localized_value="Article 1" />
<ccm_cms.content_item_titles object_id="-10200"
<ccm_cms.content_item_titles object_id="10200"
locale="en"
localized_value="Article 2" />
<ccm_cms.content_item_titles object_id="-10300"
<ccm_cms.content_item_titles object_id="10300"
locale="en"
localized_value="Article 3" />
<ccm_cms.content_item_titles object_id="-10400"
<ccm_cms.content_item_titles object_id="10400"
locale="en"
localized_value="News 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="fr"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="Article 2"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="Article 3"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="News 1"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions object_id="-10100"
<ccm_cms.content_item_descriptions object_id="10100"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10100"
<ccm_cms.content_item_descriptions object_id="10100"
locale="fr"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10200"
<ccm_cms.content_item_descriptions object_id="10200"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10300"
<ccm_cms.content_item_descriptions object_id="10300"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions object_id="-10400"
<ccm_cms.content_item_descriptions object_id="10400"
locale="en"
localized_value="Description" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Description"
locale="fr"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_item_descriptions_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="Description"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.content_type_labels object_id="-20200"
<ccm_cms.content_type_labels object_id="20200"
locale="en"
localized_value="News" />
<ccm_cms.articles object_id="-10100" />
<ccm_cms.articles object_id="-10200" />
<ccm_cms.articles object_id="-10300" />
<ccm_cms.articles object_id="10100" />
<ccm_cms.articles object_id="10200" />
<ccm_cms.articles object_id="10300" />
<ccm_cms.articles_aud object_id="-10100"
<ccm_cms.articles_aud object_id="10100"
rev="0" />
<ccm_cms.articles_aud object_id="-10200"
<ccm_cms.articles_aud object_id="10200"
rev="0" />
<ccm_cms.articles_aud object_id="-10300"
<ccm_cms.articles_aud object_id="10300"
rev="0" />
<ccm_cms.article_texts
object_id="-10100"
object_id="10100"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-10100"
object_id="10100"
locale="fr"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-10200"
object_id="10200"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-10300"
object_id="10300"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="fr"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10200"
object_id="10200"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10300"
object_id="10300"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis."
locale="en"
revtype="0" />
<ccm_cms.news object_id="-10400"
<ccm_cms.news object_id="10400"
news_date="2016-08-08"
homepage="false" />
<ccm_cms.news_texts
object_id="-10400"
object_id="10400"
locale="en"
localized_value="Curabitur vel sapien eu eros gravida bibendum vitae." />
<ccm_core.categorizations categorization_id="-30100"
category_id="-2100"
object_id="-10100"
<ccm_core.categorizations categorization_id="30100"
category_id="2100"
object_id="10100"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-2100"
object_id="-10200"
<ccm_core.categorizations categorization_id="30200"
category_id="2100"
object_id="10200"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-2100"
object_id="-10300"
<ccm_core.categorizations categorization_id="30300"
category_id="2100"
object_id="10300"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-2100"
object_id="-10400"
<ccm_core.categorizations categorization_id="30400"
category_id="2100"
object_id="10400"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.ccm_roles role_id="-3100"
<ccm_core.ccm_roles role_id="3100"
name="info_alert_recipient" />
<ccm_core.ccm_roles role_id="-3200"
<ccm_core.ccm_roles role_id="3200"
name="info_author" />
<ccm_core.ccm_roles role_id="-3300"
<ccm_core.ccm_roles role_id="3300"
name="info_editor" />
<ccm_core.ccm_roles role_id="-3400"
<ccm_core.ccm_roles role_id="3400"
name="info_manager" />
<ccm_core.ccm_roles role_id="-3500"
<ccm_core.ccm_roles role_id="3500"
name="info_publisher" />
<ccm_core.ccm_roles role_id="-3600"
<ccm_core.ccm_roles role_id="3600"
name="info_content_reader" />
<ccm_cms.content_section_roles role_id="-3100"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3200"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3300"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3400"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3500"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="-3600"
section_id="-1100" />
<ccm_cms.content_section_roles role_id="3100"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3200"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3300"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3400"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3500"
section_id="1100" />
<ccm_cms.content_section_roles role_id="3600"
section_id="1100" />
<ccm_core.permissions permission_id="-4110"
<ccm_core.permissions permission_id="4110"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4120"
<ccm_core.permissions permission_id="4120"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4130"
<ccm_core.permissions permission_id="4130"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4140"
<ccm_core.permissions permission_id="4140"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4150"
<ccm_core.permissions permission_id="4150"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3200"
object_id="2100"
grantee_id="3200"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4210"
<ccm_core.permissions permission_id="4210"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4220"
<ccm_core.permissions permission_id="4220"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4230"
<ccm_core.permissions permission_id="4230"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4240"
<ccm_core.permissions permission_id="4240"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4250"
<ccm_core.permissions permission_id="4250"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4260"
<ccm_core.permissions permission_id="4260"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4270"
<ccm_core.permissions permission_id="4270"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3300"
object_id="2100"
grantee_id="3300"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4310"
<ccm_core.permissions permission_id="4310"
granted_privilege="administer_roles"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4320"
<ccm_core.permissions permission_id="4320"
granted_privilege="administer_workflow"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4330"
<ccm_core.permissions permission_id="4330"
granted_privilege="administer_lifecyles"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4340"
<ccm_core.permissions permission_id="4340"
granted_privilege="administer_categories"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4350"
<ccm_core.permissions permission_id="4350"
granted_privilege="administer_content_types"
object_id="-1100"
grantee_id="-3400"
object_id="1100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4360"
<ccm_core.permissions permission_id="4360"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4370"
<ccm_core.permissions permission_id="4370"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4380"
<ccm_core.permissions permission_id="4380"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4390"
<ccm_core.permissions permission_id="4390"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4400"
<ccm_core.permissions permission_id="4400"
granted_privilege="publish_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4410"
<ccm_core.permissions permission_id="4410"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4420"
<ccm_core.permissions permission_id="4420"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4430"
<ccm_core.permissions permission_id="4430"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3400"
object_id="2100"
grantee_id="3400"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4510"
<ccm_core.permissions permission_id="4510"
granted_privilege="categorize_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4520"
<ccm_core.permissions permission_id="4520"
granted_privilege="create_new_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4530"
<ccm_core.permissions permission_id="4530"
granted_privilege="edit_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4540"
<ccm_core.permissions permission_id="4540"
granted_privilege="approve_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4550"
<ccm_core.permissions permission_id="4550"
granted_privilege="publish_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4560"
<ccm_core.permissions permission_id="4560"
granted_privilege="delete_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4570"
<ccm_core.permissions permission_id="4570"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4580"
<ccm_core.permissions permission_id="4580"
granted_privilege="preview_items"
object_id="-2100"
grantee_id="-3500"
object_id="2100"
grantee_id="3500"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-4610"
<ccm_core.permissions permission_id="4610"
granted_privilege="view_published_items"
object_id="-2100"
grantee_id="-3600"
object_id="2100"
grantee_id="3600"
creation_date="2016-07-15"/>

View File

@ -4,59 +4,59 @@
<ccm_core.ccm_revisions id="0"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-2100"
<ccm_core.ccm_objects object_id="2100"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2200"
<ccm_core.ccm_objects object_id="2200"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-10100"
<ccm_core.ccm_objects object_id="10100"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-10300"
<ccm_core.ccm_objects object_id="10300"
display_name="article3"
uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd" />
<ccm_core.ccm_objects object_id="-10200"
<ccm_core.ccm_objects object_id="10200"
display_name="article2"
uuid="acae860f-2ffa-450d-b486-054292f0dae6" />
<ccm_core.ccm_objects object_id="-10400"
<ccm_core.ccm_objects object_id="10400"
display_name="news1"
uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-20200"
<ccm_core.ccm_objects object_id="20200"
display_name="org.librecms.contenttypes.News"
uuid="47740f22-f89f-4ec3-90cf-d62859e53c7e" />
<ccm_core.ccm_objects_aud object_id="-10100"
<ccm_core.ccm_objects_aud object_id="10100"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-10200"
<ccm_core.ccm_objects_aud object_id="10200"
rev="0"
revtype="0"
display_name="article2" />
<ccm_core.ccm_objects_aud object_id="-10300"
<ccm_core.ccm_objects_aud object_id="10300"
rev="0"
revtype="0"
display_name="article3" />
<ccm_core.ccm_objects_aud object_id="-10400"
<ccm_core.ccm_objects_aud object_id="10400"
rev="0"
revtype="0"
display_name="news1" />
<ccm_core.categories object_id="-2100"
<ccm_core.categories object_id="2100"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2200"
<ccm_core.categories object_id="2200"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -64,261 +64,261 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2100"
<ccm_core.category_titles object_id="2100"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2200"
<ccm_core.category_titles object_id="2200"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-2100"
<ccm_cms.folders object_id="2100"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2200"
<ccm_cms.folders object_id="2200"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2100"
root_assets_folder_id="-2200" />
root_documents_folder_id="2100"
root_assets_folder_id="2200" />
<ccm_cms.folder_content_section_map folder_id="-2100"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2200"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2100"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2200"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
<ccm_cms.content_types object_id="-20200"
content_section_id="1100" />
<ccm_cms.content_types object_id="20200"
content_item_class="org.librecms.contenttypes.News"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-10100"
<ccm_cms.content_items object_id="10100"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10200"
content_type_id="20100" />
<ccm_cms.content_items object_id="10200"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10300"
content_type_id="20100" />
<ccm_cms.content_items object_id="10300"
item_uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-10400"
content_type_id="20100" />
<ccm_cms.content_items object_id="10400"
item_uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72"
version="DRAFT"
content_type_id="-20200" />
content_type_id="20200" />
<ccm_cms.content_items_aud object_id="-10100"
<ccm_cms.content_items_aud object_id="10100"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items_aud object_id="-10200"
content_type_id="20100" />
<ccm_cms.content_items_aud object_id="10200"
rev="0"
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
version="DRAFT"
content_type_id="-20100"/>
<ccm_cms.content_items_aud object_id="-10300"
content_type_id="20100"/>
<ccm_cms.content_items_aud object_id="10300"
rev="0"
item_uuid="f4b38abb-234b-4354-bc92-e36c068a1ebd"
version="DRAFT"
content_type_id="-20100"/>
<ccm_cms.content_items_aud object_id="-10400"
content_type_id="20100"/>
<ccm_cms.content_items_aud object_id="10400"
rev="0"
item_uuid="d9ea527d-c6e3-4bdd-962d-c0a1a80c6c72"
version="DRAFT"
content_type_id="-20200"/>
content_type_id="20200"/>
<ccm_cms.content_item_names object_id="-10100"
<ccm_cms.content_item_names object_id="10100"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names object_id="-10200"
<ccm_cms.content_item_names object_id="10200"
locale="en"
localized_value="article2" />
<ccm_cms.content_item_names object_id="-10300"
<ccm_cms.content_item_names object_id="10300"
locale="en"
localized_value="article3" />
<ccm_cms.content_item_names object_id="-10400"
<ccm_cms.content_item_names object_id="10400"
locale="en"
localized_value="news1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="article2"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="article3"
locale="en"
revtype="0" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="news1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-10100"
<ccm_cms.content_item_titles object_id="10100"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles object_id="-10200"
<ccm_cms.content_item_titles object_id="10200"
locale="en"
localized_value="Article 2" />
<ccm_cms.content_item_titles object_id="-10300"
<ccm_cms.content_item_titles object_id="10300"
locale="en"
localized_value="Article 3" />
<ccm_cms.content_item_titles object_id="-10400"
<ccm_cms.content_item_titles object_id="10400"
locale="en"
localized_value="News 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10100"
object_id="10100"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10200"
object_id="10200"
localized_value="Article 2"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10300"
object_id="10300"
localized_value="Article 3"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-10400"
object_id="10400"
localized_value="News 1"
locale="en"
revtype="0" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.content_type_labels object_id="-20200"
<ccm_cms.content_type_labels object_id="20200"
locale="en"
localized_value="News" />
<ccm_cms.articles object_id="-10100" />
<ccm_cms.articles object_id="-10200" />
<ccm_cms.articles object_id="-10300" />
<ccm_cms.articles object_id="10100" />
<ccm_cms.articles object_id="10200" />
<ccm_cms.articles object_id="10300" />
<ccm_cms.articles_aud object_id="-10100"
<ccm_cms.articles_aud object_id="10100"
rev="0" />
<ccm_cms.articles_aud object_id="-10200"
<ccm_cms.articles_aud object_id="10200"
rev="0" />
<ccm_cms.articles_aud object_id="-10300"
<ccm_cms.articles_aud object_id="10300"
rev="0" />
<ccm_cms.article_texts
object_id="-10100"
object_id="10100"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-10200"
object_id="10200"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-10300"
object_id="10300"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10100"
object_id="10100"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10200"
object_id="10200"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at."
locale="en"
revtype="0" />
<ccm_cms.article_texts_aud
rev="0"
object_id="-10300"
object_id="10300"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis."
locale="en"
revtype="0" />
<ccm_cms.news object_id="-10400"
<ccm_cms.news object_id="10400"
news_date="2016-08-08"
homepage="false" />
<ccm_cms.news_texts
object_id="-10400"
object_id="10400"
locale="en"
localized_value="Curabitur vel sapien eu eros gravida bibendum vitae." />
<ccm_core.categorizations categorization_id="-30100"
category_id="-2100"
object_id="-10100"
<ccm_core.categorizations categorization_id="30100"
category_id="2100"
object_id="10100"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30200"
category_id="-2100"
object_id="-10200"
<ccm_core.categorizations categorization_id="30200"
category_id="2100"
object_id="10200"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-2100"
object_id="-10300"
<ccm_core.categorizations categorization_id="30300"
category_id="2100"
object_id="10300"
category_order="1"
object_order="3"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30400"
category_id="-2100"
object_id="-10400"
<ccm_core.categorizations categorization_id="30400"
category_id="2100"
object_id="10400"
category_order="1"
object_order="4"
category_index="false"
type="folder" />
<ccm_core.parties party_id="-6100"
<ccm_core.parties party_id="6100"
name="user1" />
<ccm_core.parties party_id="-6200"
<ccm_core.parties party_id="6200"
name="user2" />
<ccm_core.parties party_id="-6300"
<ccm_core.parties party_id="6300"
name="user3" />
<ccm_core.users party_id="-6100"
<ccm_core.users party_id="6100"
password="$shiro1$SHA-512$500000$7xkDcZUN0/whJInHIvGsDw==$WhelBVmJU/cLV7lAkMOrE5B/mqCW0bUuid1WX+xBwzzAaekC5bYn9eeOFGJWhiDgmaC50ZCUmM96/iGsRoc4uA=="
email_address="user1@example.org"
bouncing="false"
verified="true"
banned="false"
password_reset_required="false" />
<ccm_core.users party_id="-6200"
<ccm_core.users party_id="6200"
password="$shiro1$SHA-512$500000$7xkDcZUN0/whJInHIvGsDw==$WhelBVmJU/cLV7lAkMOrE5B/mqCW0bUuid1WX+xBwzzAaekC5bYn9eeOFGJWhiDgmaC50ZCUmM96/iGsRoc4uA=="
email_address="user2@example.org"
bouncing="false"
verified="true"
banned="false"
password_reset_required="false" />
<ccm_core.users party_id="-6300"
<ccm_core.users party_id="6300"
password="$shiro1$SHA-512$500000$7xkDcZUN0/whJInHIvGsDw==$WhelBVmJU/cLV7lAkMOrE5B/mqCW0bUuid1WX+xBwzzAaekC5bYn9eeOFGJWhiDgmaC50ZCUmM96/iGsRoc4uA=="
email_address="user3@example.org"
bouncing="false"
@ -326,59 +326,59 @@
banned="false"
password_reset_required="false" />
<ccm_core.ccm_roles role_id="-3100"
<ccm_core.ccm_roles role_id="3100"
name="role1" />
<ccm_core.ccm_roles role_id="-3200"
<ccm_core.ccm_roles role_id="3200"
name="role2" />
<ccm_core.ccm_roles role_id="-3300"
<ccm_core.ccm_roles role_id="3300"
name="role3" />
<ccm_core.role_memberships membership_id="-7100"
role_id="-3100"
member_id="-6100" />
<ccm_core.role_memberships membership_id="7100"
role_id="3100"
member_id="6100" />
<ccm_core.role_memberships membership_id="-7200"
role_id="-3200"
member_id="-6200" />
<ccm_core.role_memberships membership_id="7200"
role_id="3200"
member_id="6200" />
<ccm_core.role_memberships membership_id="-7300"
role_id="-3300"
member_id="-6300" />
<ccm_core.role_memberships membership_id="7300"
role_id="3300"
member_id="6300" />
<ccm_core.permissions permission_id="-4100"
<ccm_core.permissions permission_id="4100"
granted_privilege="view_draft_items"
object_id="-10100"
grantee_id="-3100"
object_id="10100"
grantee_id="3100"
creation_date="2016-07-15"
inherited="false" />
<ccm_core.permissions permission_id="-4200"
<ccm_core.permissions permission_id="4200"
granted_privilege="view_draft_items"
object_id="-10400"
grantee_id="-3100"
object_id="10400"
grantee_id="3100"
creation_date="2016-07-15"
inherited="false" />
<ccm_core.permissions permission_id="-4300"
<ccm_core.permissions permission_id="4300"
granted_privilege="view_draft_items"
object_id="-10200"
grantee_id="-3200"
object_id="10200"
grantee_id="3200"
creation_date="2016-07-15"
inherited="false" />
<ccm_core.permissions permission_id="-4400"
<ccm_core.permissions permission_id="4400"
granted_privilege="view_draft_items"
object_id="-10100"
grantee_id="-3300"
object_id="10100"
grantee_id="3300"
creation_date="2016-07-15"
inherited="false" />
<ccm_core.permissions permission_id="-4500"
<ccm_core.permissions permission_id="4500"
granted_privilege="view_draft_items"
object_id="-10200"
grantee_id="-3300"
object_id="10200"
grantee_id="3300"
creation_date="2016-07-15"
inherited="false" />
<ccm_core.permissions permission_id="-4600"
<ccm_core.permissions permission_id="4600"
granted_privilege="view_draft_items"
object_id="-10300"
grantee_id="-3300"
object_id="10300"
grantee_id="3300"
creation_date="2016-07-15"
inherited="false" />

View File

@ -4,45 +4,45 @@
<ccm_core.ccm_revisions id="0"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-1001"
<ccm_core.ccm_objects object_id="1001"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-2001"
<ccm_core.ccm_objects object_id="2001"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2002"
<ccm_core.ccm_objects object_id="2002"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-3001"
<ccm_core.ccm_objects object_id="3001"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-4001"
<ccm_core.ccm_objects object_id="4001"
display_name="org.libreccm.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects_aud object_id="-3001"
<ccm_core.ccm_objects_aud object_id="3001"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.resources object_id="-1001"
<ccm_core.resources object_id="1001"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1001"
<ccm_core.resource_titles object_id="1001"
locale="en"
localized_value="info" />
<ccm_core.applications object_id="-1001"
<ccm_core.applications object_id="1001"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.categories object_id="-2001"
<ccm_core.categories object_id="2001"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2002"
<ccm_core.categories object_id="2002"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -50,287 +50,287 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2001"
<ccm_core.category_titles object_id="2001"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2002"
<ccm_core.category_titles object_id="2002"
locale="en"
localized_value="info_assets" />
<ccm_cms.folders object_id="-2001"
<ccm_cms.folders object_id="2001"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2002"
<ccm_cms.folders object_id="2002"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-1001"
<ccm_cms.content_sections object_id="1001"
label="info"
root_documents_folder_id="-2001"
root_assets_folder_id="-2002" />
root_documents_folder_id="2001"
root_assets_folder_id="2002" />
<ccm_cms.folder_content_section_map folder_id="-2001"
content_section_id="-1001" />
<ccm_cms.folder_content_section_map folder_id="-2002"
content_section_id="-1001" />
<ccm_cms.folder_content_section_map folder_id="2001"
content_section_id="1001" />
<ccm_cms.folder_content_section_map folder_id="2002"
content_section_id="1001" />
<ccm_cms.content_types object_id="-4001"
<ccm_cms.content_types object_id="4001"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1001" />
content_section_id="1001" />
<ccm_cms.content_type_labels object_id="-4001"
<ccm_cms.content_type_labels object_id="4001"
locale="en"
localized_value="Article" />
<ccm_cms.content_items object_id="-3001"
<ccm_cms.content_items object_id="3001"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-4001" />
content_type_id="4001" />
<ccm_cms.content_items_aud object_id="-3001"
<ccm_cms.content_items_aud object_id="3001"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-4001" />
content_type_id="4001" />
<ccm_cms.content_item_names object_id="-3001"
<ccm_cms.content_item_names object_id="3001"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-3001"
object_id="3001"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-3001"
<ccm_cms.content_item_titles object_id="3001"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-3001"
object_id="3001"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.articles object_id="-3001" />
<ccm_cms.articles object_id="3001" />
<ccm_cms.articles_aud object_id="-3001"
<ccm_cms.articles_aud object_id="3001"
rev="0" />
<ccm_cms.article_texts
object_id="-3001"
object_id="3001"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-3001"
object_id="3001"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-5001"
category_id="-2001"
object_id="-3001"
<ccm_core.categorizations categorization_id="5001"
category_id="2001"
object_id="3001"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.ccm_roles role_id="-6001"
<ccm_core.ccm_roles role_id="6001"
name="info_alert_recipient" />
<ccm_core.ccm_roles role_id="-6002"
<ccm_core.ccm_roles role_id="6002"
name="info_author" />
<ccm_core.ccm_roles role_id="-6003"
<ccm_core.ccm_roles role_id="6003"
name="info_editor" />
<ccm_core.ccm_roles role_id="-6004"
<ccm_core.ccm_roles role_id="6004"
name="info_manager" />
<ccm_core.ccm_roles role_id="-6005"
<ccm_core.ccm_roles role_id="6005"
name="info_publisher" />
<ccm_core.ccm_roles role_id="-6006"
<ccm_core.ccm_roles role_id="6006"
name="info_content_reader" />
<ccm_cms.content_section_roles role_id="-6001"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="-6002"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="-6003"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="-6004"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="-6005"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="-6006"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="6001"
section_id="1001" />
<ccm_cms.content_section_roles role_id="6002"
section_id="1001" />
<ccm_cms.content_section_roles role_id="6003"
section_id="1001" />
<ccm_cms.content_section_roles role_id="6004"
section_id="1001" />
<ccm_cms.content_section_roles role_id="6005"
section_id="1001" />
<ccm_cms.content_section_roles role_id="6006"
section_id="1001" />
<ccm_core.permissions permission_id="-7001"
<ccm_core.permissions permission_id="7001"
granted_privilege="categorize_items"
object_id="-2001"
grantee_id="-6002"
object_id="2001"
grantee_id="6002"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7002"
<ccm_core.permissions permission_id="7002"
granted_privilege="create_new_items"
object_id="-2001"
grantee_id="-6002"
object_id="2001"
grantee_id="6002"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7003"
<ccm_core.permissions permission_id="7003"
granted_privilege="edit_items"
object_id="-2001"
grantee_id="-6002"
object_id="2001"
grantee_id="6002"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7004"
<ccm_core.permissions permission_id="7004"
granted_privilege="view_published_items"
object_id="-2001"
grantee_id="-6002"
object_id="2001"
grantee_id="6002"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7005"
<ccm_core.permissions permission_id="7005"
granted_privilege="preview_items"
object_id="-2001"
grantee_id="-6002"
object_id="2001"
grantee_id="6002"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7006"
<ccm_core.permissions permission_id="7006"
granted_privilege="categorize_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7007"
<ccm_core.permissions permission_id="7007"
granted_privilege="create_new_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7008"
<ccm_core.permissions permission_id="7008"
granted_privilege="edit_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7009"
<ccm_core.permissions permission_id="7009"
granted_privilege="approve_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7010"
<ccm_core.permissions permission_id="7010"
granted_privilege="delete_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7011"
<ccm_core.permissions permission_id="7011"
granted_privilege="view_published_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7012"
<ccm_core.permissions permission_id="7012"
granted_privilege="preview_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7013"
<ccm_core.permissions permission_id="7013"
granted_privilege="administer_roles"
object_id="-1001"
grantee_id="-6004"
object_id="1001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7014"
<ccm_core.permissions permission_id="7014"
granted_privilege="administer_workflow"
object_id="-1001"
grantee_id="-6004"
object_id="1001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7015"
<ccm_core.permissions permission_id="7015"
granted_privilege="administer_lifecyles"
object_id="-1001"
grantee_id="-6004"
object_id="1001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7016"
<ccm_core.permissions permission_id="7016"
granted_privilege="administer_categories"
object_id="-1001"
grantee_id="-6004"
object_id="1001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7017"
<ccm_core.permissions permission_id="7017"
granted_privilege="administer_content_types"
object_id="-1001"
grantee_id="-6004"
object_id="1001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7018"
<ccm_core.permissions permission_id="7018"
granted_privilege="categorize_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7019"
<ccm_core.permissions permission_id="7019"
granted_privilege="create_new_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7020"
<ccm_core.permissions permission_id="7020"
granted_privilege="edit_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7021"
<ccm_core.permissions permission_id="7021"
granted_privilege="approve_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7022"
<ccm_core.permissions permission_id="7022"
granted_privilege="publish_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7023"
<ccm_core.permissions permission_id="7023"
granted_privilege="delete_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7024"
<ccm_core.permissions permission_id="7024"
granted_privilege="view_published_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7025"
<ccm_core.permissions permission_id="7025"
granted_privilege="preview_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7026"
<ccm_core.permissions permission_id="7026"
granted_privilege="categorize_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7027"
<ccm_core.permissions permission_id="7027"
granted_privilege="create_new_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7028"
<ccm_core.permissions permission_id="7028"
granted_privilege="edit_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7029"
<ccm_core.permissions permission_id="7029"
granted_privilege="approve_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7030"
<ccm_core.permissions permission_id="7030"
granted_privilege="publish_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7031"
<ccm_core.permissions permission_id="7031"
granted_privilege="delete_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7032"
<ccm_core.permissions permission_id="7032"
granted_privilege="view_published_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7033"
<ccm_core.permissions permission_id="7033"
granted_privilege="preview_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7034"
<ccm_core.permissions permission_id="7034"
granted_privilege="view_published_items"
object_id="-2001"
grantee_id="-6006"
object_id="2001"
grantee_id="6006"
creation_date="2016-07-15"/>

View File

@ -4,49 +4,49 @@
<ccm_core.ccm_revisions id="0"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-1001"
<ccm_core.ccm_objects object_id="1001"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-2001"
<ccm_core.ccm_objects object_id="2001"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2002"
<ccm_core.ccm_objects object_id="2002"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-3001"
<ccm_core.ccm_objects object_id="3001"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-4001"
<ccm_core.ccm_objects object_id="4001"
display_name="org.libreccm.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-4002"
<ccm_core.ccm_objects object_id="4002"
display_name="org.librecms.contenttypes.News"
uuid="47740f22-f89f-4ec3-90cf-d62859e53c7e" />
<ccm_core.ccm_objects_aud object_id="-3001"
<ccm_core.ccm_objects_aud object_id="3001"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.resources object_id="-1001"
<ccm_core.resources object_id="1001"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1001"
<ccm_core.resource_titles object_id="1001"
locale="en"
localized_value="info" />
<ccm_core.applications object_id="-1001"
<ccm_core.applications object_id="1001"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.categories object_id="-2001"
<ccm_core.categories object_id="2001"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2002"
<ccm_core.categories object_id="2002"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -54,102 +54,102 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2001"
<ccm_core.category_titles object_id="2001"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2002"
<ccm_core.category_titles object_id="2002"
locale="en"
localized_value="info_assets" />
<ccm_cms.folders object_id="-2001"
<ccm_cms.folders object_id="2001"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2002"
<ccm_cms.folders object_id="2002"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-1001"
<ccm_cms.content_sections object_id="1001"
label="info"
root_documents_folder_id="-2001"
root_assets_folder_id="-2002" />
root_documents_folder_id="2001"
root_assets_folder_id="2002" />
<ccm_cms.folder_content_section_map folder_id="-2001"
content_section_id="-1001" />
<ccm_cms.folder_content_section_map folder_id="-2002"
content_section_id="-1001" />
<ccm_cms.folder_content_section_map folder_id="2001"
content_section_id="1001" />
<ccm_cms.folder_content_section_map folder_id="2002"
content_section_id="1001" />
<ccm_cms.content_types object_id="-4001"
<ccm_cms.content_types object_id="4001"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1001" />
<ccm_cms.content_types object_id="-4002"
content_section_id="1001" />
<ccm_cms.content_types object_id="4002"
content_item_class="org.librecms.contenttypes.News"
content_section_id="-1001" />
content_section_id="1001" />
<ccm_cms.content_type_labels object_id="-4001"
<ccm_cms.content_type_labels object_id="4001"
locale="en"
localized_value="Article" />
<ccm_cms.content_type_labels object_id="-4002"
<ccm_cms.content_type_labels object_id="4002"
locale="en"
localized_value="News" />
<ccm_cms.content_items object_id="-3001"
<ccm_cms.content_items object_id="3001"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-4001" />
content_type_id="4001" />
<ccm_cms.content_items_aud object_id="-3001"
<ccm_cms.content_items_aud object_id="3001"
rev="0"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-4001" />
content_type_id="4001" />
<ccm_cms.content_item_names object_id="-3001"
<ccm_cms.content_item_names object_id="3001"
locale="en"
localized_value="article1" />
<ccm_cms.content_item_names_aud rev="0"
object_id="-3001"
object_id="3001"
localized_value="article1"
locale="en"
revtype="0" />
<ccm_cms.content_item_titles object_id="-3001"
<ccm_cms.content_item_titles object_id="3001"
locale="en"
localized_value="Article 1" />
<ccm_cms.content_item_titles_aud rev="0"
object_id="-3001"
object_id="3001"
localized_value="Article 1"
locale="en"
revtype="0" />
<ccm_cms.articles object_id="-3001" />
<ccm_cms.articles object_id="3001" />
<ccm_cms.articles_aud object_id="-3001"
<ccm_cms.articles_aud object_id="3001"
rev="0" />
<ccm_cms.article_texts
object_id="-3001"
object_id="3001"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-3001"
object_id="3001"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_core.categorizations categorization_id="-5001"
category_id="-2001"
object_id="-3001"
<ccm_core.categorizations categorization_id="5001"
category_id="2001"
object_id="3001"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.parties party_id="-8001"
<ccm_core.parties party_id="8001"
name = "public-user" />
<ccm_core.users party_id="-8001"
<ccm_core.users party_id="8001"
given_name="public"
family_name="user"
email_address="public-user@localhost"
@ -158,201 +158,201 @@
verified="true"
password_reset_required="false" />
<ccm_core.ccm_roles role_id="-6001"
<ccm_core.ccm_roles role_id="6001"
name="info_alert_recipient" />
<ccm_core.ccm_roles role_id="-6002"
<ccm_core.ccm_roles role_id="6002"
name="info_author" />
<ccm_core.ccm_roles role_id="-6003"
<ccm_core.ccm_roles role_id="6003"
name="info_editor" />
<ccm_core.ccm_roles role_id="-6004"
<ccm_core.ccm_roles role_id="6004"
name="info_manager" />
<ccm_core.ccm_roles role_id="-6005"
<ccm_core.ccm_roles role_id="6005"
name="info_publisher" />
<ccm_core.ccm_roles role_id="-6006"
<ccm_core.ccm_roles role_id="6006"
name="info_content_reader" />
<ccm_cms.content_section_roles role_id="-6001"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="-6002"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="-6003"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="-6004"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="-6005"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="-6006"
section_id="-1001" />
<ccm_cms.content_section_roles role_id="6001"
section_id="1001" />
<ccm_cms.content_section_roles role_id="6002"
section_id="1001" />
<ccm_cms.content_section_roles role_id="6003"
section_id="1001" />
<ccm_cms.content_section_roles role_id="6004"
section_id="1001" />
<ccm_cms.content_section_roles role_id="6005"
section_id="1001" />
<ccm_cms.content_section_roles role_id="6006"
section_id="1001" />
<ccm_core.permissions permission_id="-7001"
<ccm_core.permissions permission_id="7001"
granted_privilege="categorize_items"
object_id="-2001"
grantee_id="-6002"
object_id="2001"
grantee_id="6002"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7002"
<ccm_core.permissions permission_id="7002"
granted_privilege="create_new_items"
object_id="-2001"
grantee_id="-6002"
object_id="2001"
grantee_id="6002"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7003"
<ccm_core.permissions permission_id="7003"
granted_privilege="edit_items"
object_id="-2001"
grantee_id="-6002"
object_id="2001"
grantee_id="6002"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7004"
<ccm_core.permissions permission_id="7004"
granted_privilege="view_published_items"
object_id="-2001"
grantee_id="-6002"
object_id="2001"
grantee_id="6002"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7005"
<ccm_core.permissions permission_id="7005"
granted_privilege="preview_items"
object_id="-2001"
grantee_id="-6002"
object_id="2001"
grantee_id="6002"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7006"
<ccm_core.permissions permission_id="7006"
granted_privilege="categorize_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7007"
<ccm_core.permissions permission_id="7007"
granted_privilege="create_new_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7008"
<ccm_core.permissions permission_id="7008"
granted_privilege="edit_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7009"
<ccm_core.permissions permission_id="7009"
granted_privilege="approve_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7010"
<ccm_core.permissions permission_id="7010"
granted_privilege="delete_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7011"
<ccm_core.permissions permission_id="7011"
granted_privilege="view_published_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7012"
<ccm_core.permissions permission_id="7012"
granted_privilege="preview_items"
object_id="-2001"
grantee_id="-6003"
object_id="2001"
grantee_id="6003"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7013"
<ccm_core.permissions permission_id="7013"
granted_privilege="administer_roles"
object_id="-1001"
grantee_id="-6004"
object_id="1001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7014"
<ccm_core.permissions permission_id="7014"
granted_privilege="administer_workflow"
object_id="-1001"
grantee_id="-6004"
object_id="1001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7015"
<ccm_core.permissions permission_id="7015"
granted_privilege="administer_lifecyles"
object_id="-1001"
grantee_id="-6004"
object_id="1001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7016"
<ccm_core.permissions permission_id="7016"
granted_privilege="administer_categories"
object_id="-1001"
grantee_id="-6004"
object_id="1001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7017"
<ccm_core.permissions permission_id="7017"
granted_privilege="administer_content_types"
object_id="-1001"
grantee_id="-6004"
object_id="1001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7018"
<ccm_core.permissions permission_id="7018"
granted_privilege="categorize_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7019"
<ccm_core.permissions permission_id="7019"
granted_privilege="create_new_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7020"
<ccm_core.permissions permission_id="7020"
granted_privilege="edit_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7021"
<ccm_core.permissions permission_id="7021"
granted_privilege="approve_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7022"
<ccm_core.permissions permission_id="7022"
granted_privilege="publish_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7023"
<ccm_core.permissions permission_id="7023"
granted_privilege="delete_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7024"
<ccm_core.permissions permission_id="7024"
granted_privilege="view_published_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7025"
<ccm_core.permissions permission_id="7025"
granted_privilege="preview_items"
object_id="-2001"
grantee_id="-6004"
object_id="2001"
grantee_id="6004"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7026"
<ccm_core.permissions permission_id="7026"
granted_privilege="categorize_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7027"
<ccm_core.permissions permission_id="7027"
granted_privilege="create_new_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7028"
<ccm_core.permissions permission_id="7028"
granted_privilege="edit_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7029"
<ccm_core.permissions permission_id="7029"
granted_privilege="approve_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7030"
<ccm_core.permissions permission_id="7030"
granted_privilege="publish_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7031"
<ccm_core.permissions permission_id="7031"
granted_privilege="delete_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7032"
<ccm_core.permissions permission_id="7032"
granted_privilege="view_published_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7033"
<ccm_core.permissions permission_id="7033"
granted_privilege="preview_items"
object_id="-2001"
grantee_id="-6005"
object_id="2001"
grantee_id="6005"
creation_date="2016-07-15"/>
<ccm_core.permissions permission_id="-7034"
<ccm_core.permissions permission_id="7034"
granted_privilege="view_published_items"
object_id="-2001"
grantee_id="-6006"
object_id="2001"
grantee_id="6006"
creation_date="2016-07-15"/>

View File

@ -1,194 +1,194 @@
<?xml version="1.0" encoding="utf-8"?>
<dataset>
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="projects"
uuid="eb7b1eec-3df4-4a42-bffa-27c80a1a7f2f" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-2001"
<ccm_core.ccm_objects object_id="2001"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2002"
<ccm_core.ccm_objects object_id="2002"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-2003"
<ccm_core.ccm_objects object_id="2003"
display_name="projects_root"
uuid="bf230ee8-8f3b-44f3-b47f-cb163679e915" />
<ccm_core.ccm_objects object_id="-2004"
<ccm_core.ccm_objects object_id="2004"
display_name="projects_assets"
uuid="bd561651-6938-4502-9d96-b30b53774743" />
<ccm_core.ccm_objects object_id="-2005"
<ccm_core.ccm_objects object_id="2005"
display_name="docs-1"
uuid="2dac9161-4642-4fe5-8453-8ec63ebc7809" />
<ccm_core.ccm_objects object_id="-2006"
<ccm_core.ccm_objects object_id="2006"
display_name="docs-1-1"
uuid="8544f943-1167-47c4-8e48-02a69522ea3f" />
<ccm_core.ccm_objects object_id="-2007"
<ccm_core.ccm_objects object_id="2007"
display_name="docs-1-1-1"
uuid="284bde5e-cdce-4727-96c2-978f187e488c" />
<ccm_core.ccm_objects object_id="-2008"
<ccm_core.ccm_objects object_id="2008"
display_name="docs-1-1-2"
uuid="b3bdd84d-034e-485d-a6fb-ae36910088a4" />
<ccm_core.ccm_objects object_id="-2009"
<ccm_core.ccm_objects object_id="2009"
display_name="downloads"
uuid="aeef9f75-acc8-4f91-a5fd-b54761fef279" />
<ccm_core.ccm_objects object_id="-2010"
<ccm_core.ccm_objects object_id="2010"
display_name="docs-2"
uuid="88b512e1-56d0-440b-8585-035b8a91a1d1" />
<ccm_core.ccm_objects object_id="-2011"
<ccm_core.ccm_objects object_id="2011"
display_name="docs-2-1"
uuid="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299" />
<ccm_core.ccm_objects object_id="-2012"
<ccm_core.ccm_objects object_id="2012"
display_name="downloads"
uuid="6d73746b-a3c5-486a-b29e-471190757176" />
<ccm_core.ccm_objects object_id="-2013"
<ccm_core.ccm_objects object_id="2013"
display_name="assets-1"
uuid="449405b7-8e6b-4253-91af-cebdd9b2e6c3" />
<ccm_core.ccm_objects object_id="-2014"
<ccm_core.ccm_objects object_id="2014"
display_name="assets-1-1"
uuid="87add7f6-7208-4dc1-9612-909606039281" />
<ccm_core.ccm_objects object_id="-2015"
<ccm_core.ccm_objects object_id="2015"
display_name="assets-1-2"
uuid="ca4005e2-486d-40d2-a79c-6ccec8222ea4" />
<ccm_core.ccm_objects object_id="-2016"
<ccm_core.ccm_objects object_id="2016"
display_name="test"
uuid="3396f084-5937-4724-94fb-d516a059e1b4" />
<ccm_core.ccm_objects object_id="-3001"
<ccm_core.ccm_objects object_id="3001"
display_name="article-1-1-1-a"
uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad" />
<ccm_core.ccm_objects object_id="-3002"
<ccm_core.ccm_objects object_id="3002"
display_name="article-1-1-1-b"
uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6" />
<ccm_core.ccm_objects object_id="-3003"
<ccm_core.ccm_objects object_id="3003"
display_name="article-2-1-a"
uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba" />
<ccm_core.ccm_objects object_id="-3004"
<ccm_core.ccm_objects object_id="3004"
display_name="article-2-1-a"
uuid="a1e24f4f-aca2-430b-beee-dad667cbe4b8" />
<ccm_core.categories object_id="-2001"
<ccm_core.categories object_id="2001"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2002"
<ccm_core.categories object_id="2002"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2003"
<ccm_core.categories object_id="2003"
unique_id="bf230ee8-8f3b-44f3-b47f-cb163679e915"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2004"
<ccm_core.categories object_id="2004"
unique_id="bd561651-6938-4502-9d96-b30b53774743"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2005"
parent_category_id="-2001"
<ccm_core.categories object_id="2005"
parent_category_id="2001"
unique_id="2dac9161-4642-4fe5-8453-8ec63ebc7809"
name="docs-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2006"
parent_category_id="-2005"
<ccm_core.categories object_id="2006"
parent_category_id="2005"
unique_id="8544f943-1167-47c4-8e48-02a69522ea3f"
name="docs-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2007"
parent_category_id="-2006"
<ccm_core.categories object_id="2007"
parent_category_id="2006"
unique_id="284bde5e-cdce-4727-96c2-978f187e488c"
name="docs-1-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2008"
parent_category_id="-2006"
<ccm_core.categories object_id="2008"
parent_category_id="2006"
unique_id="b3bdd84d-034e-485d-a6fb-ae36910088a4"
name="docs-1-1-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2009"
parent_category_id="-2005"
<ccm_core.categories object_id="2009"
parent_category_id="2005"
unique_id="aeef9f75-acc8-4f91-a5fd-b54761fef279"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2010"
parent_category_id="-2001"
<ccm_core.categories object_id="2010"
parent_category_id="2001"
unique_id="88b512e1-56d0-440b-8585-035b8a91a1d1"
name="docs-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2011"
parent_category_id="-2010"
<ccm_core.categories object_id="2011"
parent_category_id="2010"
unique_id="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299"
name="docs-2-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2012"
parent_category_id="-2010"
<ccm_core.categories object_id="2012"
parent_category_id="2010"
unique_id="6d73746b-a3c5-486a-b29e-471190757176"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2013"
<ccm_core.categories object_id="2013"
unique_id="449405b7-8e6b-4253-91af-cebdd9b2e6c3"
parent_category_id="-2002"
parent_category_id="2002"
name="assets-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2014"
<ccm_core.categories object_id="2014"
unique_id="87add7f6-7208-4dc1-9612-909606039281"
parent_category_id="-2013"
parent_category_id="2013"
name="assets-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2015"
parent_category_id="-2013"
<ccm_core.categories object_id="2015"
parent_category_id="2013"
unique_id="ca4005e2-486d-40d2-a79c-6ccec8222ea4"
name="assets-1-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2016"
parent_category_id="-2013"
<ccm_core.categories object_id="2016"
parent_category_id="2013"
unique_id="3396f084-5937-4724-94fb-d516a059e1b4"
name="test"
enabled="true"
@ -196,246 +196,246 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2001"
<ccm_core.category_titles object_id="2001"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2002"
<ccm_core.category_titles object_id="2002"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-2003"
<ccm_core.category_titles object_id="2003"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-2004"
<ccm_core.category_titles object_id="2004"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-2005"
<ccm_core.category_titles object_id="2005"
locale="en"
localized_value="docs-1" />
<ccm_core.category_titles object_id="-2006"
<ccm_core.category_titles object_id="2006"
locale="en"
localized_value="docs-1-1" />
<ccm_core.category_titles object_id="-2007"
<ccm_core.category_titles object_id="2007"
locale="en"
localized_value="docs-1-1-1" />
<ccm_core.category_titles object_id="-2008"
<ccm_core.category_titles object_id="2008"
locale="en"
localized_value="docs-1-1-2" />
<ccm_core.category_titles object_id="-2009"
<ccm_core.category_titles object_id="2009"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2010"
<ccm_core.category_titles object_id="2010"
locale="en"
localized_value="docs-2" />
<ccm_core.category_titles object_id="-2011"
<ccm_core.category_titles object_id="2011"
locale="en"
localized_value="docs-2-1" />
<ccm_core.category_titles object_id="-2012"
<ccm_core.category_titles object_id="2012"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2013"
<ccm_core.category_titles object_id="2013"
locale="en"
localized_value="assets-1" />
<ccm_core.category_titles object_id="-2014"
<ccm_core.category_titles object_id="2014"
locale="en"
localized_value="assets-1-1" />
<ccm_core.category_titles object_id="-2015"
<ccm_core.category_titles object_id="2015"
locale="en"
localized_value="assets-1-2" />
<ccm_core.category_titles object_id="-2016"
<ccm_core.category_titles object_id="2016"
locale="en"
localized_value="test" />
<ccm_cms.folders object_id="-2001"
<ccm_cms.folders object_id="2001"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2002"
<ccm_cms.folders object_id="2002"
type="ASSETS_FOLDER"/>
<ccm_cms.folders object_id="-2003"
<ccm_cms.folders object_id="2003"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2004"
<ccm_cms.folders object_id="2004"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2005"
<ccm_cms.folders object_id="2005"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2006"
<ccm_cms.folders object_id="2006"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2007"
<ccm_cms.folders object_id="2007"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2008"
<ccm_cms.folders object_id="2008"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2009"
<ccm_cms.folders object_id="2009"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2010"
<ccm_cms.folders object_id="2010"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2011"
<ccm_cms.folders object_id="2011"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2012"
<ccm_cms.folders object_id="2012"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2013"
<ccm_cms.folders object_id="2013"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2014"
<ccm_cms.folders object_id="2014"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2015"
<ccm_cms.folders object_id="2015"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2016"
<ccm_cms.folders object_id="2016"
type="ASSETS_FOLDER" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resources object_id="-1200"
<ccm_core.resources object_id="1200"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.resource_titles object_id="-1200"
<ccm_core.resource_titles object_id="1200"
locale="en"
localized_value="projects" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1200"
<ccm_core.applications object_id="1200"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2001"
root_assets_folder_id="-2002" />
<ccm_cms.content_sections object_id="-1200"
root_documents_folder_id="2001"
root_assets_folder_id="2002" />
<ccm_cms.content_sections object_id="1200"
label="projects"
root_documents_folder_id="-2003"
root_assets_folder_id="-2004" />
root_documents_folder_id="2003"
root_assets_folder_id="2004" />
<ccm_cms.folder_content_section_map folder_id="-2001"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2002"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2003"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2004"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2005"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2006"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2007"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2008"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2009"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2010"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2011"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2012"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2013"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2014"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2015"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2016"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2001"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2002"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2003"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2004"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2005"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2006"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2007"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2008"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2009"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2010"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2011"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2012"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2013"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2014"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2015"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2016"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-3001"
<ccm_cms.content_items object_id="3001"
item_uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3002"
content_type_id="20100" />
<ccm_cms.content_items object_id="3002"
item_uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3003"
content_type_id="20100" />
<ccm_cms.content_items object_id="3003"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3004"
content_type_id="20100" />
<ccm_cms.content_items object_id="3004"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="LIVE"
content_type_id="-20100" />
content_type_id="20100" />
<ccm_cms.content_item_names object_id="-3001"
<ccm_cms.content_item_names object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_names object_id="-3002"
<ccm_cms.content_item_names object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_names object_id="-3003"
<ccm_cms.content_item_names object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_names object_id="-3004"
<ccm_cms.content_item_names object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3001"
<ccm_cms.content_item_titles object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_titles object_id="-3002"
<ccm_cms.content_item_titles object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_titles object_id="-3003"
<ccm_cms.content_item_titles object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3004"
<ccm_cms.content_item_titles object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-3001" />
<ccm_cms.articles object_id="-3002" />
<ccm_cms.articles object_id="-3003" />
<ccm_cms.articles object_id="-3004" />
<ccm_cms.articles object_id="3001" />
<ccm_cms.articles object_id="3002" />
<ccm_cms.articles object_id="3003" />
<ccm_cms.articles object_id="3004" />
<ccm_cms.article_texts
object_id="-3001"
object_id="3001"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-3002"
object_id="3002"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-3003"
object_id="3003"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts
object_id="-3004"
object_id="3004"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_core.categorizations categorization_id="-30001"
category_id="-2008"
object_id="-3001"
<ccm_core.categorizations categorization_id="30001"
category_id="2008"
object_id="3001"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30002"
category_id="-2008"
object_id="-3002"
<ccm_core.categorizations categorization_id="30002"
category_id="2008"
object_id="3002"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30003"
category_id="-2011"
object_id="-3003"
<ccm_core.categorizations categorization_id="30003"
category_id="2011"
object_id="3003"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30004"
category_id="-2011"
object_id="-3004"
<ccm_core.categorizations categorization_id="30004"
category_id="2011"
object_id="3004"
category_order="1"
object_order="1"
category_index="false"

View File

@ -1,194 +1,194 @@
<?xml version="1.0" encoding="utf-8"?>
<dataset>
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="projects"
uuid="eb7b1eec-3df4-4a42-bffa-27c80a1a7f2f" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-2001"
<ccm_core.ccm_objects object_id="2001"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2002"
<ccm_core.ccm_objects object_id="2002"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-2003"
<ccm_core.ccm_objects object_id="2003"
display_name="projects_root"
uuid="bf230ee8-8f3b-44f3-b47f-cb163679e915" />
<ccm_core.ccm_objects object_id="-2004"
<ccm_core.ccm_objects object_id="2004"
display_name="projects_assets"
uuid="bd561651-6938-4502-9d96-b30b53774743" />
<ccm_core.ccm_objects object_id="-2005"
<ccm_core.ccm_objects object_id="2005"
display_name="docs-1"
uuid="2dac9161-4642-4fe5-8453-8ec63ebc7809" />
<ccm_core.ccm_objects object_id="-2006"
<ccm_core.ccm_objects object_id="2006"
display_name="docs-1-1"
uuid="8544f943-1167-47c4-8e48-02a69522ea3f" />
<ccm_core.ccm_objects object_id="-2007"
<ccm_core.ccm_objects object_id="2007"
display_name="docs-1-1-1"
uuid="284bde5e-cdce-4727-96c2-978f187e488c" />
<ccm_core.ccm_objects object_id="-2008"
<ccm_core.ccm_objects object_id="2008"
display_name="docs-1-1-2"
uuid="b3bdd84d-034e-485d-a6fb-ae36910088a4" />
<ccm_core.ccm_objects object_id="-2009"
<ccm_core.ccm_objects object_id="2009"
display_name="downloads"
uuid="aeef9f75-acc8-4f91-a5fd-b54761fef279" />
<ccm_core.ccm_objects object_id="-2010"
<ccm_core.ccm_objects object_id="2010"
display_name="docs-2"
uuid="88b512e1-56d0-440b-8585-035b8a91a1d1" />
<ccm_core.ccm_objects object_id="-2011"
<ccm_core.ccm_objects object_id="2011"
display_name="docs-2-1"
uuid="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299" />
<ccm_core.ccm_objects object_id="-2012"
<ccm_core.ccm_objects object_id="2012"
display_name="downloads"
uuid="6d73746b-a3c5-486a-b29e-471190757176" />
<ccm_core.ccm_objects object_id="-2013"
<ccm_core.ccm_objects object_id="2013"
display_name="assets-1"
uuid="449405b7-8e6b-4253-91af-cebdd9b2e6c3" />
<ccm_core.ccm_objects object_id="-2014"
<ccm_core.ccm_objects object_id="2014"
display_name="assets-1-1"
uuid="87add7f6-7208-4dc1-9612-909606039281" />
<ccm_core.ccm_objects object_id="-2015"
<ccm_core.ccm_objects object_id="2015"
display_name="assets-1-2"
uuid="ca4005e2-486d-40d2-a79c-6ccec8222ea4" />
<ccm_core.ccm_objects object_id="-2016"
<ccm_core.ccm_objects object_id="2016"
display_name="test"
uuid="3396f084-5937-4724-94fb-d516a059e1b4" />
<ccm_core.ccm_objects object_id="-3001"
<ccm_core.ccm_objects object_id="3001"
display_name="article-1-1-1-a"
uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad" />
<ccm_core.ccm_objects object_id="-3002"
<ccm_core.ccm_objects object_id="3002"
display_name="article-1-1-1-b"
uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6" />
<ccm_core.ccm_objects object_id="-3003"
<ccm_core.ccm_objects object_id="3003"
display_name="article-2-1-a"
uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba" />
<ccm_core.ccm_objects object_id="-3004"
<ccm_core.ccm_objects object_id="3004"
display_name="article-2-1-a"
uuid="a1e24f4f-aca2-430b-beee-dad667cbe4b8" />
<ccm_core.categories object_id="-2001"
<ccm_core.categories object_id="2001"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2002"
<ccm_core.categories object_id="2002"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2003"
<ccm_core.categories object_id="2003"
unique_id="bf230ee8-8f3b-44f3-b47f-cb163679e915"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2004"
<ccm_core.categories object_id="2004"
unique_id="bd561651-6938-4502-9d96-b30b53774743"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2005"
parent_category_id="-2001"
<ccm_core.categories object_id="2005"
parent_category_id="2001"
unique_id="2dac9161-4642-4fe5-8453-8ec63ebc7809"
name="docs-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2006"
parent_category_id="-2005"
<ccm_core.categories object_id="2006"
parent_category_id="2005"
unique_id="8544f943-1167-47c4-8e48-02a69522ea3f"
name="docs-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2007"
parent_category_id="-2006"
<ccm_core.categories object_id="2007"
parent_category_id="2006"
unique_id="284bde5e-cdce-4727-96c2-978f187e488c"
name="docs-1-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2008"
parent_category_id="-2006"
<ccm_core.categories object_id="2008"
parent_category_id="2006"
unique_id="b3bdd84d-034e-485d-a6fb-ae36910088a4"
name="docs-1-1-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2009"
parent_category_id="-2005"
<ccm_core.categories object_id="2009"
parent_category_id="2005"
unique_id="aeef9f75-acc8-4f91-a5fd-b54761fef279"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2010"
parent_category_id="-2001"
<ccm_core.categories object_id="2010"
parent_category_id="2001"
unique_id="88b512e1-56d0-440b-8585-035b8a91a1d1"
name="docs-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2011"
parent_category_id="-2010"
<ccm_core.categories object_id="2011"
parent_category_id="2010"
unique_id="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299"
name="docs-2-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2012"
parent_category_id="-2010"
<ccm_core.categories object_id="2012"
parent_category_id="2010"
unique_id="6d73746b-a3c5-486a-b29e-471190757176"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2013"
<ccm_core.categories object_id="2013"
unique_id="449405b7-8e6b-4253-91af-cebdd9b2e6c3"
parent_category_id="-2002"
parent_category_id="2002"
name="assets-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2014"
<ccm_core.categories object_id="2014"
unique_id="87add7f6-7208-4dc1-9612-909606039281"
parent_category_id="-2013"
parent_category_id="2013"
name="assets-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2015"
parent_category_id="-2013"
<ccm_core.categories object_id="2015"
parent_category_id="2013"
unique_id="ca4005e2-486d-40d2-a79c-6ccec8222ea4"
name="assets-1-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2016"
parent_category_id="-2005"
<ccm_core.categories object_id="2016"
parent_category_id="2005"
unique_id="3396f084-5937-4724-94fb-d516a059e1b4"
name="test"
enabled="true"
@ -196,246 +196,246 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2001"
<ccm_core.category_titles object_id="2001"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2002"
<ccm_core.category_titles object_id="2002"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-2003"
<ccm_core.category_titles object_id="2003"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-2004"
<ccm_core.category_titles object_id="2004"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-2005"
<ccm_core.category_titles object_id="2005"
locale="en"
localized_value="docs-1" />
<ccm_core.category_titles object_id="-2006"
<ccm_core.category_titles object_id="2006"
locale="en"
localized_value="docs-1-1" />
<ccm_core.category_titles object_id="-2007"
<ccm_core.category_titles object_id="2007"
locale="en"
localized_value="docs-1-1-1" />
<ccm_core.category_titles object_id="-2008"
<ccm_core.category_titles object_id="2008"
locale="en"
localized_value="docs-1-1-2" />
<ccm_core.category_titles object_id="-2009"
<ccm_core.category_titles object_id="2009"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2010"
<ccm_core.category_titles object_id="2010"
locale="en"
localized_value="docs-2" />
<ccm_core.category_titles object_id="-2011"
<ccm_core.category_titles object_id="2011"
locale="en"
localized_value="docs-2-1" />
<ccm_core.category_titles object_id="-2012"
<ccm_core.category_titles object_id="2012"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2013"
<ccm_core.category_titles object_id="2013"
locale="en"
localized_value="assets-1" />
<ccm_core.category_titles object_id="-2014"
<ccm_core.category_titles object_id="2014"
locale="en"
localized_value="assets-1-1" />
<ccm_core.category_titles object_id="-2015"
<ccm_core.category_titles object_id="2015"
locale="en"
localized_value="assets-1-2" />
<ccm_core.category_titles object_id="-2016"
<ccm_core.category_titles object_id="2016"
locale="en"
localized_value="test" />
<ccm_cms.folders object_id="-2001"
<ccm_cms.folders object_id="2001"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2002"
<ccm_cms.folders object_id="2002"
type="ASSETS_FOLDER"/>
<ccm_cms.folders object_id="-2003"
<ccm_cms.folders object_id="2003"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2004"
<ccm_cms.folders object_id="2004"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2005"
<ccm_cms.folders object_id="2005"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2006"
<ccm_cms.folders object_id="2006"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2007"
<ccm_cms.folders object_id="2007"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2008"
<ccm_cms.folders object_id="2008"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2009"
<ccm_cms.folders object_id="2009"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2010"
<ccm_cms.folders object_id="2010"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2011"
<ccm_cms.folders object_id="2011"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2012"
<ccm_cms.folders object_id="2012"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2013"
<ccm_cms.folders object_id="2013"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2014"
<ccm_cms.folders object_id="2014"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2015"
<ccm_cms.folders object_id="2015"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2016"
<ccm_cms.folders object_id="2016"
type="DOCUMENTS_FOLDER" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resources object_id="-1200"
<ccm_core.resources object_id="1200"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.resource_titles object_id="-1200"
<ccm_core.resource_titles object_id="1200"
locale="en"
localized_value="projects" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1200"
<ccm_core.applications object_id="1200"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2001"
root_assets_folder_id="-2002" />
<ccm_cms.content_sections object_id="-1200"
root_documents_folder_id="2001"
root_assets_folder_id="2002" />
<ccm_cms.content_sections object_id="1200"
label="projects"
root_documents_folder_id="-2003"
root_assets_folder_id="-2004" />
root_documents_folder_id="2003"
root_assets_folder_id="2004" />
<ccm_cms.folder_content_section_map folder_id="-2001"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2002"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2003"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2004"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2005"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2006"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2007"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2008"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2009"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2010"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2011"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2012"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2013"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2014"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2015"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2016"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2001"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2002"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2003"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2004"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2005"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2006"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2007"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2008"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2009"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2010"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2011"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2012"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2013"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2014"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2015"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2016"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-3001"
<ccm_cms.content_items object_id="3001"
item_uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3002"
content_type_id="20100" />
<ccm_cms.content_items object_id="3002"
item_uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3003"
content_type_id="20100" />
<ccm_cms.content_items object_id="3003"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3004"
content_type_id="20100" />
<ccm_cms.content_items object_id="3004"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="LIVE"
content_type_id="-20100" />
content_type_id="20100" />
<ccm_cms.content_item_names object_id="-3001"
<ccm_cms.content_item_names object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_names object_id="-3002"
<ccm_cms.content_item_names object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_names object_id="-3003"
<ccm_cms.content_item_names object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_names object_id="-3004"
<ccm_cms.content_item_names object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3001"
<ccm_cms.content_item_titles object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_titles object_id="-3002"
<ccm_cms.content_item_titles object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_titles object_id="-3003"
<ccm_cms.content_item_titles object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3004"
<ccm_cms.content_item_titles object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-3001" />
<ccm_cms.articles object_id="-3002" />
<ccm_cms.articles object_id="-3003" />
<ccm_cms.articles object_id="-3004" />
<ccm_cms.articles object_id="3001" />
<ccm_cms.articles object_id="3002" />
<ccm_cms.articles object_id="3003" />
<ccm_cms.articles object_id="3004" />
<ccm_cms.article_texts
object_id="-3001"
object_id="3001"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-3002"
object_id="3002"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-3003"
object_id="3003"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts
object_id="-3004"
object_id="3004"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_core.categorizations categorization_id="-30001"
category_id="-2008"
object_id="-3001"
<ccm_core.categorizations categorization_id="30001"
category_id="2008"
object_id="3001"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30002"
category_id="-2008"
object_id="-3002"
<ccm_core.categorizations categorization_id="30002"
category_id="2008"
object_id="3002"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30003"
category_id="-2011"
object_id="-3003"
<ccm_core.categorizations categorization_id="30003"
category_id="2011"
object_id="3003"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30004"
category_id="-2011"
object_id="-3004"
<ccm_core.categorizations categorization_id="30004"
category_id="2011"
object_id="3004"
category_order="1"
object_order="1"
category_index="false"

View File

@ -1,172 +1,172 @@
<?xml version="1.0" encoding="utf-8"?>
<dataset>
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="projects"
uuid="eb7b1eec-3df4-4a42-bffa-27c80a1a7f2f" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-2001"
<ccm_core.ccm_objects object_id="2001"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2002"
<ccm_core.ccm_objects object_id="2002"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-2003"
<ccm_core.ccm_objects object_id="2003"
display_name="projects_root"
uuid="bf230ee8-8f3b-44f3-b47f-cb163679e915" />
<ccm_core.ccm_objects object_id="-2004"
<ccm_core.ccm_objects object_id="2004"
display_name="projects_assets"
uuid="bd561651-6938-4502-9d96-b30b53774743" />
<ccm_core.ccm_objects object_id="-2005"
<ccm_core.ccm_objects object_id="2005"
display_name="docs-1"
uuid="2dac9161-4642-4fe5-8453-8ec63ebc7809" />
<ccm_core.ccm_objects object_id="-2006"
<ccm_core.ccm_objects object_id="2006"
display_name="docs-1-1"
uuid="8544f943-1167-47c4-8e48-02a69522ea3f" />
<ccm_core.ccm_objects object_id="-2008"
<ccm_core.ccm_objects object_id="2008"
display_name="docs-1-1-2"
uuid="b3bdd84d-034e-485d-a6fb-ae36910088a4" />
<ccm_core.ccm_objects object_id="-2009"
<ccm_core.ccm_objects object_id="2009"
display_name="downloads"
uuid="aeef9f75-acc8-4f91-a5fd-b54761fef279" />
<ccm_core.ccm_objects object_id="-2010"
<ccm_core.ccm_objects object_id="2010"
display_name="docs-2"
uuid="88b512e1-56d0-440b-8585-035b8a91a1d1" />
<ccm_core.ccm_objects object_id="-2011"
<ccm_core.ccm_objects object_id="2011"
display_name="docs-2-1"
uuid="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299" />
<ccm_core.ccm_objects object_id="-2012"
<ccm_core.ccm_objects object_id="2012"
display_name="downloads"
uuid="6d73746b-a3c5-486a-b29e-471190757176" />
<ccm_core.ccm_objects object_id="-2013"
<ccm_core.ccm_objects object_id="2013"
display_name="assets-1"
uuid="449405b7-8e6b-4253-91af-cebdd9b2e6c3" />
<ccm_core.ccm_objects object_id="-2014"
<ccm_core.ccm_objects object_id="2014"
display_name="assets-1-1"
uuid="87add7f6-7208-4dc1-9612-909606039281" />
<ccm_core.ccm_objects object_id="-2015"
<ccm_core.ccm_objects object_id="2015"
display_name="assets-1-2"
uuid="ca4005e2-486d-40d2-a79c-6ccec8222ea4" />
<ccm_core.ccm_objects object_id="-3001"
<ccm_core.ccm_objects object_id="3001"
display_name="article-1-1-1-a"
uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad" />
<ccm_core.ccm_objects object_id="-3002"
<ccm_core.ccm_objects object_id="3002"
display_name="article-1-1-1-b"
uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6" />
<ccm_core.ccm_objects object_id="-3003"
<ccm_core.ccm_objects object_id="3003"
display_name="article-2-1-a"
uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba" />
<ccm_core.ccm_objects object_id="-3004"
<ccm_core.ccm_objects object_id="3004"
display_name="article-2-1-a"
uuid="a1e24f4f-aca2-430b-beee-dad667cbe4b8" />
<ccm_core.categories object_id="-2001"
<ccm_core.categories object_id="2001"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2002"
<ccm_core.categories object_id="2002"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2003"
<ccm_core.categories object_id="2003"
unique_id="bf230ee8-8f3b-44f3-b47f-cb163679e915"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2004"
<ccm_core.categories object_id="2004"
unique_id="bd561651-6938-4502-9d96-b30b53774743"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2005"
parent_category_id="-2001"
<ccm_core.categories object_id="2005"
parent_category_id="2001"
unique_id="2dac9161-4642-4fe5-8453-8ec63ebc7809"
name="docs-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2006"
parent_category_id="-2005"
<ccm_core.categories object_id="2006"
parent_category_id="2005"
unique_id="8544f943-1167-47c4-8e48-02a69522ea3f"
name="docs-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2008"
parent_category_id="-2006"
<ccm_core.categories object_id="2008"
parent_category_id="2006"
unique_id="b3bdd84d-034e-485d-a6fb-ae36910088a4"
name="docs-1-1-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2009"
parent_category_id="-2005"
<ccm_core.categories object_id="2009"
parent_category_id="2005"
unique_id="aeef9f75-acc8-4f91-a5fd-b54761fef279"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2010"
parent_category_id="-2001"
<ccm_core.categories object_id="2010"
parent_category_id="2001"
unique_id="88b512e1-56d0-440b-8585-035b8a91a1d1"
name="docs-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2011"
parent_category_id="-2010"
<ccm_core.categories object_id="2011"
parent_category_id="2010"
unique_id="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299"
name="docs-2-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2012"
parent_category_id="-2010"
<ccm_core.categories object_id="2012"
parent_category_id="2010"
unique_id="6d73746b-a3c5-486a-b29e-471190757176"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2013"
<ccm_core.categories object_id="2013"
unique_id="449405b7-8e6b-4253-91af-cebdd9b2e6c3"
parent_category_id="-2002"
parent_category_id="2002"
name="assets-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2014"
<ccm_core.categories object_id="2014"
unique_id="87add7f6-7208-4dc1-9612-909606039281"
parent_category_id="-2013"
parent_category_id="2013"
name="assets-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2015"
parent_category_id="-2013"
<ccm_core.categories object_id="2015"
parent_category_id="2013"
unique_id="ca4005e2-486d-40d2-a79c-6ccec8222ea4"
name="assets-1-2"
enabled="true"
@ -174,232 +174,232 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2001"
<ccm_core.category_titles object_id="2001"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2002"
<ccm_core.category_titles object_id="2002"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-2003"
<ccm_core.category_titles object_id="2003"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-2004"
<ccm_core.category_titles object_id="2004"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-2005"
<ccm_core.category_titles object_id="2005"
locale="en"
localized_value="docs-1" />
<ccm_core.category_titles object_id="-2006"
<ccm_core.category_titles object_id="2006"
locale="en"
localized_value="docs-1-1" />
<ccm_core.category_titles object_id="-2008"
<ccm_core.category_titles object_id="2008"
locale="en"
localized_value="docs-1-1-2" />
<ccm_core.category_titles object_id="-2009"
<ccm_core.category_titles object_id="2009"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2010"
<ccm_core.category_titles object_id="2010"
locale="en"
localized_value="docs-2" />
<ccm_core.category_titles object_id="-2011"
<ccm_core.category_titles object_id="2011"
locale="en"
localized_value="docs-2-1" />
<ccm_core.category_titles object_id="-2012"
<ccm_core.category_titles object_id="2012"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2013"
<ccm_core.category_titles object_id="2013"
locale="en"
localized_value="assets-1" />
<ccm_core.category_titles object_id="-2014"
<ccm_core.category_titles object_id="2014"
locale="en"
localized_value="assets-1-1" />
<ccm_core.category_titles object_id="-2015"
<ccm_core.category_titles object_id="2015"
locale="en"
localized_value="assets-1-2" />
<ccm_cms.folders object_id="-2001"
<ccm_cms.folders object_id="2001"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2002"
<ccm_cms.folders object_id="2002"
type="ASSETS_FOLDER"/>
<ccm_cms.folders object_id="-2003"
<ccm_cms.folders object_id="2003"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2004"
<ccm_cms.folders object_id="2004"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2005"
<ccm_cms.folders object_id="2005"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2006"
<ccm_cms.folders object_id="2006"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2008"
<ccm_cms.folders object_id="2008"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2009"
<ccm_cms.folders object_id="2009"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2010"
<ccm_cms.folders object_id="2010"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2011"
<ccm_cms.folders object_id="2011"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2012"
<ccm_cms.folders object_id="2012"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2013"
<ccm_cms.folders object_id="2013"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2014"
<ccm_cms.folders object_id="2014"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2015"
<ccm_cms.folders object_id="2015"
type="ASSETS_FOLDER" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resources object_id="-1200"
<ccm_core.resources object_id="1200"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.resource_titles object_id="-1200"
<ccm_core.resource_titles object_id="1200"
locale="en"
localized_value="projects" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1200"
<ccm_core.applications object_id="1200"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2001"
root_assets_folder_id="-2002" />
<ccm_cms.content_sections object_id="-1200"
root_documents_folder_id="2001"
root_assets_folder_id="2002" />
<ccm_cms.content_sections object_id="1200"
label="projects"
root_documents_folder_id="-2003"
root_assets_folder_id="-2004" />
root_documents_folder_id="2003"
root_assets_folder_id="2004" />
<ccm_cms.folder_content_section_map folder_id="-2001"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2002"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2003"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2004"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2005"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2006"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2008"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2009"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2010"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2011"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2012"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2013"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2014"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2015"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2001"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2002"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2003"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2004"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2005"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2006"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2008"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2009"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2010"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2011"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2012"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2013"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2014"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2015"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-3001"
<ccm_cms.content_items object_id="3001"
item_uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3002"
content_type_id="20100" />
<ccm_cms.content_items object_id="3002"
item_uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3003"
content_type_id="20100" />
<ccm_cms.content_items object_id="3003"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3004"
content_type_id="20100" />
<ccm_cms.content_items object_id="3004"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="LIVE"
content_type_id="-20100" />
content_type_id="20100" />
<ccm_cms.content_item_names object_id="-3001"
<ccm_cms.content_item_names object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_names object_id="-3002"
<ccm_cms.content_item_names object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_names object_id="-3003"
<ccm_cms.content_item_names object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_names object_id="-3004"
<ccm_cms.content_item_names object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3001"
<ccm_cms.content_item_titles object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_titles object_id="-3002"
<ccm_cms.content_item_titles object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_titles object_id="-3003"
<ccm_cms.content_item_titles object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3004"
<ccm_cms.content_item_titles object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-3001" />
<ccm_cms.articles object_id="-3002" />
<ccm_cms.articles object_id="-3003" />
<ccm_cms.articles object_id="-3004" />
<ccm_cms.articles object_id="3001" />
<ccm_cms.articles object_id="3002" />
<ccm_cms.articles object_id="3003" />
<ccm_cms.articles object_id="3004" />
<ccm_cms.article_texts
object_id="-3001"
object_id="3001"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-3002"
object_id="3002"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-3003"
object_id="3003"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts
object_id="-3004"
object_id="3004"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_core.categorizations categorization_id="-30001"
category_id="-2008"
object_id="-3001"
<ccm_core.categorizations categorization_id="30001"
category_id="2008"
object_id="3001"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30002"
category_id="-2008"
object_id="-3002"
<ccm_core.categorizations categorization_id="30002"
category_id="2008"
object_id="3002"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30003"
category_id="-2011"
object_id="-3003"
<ccm_core.categorizations categorization_id="30003"
category_id="2011"
object_id="3003"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30004"
category_id="-2011"
object_id="-3004"
<ccm_core.categorizations categorization_id="30004"
category_id="2011"
object_id="3004"
category_order="1"
object_order="1"
category_index="false"

View File

@ -1,183 +1,183 @@
<?xml version="1.0" encoding="utf-8"?>
<dataset>
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="projects"
uuid="eb7b1eec-3df4-4a42-bffa-27c80a1a7f2f" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-2001"
<ccm_core.ccm_objects object_id="2001"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2002"
<ccm_core.ccm_objects object_id="2002"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-2003"
<ccm_core.ccm_objects object_id="2003"
display_name="projects_root"
uuid="bf230ee8-8f3b-44f3-b47f-cb163679e915" />
<ccm_core.ccm_objects object_id="-2004"
<ccm_core.ccm_objects object_id="2004"
display_name="projects_assets"
uuid="bd561651-6938-4502-9d96-b30b53774743" />
<ccm_core.ccm_objects object_id="-2005"
<ccm_core.ccm_objects object_id="2005"
display_name="docs-1"
uuid="2dac9161-4642-4fe5-8453-8ec63ebc7809" />
<ccm_core.ccm_objects object_id="-2006"
<ccm_core.ccm_objects object_id="2006"
display_name="docs-1-1"
uuid="8544f943-1167-47c4-8e48-02a69522ea3f" />
<ccm_core.ccm_objects object_id="-2007"
<ccm_core.ccm_objects object_id="2007"
display_name="docs-1-1-1"
uuid="284bde5e-cdce-4727-96c2-978f187e488c" />
<ccm_core.ccm_objects object_id="-2008"
<ccm_core.ccm_objects object_id="2008"
display_name="docs-1-1-2"
uuid="b3bdd84d-034e-485d-a6fb-ae36910088a4" />
<ccm_core.ccm_objects object_id="-2009"
<ccm_core.ccm_objects object_id="2009"
display_name="downloads_1"
uuid="aeef9f75-acc8-4f91-a5fd-b54761fef279" />
<ccm_core.ccm_objects object_id="-2010"
<ccm_core.ccm_objects object_id="2010"
display_name="docs-2"
uuid="88b512e1-56d0-440b-8585-035b8a91a1d1" />
<ccm_core.ccm_objects object_id="-2011"
<ccm_core.ccm_objects object_id="2011"
display_name="docs-2-1"
uuid="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299" />
<ccm_core.ccm_objects object_id="-2012"
<ccm_core.ccm_objects object_id="2012"
display_name="downloads"
uuid="6d73746b-a3c5-486a-b29e-471190757176" />
<ccm_core.ccm_objects object_id="-2013"
<ccm_core.ccm_objects object_id="2013"
display_name="assets-1"
uuid="449405b7-8e6b-4253-91af-cebdd9b2e6c3" />
<ccm_core.ccm_objects object_id="-2014"
<ccm_core.ccm_objects object_id="2014"
display_name="assets-1-1"
uuid="87add7f6-7208-4dc1-9612-909606039281" />
<ccm_core.ccm_objects object_id="-2015"
<ccm_core.ccm_objects object_id="2015"
display_name="assets-1-2"
uuid="ca4005e2-486d-40d2-a79c-6ccec8222ea4" />
<ccm_core.ccm_objects object_id="-3001"
<ccm_core.ccm_objects object_id="3001"
display_name="article-1-1-1-a"
uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad" />
<ccm_core.ccm_objects object_id="-3002"
<ccm_core.ccm_objects object_id="3002"
display_name="article-1-1-1-b"
uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6" />
<ccm_core.ccm_objects object_id="-3003"
<ccm_core.ccm_objects object_id="3003"
display_name="article-2-1-a"
uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba" />
<ccm_core.ccm_objects object_id="-3004"
<ccm_core.ccm_objects object_id="3004"
display_name="article-2-1-a"
uuid="a1e24f4f-aca2-430b-beee-dad667cbe4b8" />
<ccm_core.categories object_id="-2001"
<ccm_core.categories object_id="2001"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2002"
<ccm_core.categories object_id="2002"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2003"
<ccm_core.categories object_id="2003"
unique_id="bf230ee8-8f3b-44f3-b47f-cb163679e915"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2004"
<ccm_core.categories object_id="2004"
unique_id="bd561651-6938-4502-9d96-b30b53774743"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2005"
parent_category_id="-2001"
<ccm_core.categories object_id="2005"
parent_category_id="2001"
unique_id="2dac9161-4642-4fe5-8453-8ec63ebc7809"
name="docs-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2006"
parent_category_id="-2005"
<ccm_core.categories object_id="2006"
parent_category_id="2005"
unique_id="8544f943-1167-47c4-8e48-02a69522ea3f"
name="docs-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2007"
parent_category_id="-2006"
<ccm_core.categories object_id="2007"
parent_category_id="2006"
unique_id="284bde5e-cdce-4727-96c2-978f187e488c"
name="docs-1-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2008"
parent_category_id="-2006"
<ccm_core.categories object_id="2008"
parent_category_id="2006"
unique_id="b3bdd84d-034e-485d-a6fb-ae36910088a4"
name="docs-1-1-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2009"
parent_category_id="-2010"
<ccm_core.categories object_id="2009"
parent_category_id="2010"
unique_id="aeef9f75-acc8-4f91-a5fd-b54761fef279"
name="downloads_1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2010"
parent_category_id="-2001"
<ccm_core.categories object_id="2010"
parent_category_id="2001"
unique_id="88b512e1-56d0-440b-8585-035b8a91a1d1"
name="docs-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2011"
parent_category_id="-2010"
<ccm_core.categories object_id="2011"
parent_category_id="2010"
unique_id="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299"
name="docs-2-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2012"
parent_category_id="-2010"
<ccm_core.categories object_id="2012"
parent_category_id="2010"
unique_id="6d73746b-a3c5-486a-b29e-471190757176"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2013"
<ccm_core.categories object_id="2013"
unique_id="449405b7-8e6b-4253-91af-cebdd9b2e6c3"
parent_category_id="-2002"
parent_category_id="2002"
name="assets-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2014"
<ccm_core.categories object_id="2014"
unique_id="87add7f6-7208-4dc1-9612-909606039281"
parent_category_id="-2013"
parent_category_id="2013"
name="assets-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2015"
parent_category_id="-2013"
<ccm_core.categories object_id="2015"
parent_category_id="2013"
unique_id="ca4005e2-486d-40d2-a79c-6ccec8222ea4"
name="assets-1-2"
enabled="true"
@ -185,239 +185,239 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2001"
<ccm_core.category_titles object_id="2001"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2002"
<ccm_core.category_titles object_id="2002"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-2003"
<ccm_core.category_titles object_id="2003"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-2004"
<ccm_core.category_titles object_id="2004"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-2005"
<ccm_core.category_titles object_id="2005"
locale="en"
localized_value="docs-1" />
<ccm_core.category_titles object_id="-2006"
<ccm_core.category_titles object_id="2006"
locale="en"
localized_value="docs-1-1" />
<ccm_core.category_titles object_id="-2007"
<ccm_core.category_titles object_id="2007"
locale="en"
localized_value="docs-1-1-1" />
<ccm_core.category_titles object_id="-2008"
<ccm_core.category_titles object_id="2008"
locale="en"
localized_value="docs-1-1-2" />
<ccm_core.category_titles object_id="-2009"
<ccm_core.category_titles object_id="2009"
locale="en"
localized_value="downloads_1" />
<ccm_core.category_titles object_id="-2010"
<ccm_core.category_titles object_id="2010"
locale="en"
localized_value="docs-2" />
<ccm_core.category_titles object_id="-2011"
<ccm_core.category_titles object_id="2011"
locale="en"
localized_value="docs-2-1" />
<ccm_core.category_titles object_id="-2012"
<ccm_core.category_titles object_id="2012"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2013"
<ccm_core.category_titles object_id="2013"
locale="en"
localized_value="assets-1" />
<ccm_core.category_titles object_id="-2014"
<ccm_core.category_titles object_id="2014"
locale="en"
localized_value="assets-1-1" />
<ccm_core.category_titles object_id="-2015"
<ccm_core.category_titles object_id="2015"
locale="en"
localized_value="assets-1-2" />
<ccm_cms.folders object_id="-2001"
<ccm_cms.folders object_id="2001"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2002"
<ccm_cms.folders object_id="2002"
type="ASSETS_FOLDER"/>
<ccm_cms.folders object_id="-2003"
<ccm_cms.folders object_id="2003"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2004"
<ccm_cms.folders object_id="2004"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2005"
<ccm_cms.folders object_id="2005"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2006"
<ccm_cms.folders object_id="2006"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2007"
<ccm_cms.folders object_id="2007"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2008"
<ccm_cms.folders object_id="2008"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2009"
<ccm_cms.folders object_id="2009"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2010"
<ccm_cms.folders object_id="2010"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2011"
<ccm_cms.folders object_id="2011"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2012"
<ccm_cms.folders object_id="2012"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2013"
<ccm_cms.folders object_id="2013"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2014"
<ccm_cms.folders object_id="2014"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2015"
<ccm_cms.folders object_id="2015"
type="ASSETS_FOLDER" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resources object_id="-1200"
<ccm_core.resources object_id="1200"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.resource_titles object_id="-1200"
<ccm_core.resource_titles object_id="1200"
locale="en"
localized_value="projects" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1200"
<ccm_core.applications object_id="1200"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2001"
root_assets_folder_id="-2002" />
<ccm_cms.content_sections object_id="-1200"
root_documents_folder_id="2001"
root_assets_folder_id="2002" />
<ccm_cms.content_sections object_id="1200"
label="projects"
root_documents_folder_id="-2003"
root_assets_folder_id="-2004" />
root_documents_folder_id="2003"
root_assets_folder_id="2004" />
<ccm_cms.folder_content_section_map folder_id="-2001"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2002"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2003"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2004"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2005"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2006"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2007"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2008"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2009"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2010"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2011"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2012"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2013"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2014"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2015"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2001"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2002"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2003"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2004"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2005"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2006"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2007"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2008"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2009"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2010"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2011"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2012"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2013"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2014"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2015"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-3001"
<ccm_cms.content_items object_id="3001"
item_uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3002"
content_type_id="20100" />
<ccm_cms.content_items object_id="3002"
item_uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3003"
content_type_id="20100" />
<ccm_cms.content_items object_id="3003"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3004"
content_type_id="20100" />
<ccm_cms.content_items object_id="3004"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="LIVE"
content_type_id="-20100" />
content_type_id="20100" />
<ccm_cms.content_item_names object_id="-3001"
<ccm_cms.content_item_names object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_names object_id="-3002"
<ccm_cms.content_item_names object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_names object_id="-3003"
<ccm_cms.content_item_names object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_names object_id="-3004"
<ccm_cms.content_item_names object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3001"
<ccm_cms.content_item_titles object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_titles object_id="-3002"
<ccm_cms.content_item_titles object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_titles object_id="-3003"
<ccm_cms.content_item_titles object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3004"
<ccm_cms.content_item_titles object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-3001" />
<ccm_cms.articles object_id="-3002" />
<ccm_cms.articles object_id="-3003" />
<ccm_cms.articles object_id="-3004" />
<ccm_cms.articles object_id="3001" />
<ccm_cms.articles object_id="3002" />
<ccm_cms.articles object_id="3003" />
<ccm_cms.articles object_id="3004" />
<ccm_cms.article_texts
object_id="-3001"
object_id="3001"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-3002"
object_id="3002"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-3003"
object_id="3003"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts
object_id="-3004"
object_id="3004"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_core.categorizations categorization_id="-30001"
category_id="-2008"
object_id="-3001"
<ccm_core.categorizations categorization_id="30001"
category_id="2008"
object_id="3001"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30002"
category_id="-2008"
object_id="-3002"
<ccm_core.categorizations categorization_id="30002"
category_id="2008"
object_id="3002"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30003"
category_id="-2011"
object_id="-3003"
<ccm_core.categorizations categorization_id="30003"
category_id="2011"
object_id="3003"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30004"
category_id="-2011"
object_id="-3004"
<ccm_core.categorizations categorization_id="30004"
category_id="2011"
object_id="3004"
category_order="1"
object_order="1"
category_index="false"

View File

@ -1,183 +1,183 @@
<?xml version="1.0" encoding="utf-8"?>
<dataset>
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="projects"
uuid="eb7b1eec-3df4-4a42-bffa-27c80a1a7f2f" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-2001"
<ccm_core.ccm_objects object_id="2001"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2002"
<ccm_core.ccm_objects object_id="2002"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-2003"
<ccm_core.ccm_objects object_id="2003"
display_name="projects_root"
uuid="bf230ee8-8f3b-44f3-b47f-cb163679e915" />
<ccm_core.ccm_objects object_id="-2004"
<ccm_core.ccm_objects object_id="2004"
display_name="projects_assets"
uuid="bd561651-6938-4502-9d96-b30b53774743" />
<ccm_core.ccm_objects object_id="-2005"
<ccm_core.ccm_objects object_id="2005"
display_name="docs-1"
uuid="2dac9161-4642-4fe5-8453-8ec63ebc7809" />
<ccm_core.ccm_objects object_id="-2006"
<ccm_core.ccm_objects object_id="2006"
display_name="docs-1-1"
uuid="8544f943-1167-47c4-8e48-02a69522ea3f" />
<ccm_core.ccm_objects object_id="-2007"
<ccm_core.ccm_objects object_id="2007"
display_name="docs-1-1-1"
uuid="284bde5e-cdce-4727-96c2-978f187e488c" />
<ccm_core.ccm_objects object_id="-2008"
<ccm_core.ccm_objects object_id="2008"
display_name="docs-1-1-2"
uuid="b3bdd84d-034e-485d-a6fb-ae36910088a4" />
<ccm_core.ccm_objects object_id="-2009"
<ccm_core.ccm_objects object_id="2009"
display_name="downloads"
uuid="aeef9f75-acc8-4f91-a5fd-b54761fef279" />
<ccm_core.ccm_objects object_id="-2010"
<ccm_core.ccm_objects object_id="2010"
display_name="docs-2"
uuid="88b512e1-56d0-440b-8585-035b8a91a1d1" />
<ccm_core.ccm_objects object_id="-2011"
<ccm_core.ccm_objects object_id="2011"
display_name="docs-2-1"
uuid="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299" />
<ccm_core.ccm_objects object_id="-2012"
<ccm_core.ccm_objects object_id="2012"
display_name="downloads"
uuid="6d73746b-a3c5-486a-b29e-471190757176" />
<ccm_core.ccm_objects object_id="-2013"
<ccm_core.ccm_objects object_id="2013"
display_name="assets-1"
uuid="449405b7-8e6b-4253-91af-cebdd9b2e6c3" />
<ccm_core.ccm_objects object_id="-2014"
<ccm_core.ccm_objects object_id="2014"
display_name="assets-1-1"
uuid="87add7f6-7208-4dc1-9612-909606039281" />
<ccm_core.ccm_objects object_id="-2015"
<ccm_core.ccm_objects object_id="2015"
display_name="assets-1-2"
uuid="ca4005e2-486d-40d2-a79c-6ccec8222ea4" />
<ccm_core.ccm_objects object_id="-3001"
<ccm_core.ccm_objects object_id="3001"
display_name="article-1-1-1-a"
uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad" />
<ccm_core.ccm_objects object_id="-3002"
<ccm_core.ccm_objects object_id="3002"
display_name="article-1-1-1-b"
uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6" />
<ccm_core.ccm_objects object_id="-3003"
<ccm_core.ccm_objects object_id="3003"
display_name="article-2-1-a"
uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba" />
<ccm_core.ccm_objects object_id="-3004"
<ccm_core.ccm_objects object_id="3004"
display_name="article-2-1-a"
uuid="a1e24f4f-aca2-430b-beee-dad667cbe4b8" />
<ccm_core.categories object_id="-2001"
<ccm_core.categories object_id="2001"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2002"
<ccm_core.categories object_id="2002"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2003"
<ccm_core.categories object_id="2003"
unique_id="bf230ee8-8f3b-44f3-b47f-cb163679e915"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2004"
<ccm_core.categories object_id="2004"
unique_id="bd561651-6938-4502-9d96-b30b53774743"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2005"
parent_category_id="-2001"
<ccm_core.categories object_id="2005"
parent_category_id="2001"
unique_id="2dac9161-4642-4fe5-8453-8ec63ebc7809"
name="docs-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2006"
parent_category_id="-2005"
<ccm_core.categories object_id="2006"
parent_category_id="2005"
unique_id="8544f943-1167-47c4-8e48-02a69522ea3f"
name="docs-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2007"
parent_category_id="-2006"
<ccm_core.categories object_id="2007"
parent_category_id="2006"
unique_id="284bde5e-cdce-4727-96c2-978f187e488c"
name="docs-1-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2008"
parent_category_id="-2010"
<ccm_core.categories object_id="2008"
parent_category_id="2010"
unique_id="b3bdd84d-034e-485d-a6fb-ae36910088a4"
name="docs-1-1-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2009"
parent_category_id="-2005"
<ccm_core.categories object_id="2009"
parent_category_id="2005"
unique_id="aeef9f75-acc8-4f91-a5fd-b54761fef279"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2010"
parent_category_id="-2001"
<ccm_core.categories object_id="2010"
parent_category_id="2001"
unique_id="88b512e1-56d0-440b-8585-035b8a91a1d1"
name="docs-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2011"
parent_category_id="-2010"
<ccm_core.categories object_id="2011"
parent_category_id="2010"
unique_id="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299"
name="docs-2-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2012"
parent_category_id="-2010"
<ccm_core.categories object_id="2012"
parent_category_id="2010"
unique_id="6d73746b-a3c5-486a-b29e-471190757176"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2013"
<ccm_core.categories object_id="2013"
unique_id="449405b7-8e6b-4253-91af-cebdd9b2e6c3"
parent_category_id="-2002"
parent_category_id="2002"
name="assets-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2014"
<ccm_core.categories object_id="2014"
unique_id="87add7f6-7208-4dc1-9612-909606039281"
parent_category_id="-2013"
parent_category_id="2013"
name="assets-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2015"
parent_category_id="-2013"
<ccm_core.categories object_id="2015"
parent_category_id="2013"
unique_id="ca4005e2-486d-40d2-a79c-6ccec8222ea4"
name="assets-1-2"
enabled="true"
@ -185,239 +185,239 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2001"
<ccm_core.category_titles object_id="2001"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2002"
<ccm_core.category_titles object_id="2002"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-2003"
<ccm_core.category_titles object_id="2003"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-2004"
<ccm_core.category_titles object_id="2004"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-2005"
<ccm_core.category_titles object_id="2005"
locale="en"
localized_value="docs-1" />
<ccm_core.category_titles object_id="-2006"
<ccm_core.category_titles object_id="2006"
locale="en"
localized_value="docs-1-1" />
<ccm_core.category_titles object_id="-2007"
<ccm_core.category_titles object_id="2007"
locale="en"
localized_value="docs-1-1-1" />
<ccm_core.category_titles object_id="-2008"
<ccm_core.category_titles object_id="2008"
locale="en"
localized_value="docs-1-1-2" />
<ccm_core.category_titles object_id="-2009"
<ccm_core.category_titles object_id="2009"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2010"
<ccm_core.category_titles object_id="2010"
locale="en"
localized_value="docs-2" />
<ccm_core.category_titles object_id="-2011"
<ccm_core.category_titles object_id="2011"
locale="en"
localized_value="docs-2-1" />
<ccm_core.category_titles object_id="-2012"
<ccm_core.category_titles object_id="2012"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2013"
<ccm_core.category_titles object_id="2013"
locale="en"
localized_value="assets-1" />
<ccm_core.category_titles object_id="-2014"
<ccm_core.category_titles object_id="2014"
locale="en"
localized_value="assets-1-1" />
<ccm_core.category_titles object_id="-2015"
<ccm_core.category_titles object_id="2015"
locale="en"
localized_value="assets-1-2" />
<ccm_cms.folders object_id="-2001"
<ccm_cms.folders object_id="2001"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2002"
<ccm_cms.folders object_id="2002"
type="ASSETS_FOLDER"/>
<ccm_cms.folders object_id="-2003"
<ccm_cms.folders object_id="2003"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2004"
<ccm_cms.folders object_id="2004"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2005"
<ccm_cms.folders object_id="2005"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2006"
<ccm_cms.folders object_id="2006"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2007"
<ccm_cms.folders object_id="2007"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2008"
<ccm_cms.folders object_id="2008"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2009"
<ccm_cms.folders object_id="2009"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2010"
<ccm_cms.folders object_id="2010"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2011"
<ccm_cms.folders object_id="2011"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2012"
<ccm_cms.folders object_id="2012"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2013"
<ccm_cms.folders object_id="2013"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2014"
<ccm_cms.folders object_id="2014"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2015"
<ccm_cms.folders object_id="2015"
type="ASSETS_FOLDER" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resources object_id="-1200"
<ccm_core.resources object_id="1200"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.resource_titles object_id="-1200"
<ccm_core.resource_titles object_id="1200"
locale="en"
localized_value="projects" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1200"
<ccm_core.applications object_id="1200"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2001"
root_assets_folder_id="-2002" />
<ccm_cms.content_sections object_id="-1200"
root_documents_folder_id="2001"
root_assets_folder_id="2002" />
<ccm_cms.content_sections object_id="1200"
label="projects"
root_documents_folder_id="-2003"
root_assets_folder_id="-2004" />
root_documents_folder_id="2003"
root_assets_folder_id="2004" />
<ccm_cms.folder_content_section_map folder_id="-2001"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2002"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2003"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2004"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2005"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2006"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2007"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2008"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2009"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2010"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2011"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2012"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2013"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2014"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2015"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2001"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2002"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2003"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2004"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2005"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2006"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2007"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2008"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2009"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2010"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2011"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2012"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2013"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2014"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2015"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-3001"
<ccm_cms.content_items object_id="3001"
item_uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3002"
content_type_id="20100" />
<ccm_cms.content_items object_id="3002"
item_uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3003"
content_type_id="20100" />
<ccm_cms.content_items object_id="3003"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3004"
content_type_id="20100" />
<ccm_cms.content_items object_id="3004"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="LIVE"
content_type_id="-20100" />
content_type_id="20100" />
<ccm_cms.content_item_names object_id="-3001"
<ccm_cms.content_item_names object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_names object_id="-3002"
<ccm_cms.content_item_names object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_names object_id="-3003"
<ccm_cms.content_item_names object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_names object_id="-3004"
<ccm_cms.content_item_names object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3001"
<ccm_cms.content_item_titles object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_titles object_id="-3002"
<ccm_cms.content_item_titles object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_titles object_id="-3003"
<ccm_cms.content_item_titles object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3004"
<ccm_cms.content_item_titles object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-3001" />
<ccm_cms.articles object_id="-3002" />
<ccm_cms.articles object_id="-3003" />
<ccm_cms.articles object_id="-3004" />
<ccm_cms.articles object_id="3001" />
<ccm_cms.articles object_id="3002" />
<ccm_cms.articles object_id="3003" />
<ccm_cms.articles object_id="3004" />
<ccm_cms.article_texts
object_id="-3001"
object_id="3001"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-3002"
object_id="3002"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-3003"
object_id="3003"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts
object_id="-3004"
object_id="3004"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_core.categorizations categorization_id="-30001"
category_id="-2008"
object_id="-3001"
<ccm_core.categorizations categorization_id="30001"
category_id="2008"
object_id="3001"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30002"
category_id="-2008"
object_id="-3002"
<ccm_core.categorizations categorization_id="30002"
category_id="2008"
object_id="3002"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30003"
category_id="-2011"
object_id="-3003"
<ccm_core.categorizations categorization_id="30003"
category_id="2011"
object_id="3003"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30004"
category_id="-2011"
object_id="-3004"
<ccm_core.categorizations categorization_id="30004"
category_id="2011"
object_id="3004"
category_order="1"
object_order="1"
category_index="false"

View File

@ -1,183 +1,183 @@
<?xml version="1.0" encoding="utf-8"?>
<dataset>
<ccm_core.ccm_objects object_id="-1100"
<ccm_core.ccm_objects object_id="1100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-1200"
<ccm_core.ccm_objects object_id="1200"
display_name="projects"
uuid="eb7b1eec-3df4-4a42-bffa-27c80a1a7f2f" />
<ccm_core.ccm_objects object_id="-20100"
<ccm_core.ccm_objects object_id="20100"
display_name="org.librecms.contenttypes.Article"
uuid="2c8ec2fb-319d-4d44-9698-697c08b2b941" />
<ccm_core.ccm_objects object_id="-2001"
<ccm_core.ccm_objects object_id="2001"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-2002"
<ccm_core.ccm_objects object_id="2002"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-2003"
<ccm_core.ccm_objects object_id="2003"
display_name="projects_root"
uuid="bf230ee8-8f3b-44f3-b47f-cb163679e915" />
<ccm_core.ccm_objects object_id="-2004"
<ccm_core.ccm_objects object_id="2004"
display_name="projects_assets"
uuid="bd561651-6938-4502-9d96-b30b53774743" />
<ccm_core.ccm_objects object_id="-2005"
<ccm_core.ccm_objects object_id="2005"
display_name="docs-1"
uuid="2dac9161-4642-4fe5-8453-8ec63ebc7809" />
<ccm_core.ccm_objects object_id="-2006"
<ccm_core.ccm_objects object_id="2006"
display_name="docs-1-1"
uuid="8544f943-1167-47c4-8e48-02a69522ea3f" />
<ccm_core.ccm_objects object_id="-2007"
<ccm_core.ccm_objects object_id="2007"
display_name="docs-1-1-1"
uuid="284bde5e-cdce-4727-96c2-978f187e488c" />
<ccm_core.ccm_objects object_id="-2008"
<ccm_core.ccm_objects object_id="2008"
display_name="docs-1-1-2"
uuid="b3bdd84d-034e-485d-a6fb-ae36910088a4" />
<ccm_core.ccm_objects object_id="-2009"
<ccm_core.ccm_objects object_id="2009"
display_name="downloads"
uuid="aeef9f75-acc8-4f91-a5fd-b54761fef279" />
<ccm_core.ccm_objects object_id="-2010"
<ccm_core.ccm_objects object_id="2010"
display_name="docs-2"
uuid="88b512e1-56d0-440b-8585-035b8a91a1d1" />
<ccm_core.ccm_objects object_id="-2011"
<ccm_core.ccm_objects object_id="2011"
display_name="docs-2-1"
uuid="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299" />
<ccm_core.ccm_objects object_id="-2012"
<ccm_core.ccm_objects object_id="2012"
display_name="downloads"
uuid="6d73746b-a3c5-486a-b29e-471190757176" />
<ccm_core.ccm_objects object_id="-2013"
<ccm_core.ccm_objects object_id="2013"
display_name="assets-1"
uuid="449405b7-8e6b-4253-91af-cebdd9b2e6c3" />
<ccm_core.ccm_objects object_id="-2014"
<ccm_core.ccm_objects object_id="2014"
display_name="assets-1-1"
uuid="87add7f6-7208-4dc1-9612-909606039281" />
<ccm_core.ccm_objects object_id="-2015"
<ccm_core.ccm_objects object_id="2015"
display_name="assets-1-2"
uuid="ca4005e2-486d-40d2-a79c-6ccec8222ea4" />
<ccm_core.ccm_objects object_id="-3001"
<ccm_core.ccm_objects object_id="3001"
display_name="article-1-1-1-a"
uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad" />
<ccm_core.ccm_objects object_id="-3002"
<ccm_core.ccm_objects object_id="3002"
display_name="article-1-1-1-b"
uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6" />
<ccm_core.ccm_objects object_id="-3003"
<ccm_core.ccm_objects object_id="3003"
display_name="article-2-1-a"
uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba" />
<ccm_core.ccm_objects object_id="-3004"
<ccm_core.ccm_objects object_id="3004"
display_name="article-2-1-a"
uuid="a1e24f4f-aca2-430b-beee-dad667cbe4b8" />
<ccm_core.categories object_id="-2001"
<ccm_core.categories object_id="2001"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2002"
<ccm_core.categories object_id="2002"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2003"
<ccm_core.categories object_id="2003"
unique_id="bf230ee8-8f3b-44f3-b47f-cb163679e915"
name="projects_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2004"
<ccm_core.categories object_id="2004"
unique_id="bd561651-6938-4502-9d96-b30b53774743"
name="projects_assets"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2005"
parent_category_id="-2001"
<ccm_core.categories object_id="2005"
parent_category_id="2001"
unique_id="2dac9161-4642-4fe5-8453-8ec63ebc7809"
name="docs-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2006"
parent_category_id="-2005"
<ccm_core.categories object_id="2006"
parent_category_id="2005"
unique_id="8544f943-1167-47c4-8e48-02a69522ea3f"
name="docs-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2007"
parent_category_id="-2006"
<ccm_core.categories object_id="2007"
parent_category_id="2006"
unique_id="284bde5e-cdce-4727-96c2-978f187e488c"
name="docs-1-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2008"
parent_category_id="-2006"
<ccm_core.categories object_id="2008"
parent_category_id="2006"
unique_id="b3bdd84d-034e-485d-a6fb-ae36910088a4"
name="docs-1-1-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2009"
parent_category_id="-2005"
<ccm_core.categories object_id="2009"
parent_category_id="2005"
unique_id="aeef9f75-acc8-4f91-a5fd-b54761fef279"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2010"
parent_category_id="-2001"
<ccm_core.categories object_id="2010"
parent_category_id="2001"
unique_id="88b512e1-56d0-440b-8585-035b8a91a1d1"
name="docs-2"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2011"
parent_category_id="-2010"
<ccm_core.categories object_id="2011"
parent_category_id="2010"
unique_id="5bfc8ff0-b01b-4ad3-87e0-d58a0725c299"
name="docs-2-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2012"
parent_category_id="-2010"
<ccm_core.categories object_id="2012"
parent_category_id="2010"
unique_id="6d73746b-a3c5-486a-b29e-471190757176"
name="downloads"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2013"
<ccm_core.categories object_id="2013"
unique_id="449405b7-8e6b-4253-91af-cebdd9b2e6c3"
parent_category_id="-2002"
parent_category_id="2002"
name="assets-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2014"
<ccm_core.categories object_id="2014"
unique_id="87add7f6-7208-4dc1-9612-909606039281"
parent_category_id="-2013"
parent_category_id="2013"
name="assets-1-1"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-2015"
parent_category_id="-2013"
<ccm_core.categories object_id="2015"
parent_category_id="2013"
unique_id="ca4005e2-486d-40d2-a79c-6ccec8222ea4"
name="assets-1-2"
enabled="true"
@ -185,239 +185,239 @@
abstract_category="false"
category_order="1" />
<ccm_core.category_titles object_id="-2001"
<ccm_core.category_titles object_id="2001"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-2002"
<ccm_core.category_titles object_id="2002"
locale="en"
localized_value="info_assets" />
<ccm_core.category_titles object_id="-2003"
<ccm_core.category_titles object_id="2003"
locale="en"
localized_value="projects_root" />
<ccm_core.category_titles object_id="-2004"
<ccm_core.category_titles object_id="2004"
locale="en"
localized_value="projects_assets" />
<ccm_core.category_titles object_id="-2005"
<ccm_core.category_titles object_id="2005"
locale="en"
localized_value="docs-1" />
<ccm_core.category_titles object_id="-2006"
<ccm_core.category_titles object_id="2006"
locale="en"
localized_value="docs-1-1" />
<ccm_core.category_titles object_id="-2007"
<ccm_core.category_titles object_id="2007"
locale="en"
localized_value="docs-1-1-1" />
<ccm_core.category_titles object_id="-2008"
<ccm_core.category_titles object_id="2008"
locale="en"
localized_value="docs-1-1-2" />
<ccm_core.category_titles object_id="-2009"
<ccm_core.category_titles object_id="2009"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2010"
<ccm_core.category_titles object_id="2010"
locale="en"
localized_value="docs-2" />
<ccm_core.category_titles object_id="-2011"
<ccm_core.category_titles object_id="2011"
locale="en"
localized_value="docs-2-1" />
<ccm_core.category_titles object_id="-2012"
<ccm_core.category_titles object_id="2012"
locale="en"
localized_value="downloads" />
<ccm_core.category_titles object_id="-2013"
<ccm_core.category_titles object_id="2013"
locale="en"
localized_value="assets-1" />
<ccm_core.category_titles object_id="-2014"
<ccm_core.category_titles object_id="2014"
locale="en"
localized_value="assets-1-1" />
<ccm_core.category_titles object_id="-2015"
<ccm_core.category_titles object_id="2015"
locale="en"
localized_value="assets-1-2" />
<ccm_cms.folders object_id="-2001"
<ccm_cms.folders object_id="2001"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2002"
<ccm_cms.folders object_id="2002"
type="ASSETS_FOLDER"/>
<ccm_cms.folders object_id="-2003"
<ccm_cms.folders object_id="2003"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2004"
<ccm_cms.folders object_id="2004"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2005"
<ccm_cms.folders object_id="2005"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2006"
<ccm_cms.folders object_id="2006"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2007"
<ccm_cms.folders object_id="2007"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2008"
<ccm_cms.folders object_id="2008"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2009"
<ccm_cms.folders object_id="2009"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2010"
<ccm_cms.folders object_id="2010"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2011"
<ccm_cms.folders object_id="2011"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2012"
<ccm_cms.folders object_id="2012"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-2013"
<ccm_cms.folders object_id="2013"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2014"
<ccm_cms.folders object_id="2014"
type="ASSETS_FOLDER" />
<ccm_cms.folders object_id="-2015"
<ccm_cms.folders object_id="2015"
type="ASSETS_FOLDER" />
<ccm_core.resources object_id="-1100"
<ccm_core.resources object_id="1100"
created="2016-07-15" />
<ccm_core.resources object_id="-1200"
<ccm_core.resources object_id="1200"
created="2016-07-15" />
<ccm_core.resource_titles object_id="-1100"
<ccm_core.resource_titles object_id="1100"
locale="en"
localized_value="info" />
<ccm_core.resource_titles object_id="-1200"
<ccm_core.resource_titles object_id="1200"
locale="en"
localized_value="projects" />
<ccm_core.applications object_id="-1100"
<ccm_core.applications object_id="1100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_core.applications object_id="-1200"
<ccm_core.applications object_id="1200"
application_type="org.librecms.contentsection.ContentSection"
primary_url="projects" />
<ccm_cms.content_sections object_id="-1100"
<ccm_cms.content_sections object_id="1100"
label="info"
root_documents_folder_id="-2001"
root_assets_folder_id="-2002" />
<ccm_cms.content_sections object_id="-1200"
root_documents_folder_id="2001"
root_assets_folder_id="2002" />
<ccm_cms.content_sections object_id="1200"
label="projects"
root_documents_folder_id="-2003"
root_assets_folder_id="-2004" />
root_documents_folder_id="2003"
root_assets_folder_id="2004" />
<ccm_cms.folder_content_section_map folder_id="-2001"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2002"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2003"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2004"
content_section_id="-1200" />
<ccm_cms.folder_content_section_map folder_id="-2005"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2006"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2007"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2008"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2009"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2010"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2011"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2012"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2013"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2014"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="-2015"
content_section_id="-1100" />
<ccm_cms.folder_content_section_map folder_id="2001"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2002"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2003"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2004"
content_section_id="1200" />
<ccm_cms.folder_content_section_map folder_id="2005"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2006"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2007"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2008"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2009"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2010"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2011"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2012"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2013"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2014"
content_section_id="1100" />
<ccm_cms.folder_content_section_map folder_id="2015"
content_section_id="1100" />
<ccm_cms.content_types object_id="-20100"
<ccm_cms.content_types object_id="20100"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-1100" />
content_section_id="1100" />
<ccm_cms.content_items object_id="-3001"
<ccm_cms.content_items object_id="3001"
item_uuid="3703e9b1-1097-42aa-9b26-56a622e8b1ad"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3002"
content_type_id="20100" />
<ccm_cms.content_items object_id="3002"
item_uuid="b1953269-0b67-456b-82e9-0f01b7ff1df6"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3003"
content_type_id="20100" />
<ccm_cms.content_items object_id="3003"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="DRAFT"
content_type_id="-20100" />
<ccm_cms.content_items object_id="-3004"
content_type_id="20100" />
<ccm_cms.content_items object_id="3004"
item_uuid="2c3b5a1b-dc00-4844-bc88-4b1e4495e4ba"
version="LIVE"
content_type_id="-20100" />
content_type_id="20100" />
<ccm_cms.content_item_names object_id="-3001"
<ccm_cms.content_item_names object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_names object_id="-3002"
<ccm_cms.content_item_names object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_names object_id="-3003"
<ccm_cms.content_item_names object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_names object_id="-3004"
<ccm_cms.content_item_names object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3001"
<ccm_cms.content_item_titles object_id="3001"
locale="en"
localized_value="article-1-1-1a" />
<ccm_cms.content_item_titles object_id="-3002"
<ccm_cms.content_item_titles object_id="3002"
locale="en"
localized_value="article-1-1-1b" />
<ccm_cms.content_item_titles object_id="-3003"
<ccm_cms.content_item_titles object_id="3003"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_item_titles object_id="-3004"
<ccm_cms.content_item_titles object_id="3004"
locale="en"
localized_value="article-2-1a" />
<ccm_cms.content_type_labels object_id="-20100"
<ccm_cms.content_type_labels object_id="20100"
locale="en"
localized_value="Article" />
<ccm_cms.articles object_id="-3001" />
<ccm_cms.articles object_id="-3002" />
<ccm_cms.articles object_id="-3003" />
<ccm_cms.articles object_id="-3004" />
<ccm_cms.articles object_id="3001" />
<ccm_cms.articles object_id="3002" />
<ccm_cms.articles object_id="3003" />
<ccm_cms.articles object_id="3004" />
<ccm_cms.article_texts
object_id="-3001"
object_id="3001"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts
object_id="-3002"
object_id="3002"
locale="en"
localized_value="Duis quis tincidunt elit. In pharetra justo sit amet ipsum dictum, at." />
<ccm_cms.article_texts
object_id="-3003"
object_id="3003"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_cms.article_texts
object_id="-3004"
object_id="3004"
locale="en"
localized_value="Etiam euismod lacus laoreet sodales ultricies. Pellentesque non elit vitae purus sagittis." />
<ccm_core.categorizations categorization_id="-30001"
category_id="-2008"
object_id="-3001"
<ccm_core.categorizations categorization_id="30001"
category_id="2008"
object_id="3001"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30002"
category_id="-2008"
object_id="-3002"
<ccm_core.categorizations categorization_id="30002"
category_id="2008"
object_id="3002"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30003"
category_id="-2011"
object_id="-3003"
<ccm_core.categorizations categorization_id="30003"
category_id="2011"
object_id="3003"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30004"
category_id="-2011"
object_id="-3004"
<ccm_core.categorizations categorization_id="30004"
category_id="2011"
object_id="3004"
category_order="1"
object_order="1"
category_index="false"

View File

@ -6,81 +6,81 @@
<ccm_core.ccm_revisions id="2"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<!--<ccm_core.ccm_objects object_id="-730"
<!--<ccm_core.ccm_objects object_id="730"
display_name="asset510-2a"
uuid="00000000-0000-0000-0000-000000000000" />-->
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="2"
revtype="1"
display_name="asset510-1b" />
<!--<ccm_core.ccm_objects_aud object_id="-730"
<!--<ccm_core.ccm_objects_aud object_id="730"
rev="1"
revtype="0"
display_name="asset510-2a" />-->
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -88,357 +88,357 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="510" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<!--<ccm_cms.assets object_id="-730" />-->
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<!--<ccm_cms.assets object_id="730" />-->
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="2" />
<!--<ccm_cms.assets_aud object_id="-730"
<!--<ccm_cms.assets_aud object_id="730"
rev="1" />-->
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<!--<ccm_cms.binary_assets object_id="-730"
<!--<ccm_cms.binary_assets object_id="730"
filename="asset-510-2a.pdf"
mime_type="application/pdf"
data_size="0" />-->
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="2"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<!--<ccm_cms.binary_assets_aud object_id="-730"
<!--<ccm_cms.binary_assets_aud object_id="730"
rev="1"
filename="asset-510-2a.pdf"
mime_type="application/pdf"
data_size="0" />-->
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<!--<ccm_cms.files object_id="-730" />-->
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<!--<ccm_cms.files object_id="730" />-->
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="2" />
<!--<ccm_cms.files_aud object_id="-730"
<!--<ccm_cms.files_aud object_id="730"
rev="1" />-->
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
revend="2"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="2"
revtype="1"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments attachment_id="-510170"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments attachment_id="510170"
sort_key="1"
uuid="00000000-0000-0000-0000-000000000000"
asset_id="-720"
attachment_list_id="-510020" />
<!--<ccm_cms.attachments attachment_id="-510160"
asset_id="720"
attachment_list_id="510020" />
<!--<ccm_cms.attachments attachment_id="510160"
sort_key="2"
uuid="00000000-0000-0000-0000-000000000000"
asset_id="-730"
attachment_list_id="-510020" />-->
asset_id="730"
attachment_list_id="510020" />-->
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-510170"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="510170"
rev="2"
revtype="0"
sort_key="1"
uuid="00000000-0000-0000-0000-000000000000"
asset_id="-720"
attachment_list_id="-510020" />
<!--<ccm_cms.attachments_aud attachment_id="-510160"
asset_id="720"
attachment_list_id="510020" />
<!--<ccm_cms.attachments_aud attachment_id="510160"
rev="1"
revtype="0"
sort_key="2"
uuid="00000000-0000-0000-0000-000000000000"
asset_id="-730"
attachment_list_id="-510020" />-->
asset_id="730"
attachment_list_id="510020" />-->
</dataset>

View File

@ -6,74 +6,74 @@
<ccm_core.ccm_revisions id="2"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="2"
revtype="1"
display_name="sharedAsset1" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -81,328 +81,328 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="510" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="2" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="2"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="2" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="2"
revtype="1"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments attachment_id="-510170"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments attachment_id="510170"
sort_key="1"
uuid="00000000-0000-0000-0000-000000000000"
asset_id="-610"
attachment_list_id="-510020" />
asset_id="610"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510110"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510170"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510170"
rev="2"
revtype="0"
sort_key="1"
uuid="00000000-0000-0000-0000-000000000000"
asset_id="-610"
attachment_list_id="-510020" />
asset_id="610"
attachment_list_id="510020" />
</dataset>

View File

@ -6,70 +6,70 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -77,317 +77,317 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="510" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="3"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="2"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
revend="1"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
revend="1"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="1"
revtype="1"
sort_key="3"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="1"
revtype="1"
sort_key="2"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
asset_id="610"
attachment_list_id="510010" />
</dataset>

View File

@ -6,70 +6,70 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -77,317 +77,317 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="510" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="2"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="1"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
revend="1"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
revend="1"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-510110"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="510110"
rev="1"
revtype="1"
sort_key="2"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="1"
revtype="1"
sort_key="1"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
asset_id="720"
attachment_list_id="510010" />
</dataset>

View File

@ -6,71 +6,71 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
revend="1"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="1"
revtype="2" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -78,307 +78,307 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="510" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="1" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
revend="1"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="1"
revtype="2"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="1" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="1" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="1"
revtype="1"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
revend="1"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="1"
revtype="2" />

View File

@ -6,74 +6,74 @@
<ccm_core.ccm_revisions id="1"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="1"
revtype="1"
display_name="sharedAsset1" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -81,318 +81,318 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="510" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="1" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="1"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="1" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510010"
rev="1"
revtype="1"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<!--<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<!--<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />-->
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />-->
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
revend="1"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="630"
attachment_list_id="510030" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="1"
revtype="2" />

View File

@ -4,70 +4,70 @@
<ccm_core.ccm_revisions id="0"
timestamp="1451602800" />
<ccm_core.ccm_objects object_id="-100"
<ccm_core.ccm_objects object_id="100"
display_name="info"
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
<ccm_core.ccm_objects object_id="-200"
<ccm_core.ccm_objects object_id="200"
display_name="info_root"
uuid="82014239-9c06-486d-ae8c-4ae47f52a699" />
<ccm_core.ccm_objects object_id="-300"
<ccm_core.ccm_objects object_id="300"
display_name="info_assets"
uuid="b163f73c-9ac2-44d7-a037-de621f5ca828" />
<ccm_core.ccm_objects object_id="-400"
<ccm_core.ccm_objects object_id="400"
display_name="org.librecms.contenttypes.Article"
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
<ccm_core.ccm_objects object_id="-510"
<ccm_core.ccm_objects object_id="510"
display_name="article1"
uuid="aed4b402-1180-46c6-b42d-7245f4dca248" />
<ccm_core.ccm_objects object_id="-610"
<ccm_core.ccm_objects object_id="610"
display_name="sharedAsset1"
uuid="3be6e343-1fc3-47a8-8a39-c729e11b485f" />
<ccm_core.ccm_objects object_id="-620"
<ccm_core.ccm_objects object_id="620"
display_name="sharedAsset2"
uuid="e6cb989b-021b-4a55-b095-63239a9425b2" />
<ccm_core.ccm_objects object_id="-630"
<ccm_core.ccm_objects object_id="630"
display_name="sharedAsset3"
uuid="2f66baca-7e5a-4556-a4c5-f9285d71293d" />
<ccm_core.ccm_objects object_id="-710"
<ccm_core.ccm_objects object_id="710"
display_name="asset510-1a"
uuid="cdc1bea7-7d3e-4019-a73c-d00e41efc9d0" />
<ccm_core.ccm_objects object_id="-720"
<ccm_core.ccm_objects object_id="720"
display_name="asset510-1b"
uuid="71479eae-28bd-446e-82a9-21581192d298" />
<ccm_core.ccm_objects_aud object_id="-510"
<ccm_core.ccm_objects_aud object_id="510"
rev="0"
revtype="0"
display_name="article1" />
<ccm_core.ccm_objects_aud object_id="-610"
<ccm_core.ccm_objects_aud object_id="610"
rev="0"
revtype="0"
display_name="sharedAsset1" />
<ccm_core.ccm_objects_aud object_id="-620"
<ccm_core.ccm_objects_aud object_id="620"
rev="0"
revtype="0"
display_name="sharedAsset2" />
<ccm_core.ccm_objects_aud object_id="-630"
<ccm_core.ccm_objects_aud object_id="630"
rev="0"
revtype="0"
display_name="sharedAsset3" />
<ccm_core.ccm_objects_aud object_id="-710"
<ccm_core.ccm_objects_aud object_id="710"
rev="0"
revtype="0"
display_name="asset510-1a" />
<ccm_core.ccm_objects_aud object_id="-720"
<ccm_core.ccm_objects_aud object_id="720"
rev="0"
revtype="0"
display_name="asset510-1b" />
<ccm_core.categories object_id="-200"
<ccm_core.categories object_id="200"
unique_id="82014239-9c06-486d-ae8c-4ae47f52a699"
name="info_root"
enabled="true"
visible="true"
abstract_category="false"
category_order="1" />
<ccm_core.categories object_id="-300"
<ccm_core.categories object_id="300"
unique_id="b163f73c-9ac2-44d7-a037-de621f5ca828"
name="info_assets"
enabled="true"
@ -75,301 +75,301 @@
abstract_category="false"
category_order="1"/>
<ccm_core.category_titles object_id="-200"
<ccm_core.category_titles object_id="200"
locale="en"
localized_value="info_root" />
<ccm_core.category_titles object_id="-300"
<ccm_core.category_titles object_id="300"
locale="en"
localized_value="info_assets" />
<ccm_core.resources object_id="-100"
<ccm_core.resources object_id="100"
created="2016-07-15" />
<ccm_core.applications object_id="-100"
<ccm_core.applications object_id="100"
application_type="org.librecms.contentsection.ContentSection"
primary_url="info" />
<ccm_cms.folders object_id="-200"
<ccm_cms.folders object_id="200"
type="DOCUMENTS_FOLDER" />
<ccm_cms.folders object_id="-300"
<ccm_cms.folders object_id="300"
type="ASSETS_FOLDER" />
<ccm_cms.content_sections object_id="-100"
<ccm_cms.content_sections object_id="100"
label="info"
root_documents_folder_id="-200"
root_assets_folder_id="-300" />
root_documents_folder_id="200"
root_assets_folder_id="300" />
<ccm_cms.folder_content_section_map folder_id="-200"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="-300"
content_section_id="-100" />
<ccm_cms.folder_content_section_map folder_id="200"
content_section_id="100" />
<ccm_cms.folder_content_section_map folder_id="300"
content_section_id="100" />
<ccm_cms.content_types object_id="-400"
<ccm_cms.content_types object_id="400"
content_item_class="org.librecms.contenttypes.Article"
content_section_id="-100" />
content_section_id="100" />
<ccm_cms.content_items object_id="-510"
<ccm_cms.content_items object_id="510"
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
version="DRAFT"
content_type_id="-400" />
content_type_id="400" />
<ccm_cms.articles object_id="-510" />
<ccm_cms.articles object_id="510" />
<ccm_cms.article_texts
object_id="-510"
object_id="510"
locale="en"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis." />
<ccm_cms.article_texts_aud
rev="0"
object_id="-510"
object_id="510"
localized_value="Quisque varius turpis et nibh rhoncus consequat. In sapien metus, fermentum quis."
locale="en"
revtype="0" />
<ccm_cms.assets object_id="-610" />
<ccm_cms.assets object_id="-620" />
<ccm_cms.assets object_id="-630" />
<ccm_cms.assets object_id="-710" />
<ccm_cms.assets object_id="-720" />
<ccm_cms.assets object_id="610" />
<ccm_cms.assets object_id="620" />
<ccm_cms.assets object_id="630" />
<ccm_cms.assets object_id="710" />
<ccm_cms.assets object_id="720" />
<ccm_cms.assets_aud object_id="-610"
<ccm_cms.assets_aud object_id="610"
rev="0" />
<ccm_cms.assets_aud object_id="-620"
<ccm_cms.assets_aud object_id="620"
rev="0" />
<ccm_cms.assets_aud object_id="-630"
<ccm_cms.assets_aud object_id="630"
rev="0" />
<ccm_cms.assets_aud object_id="-710"
<ccm_cms.assets_aud object_id="710"
rev="0" />
<ccm_cms.assets_aud object_id="-720"
<ccm_cms.assets_aud object_id="720"
rev="0" />
<ccm_cms.asset_titles asset_id="-610"
<ccm_cms.asset_titles asset_id="610"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles asset_id="-620"
<ccm_cms.asset_titles asset_id="620"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles asset_id="-630"
<ccm_cms.asset_titles asset_id="630"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles asset_id="-710"
<ccm_cms.asset_titles asset_id="710"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles asset_id="-720"
<ccm_cms.asset_titles asset_id="720"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-610"
<ccm_cms.asset_titles_aud asset_id="610"
rev="0"
revtype="0"
localized_value="sharedAsset1"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-620"
<ccm_cms.asset_titles_aud asset_id="620"
rev="0"
revtype="0"
localized_value="sharedAsset2"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-630"
<ccm_cms.asset_titles_aud asset_id="630"
rev="0"
revtype="0"
localized_value="sharedAsset3"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-710"
<ccm_cms.asset_titles_aud asset_id="710"
rev="0"
revtype="0"
localized_value="asset-510-1a"
locale="en" />
<ccm_cms.asset_titles_aud asset_id="-720"
<ccm_cms.asset_titles_aud asset_id="720"
rev="0"
revtype="0"
localized_value="asset-510-1b"
locale="en" />
<ccm_cms.binary_assets object_id="-610"
<ccm_cms.binary_assets object_id="610"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-620"
<ccm_cms.binary_assets object_id="620"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-630"
<ccm_cms.binary_assets object_id="630"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-710"
<ccm_cms.binary_assets object_id="710"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets object_id="-720"
<ccm_cms.binary_assets object_id="720"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-610"
<ccm_cms.binary_assets_aud object_id="610"
rev="0"
filename="shared-asset-1.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-620"
<ccm_cms.binary_assets_aud object_id="620"
rev="0"
filename="shared-asset-2.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-630"
<ccm_cms.binary_assets_aud object_id="630"
rev="0"
filename="shared-asset-3.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-710"
<ccm_cms.binary_assets_aud object_id="710"
rev="0"
filename="asset-510-1a.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.binary_assets_aud object_id="-720"
<ccm_cms.binary_assets_aud object_id="720"
rev="0"
filename="asset-510-1b.pdf"
mime_type="application/pdf"
data_size="0" />
<ccm_cms.files object_id="-610" />
<ccm_cms.files object_id="-620" />
<ccm_cms.files object_id="-630" />
<ccm_cms.files object_id="-710" />
<ccm_cms.files object_id="-720" />
<ccm_cms.files object_id="610" />
<ccm_cms.files object_id="620" />
<ccm_cms.files object_id="630" />
<ccm_cms.files object_id="710" />
<ccm_cms.files object_id="720" />
<ccm_cms.files_aud object_id="-610"
<ccm_cms.files_aud object_id="610"
rev="0" />
<ccm_cms.files_aud object_id="-620"
<ccm_cms.files_aud object_id="620"
rev="0" />
<ccm_cms.files_aud object_id="-630"
<ccm_cms.files_aud object_id="630"
rev="0" />
<ccm_cms.files_aud object_id="-710"
<ccm_cms.files_aud object_id="710"
rev="0" />
<ccm_cms.files_aud object_id="-720"
<ccm_cms.files_aud object_id="720"
rev="0" />
<ccm_core.categorizations categorization_id="-30100"
category_id="-200"
object_id="-510"
<ccm_core.categorizations categorization_id="30100"
category_id="200"
object_id="510"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30300"
category_id="-300"
object_id="-610"
<ccm_core.categorizations categorization_id="30300"
category_id="300"
object_id="610"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30340"
category_id="-300"
object_id="-620"
<ccm_core.categorizations categorization_id="30340"
category_id="300"
object_id="620"
category_order="1"
object_order="2"
category_index="false"
type="folder" />
<ccm_core.categorizations categorization_id="-30500"
category_id="-300"
object_id="-630"
<ccm_core.categorizations categorization_id="30500"
category_id="300"
object_id="630"
category_order="1"
object_order="1"
category_index="false"
type="folder" />
<ccm_cms.attachment_lists list_id="-510010"
<ccm_cms.attachment_lists list_id="510010"
name="list1"
list_order="1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists list_id="510020"
name="list1"
list_order="2"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists list_id="510030"
name="list2"
list_order="3"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="-510010"
<ccm_cms.attachment_lists_aud list_id="510010"
rev="0"
revtype="0"
name="list1"
uuid="209e3f76-1523-4601-84bd-dbae91f4f26d"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510020"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510020"
rev="0"
revtype="0"
name="list1"
uuid="57850f9c-e191-4f6f-9537-d5c2d2f118ec"
item_id="-510" />
<ccm_cms.attachment_lists_aud list_id="-510030"
item_id="510" />
<ccm_cms.attachment_lists_aud list_id="510030"
rev="0"
revtype="0"
name="list2"
uuid="a0c2ba42-d506-48c0-b7cc-d32b2a031a50"
item_id="-510" />
item_id="510" />
<ccm_cms.attachments attachment_id="-510110"
<ccm_cms.attachments attachment_id="510110"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510120"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510130"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments attachment_id="510140"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="-510110"
<ccm_cms.attachments_aud attachment_id="510110"
rev="0"
revtype="0"
sort_key="1"
uuid="de1d8531-df11-4808-9679-9ffa7537ebd1"
asset_id="-710"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510120"
asset_id="710"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510120"
rev="0"
revtype="0"
sort_key="2"
uuid="5a34deae-9e3a-41e8-abd8-6a7d10dd9e7d"
asset_id="-720"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510130"
asset_id="720"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510130"
rev="0"
revtype="0"
sort_key="3"
uuid="9e34627c-2da9-45fe-aae3-48801bd27cbe"
asset_id="-610"
attachment_list_id="-510010" />
<ccm_cms.attachments_aud attachment_id="-510140"
asset_id="610"
attachment_list_id="510010" />
<ccm_cms.attachments_aud attachment_id="510140"
rev="0"
revtype="0"
sort_key="1"
uuid="6b5f86db-dd35-4674-a089-2a0b999a17c7"
asset_id="-620"
attachment_list_id="-510020" />
<ccm_cms.attachments_aud attachment_id="-510150"
asset_id="620"
attachment_list_id="510020" />
<ccm_cms.attachments_aud attachment_id="510150"
rev="0"
revtype="0"
sort_key="1"
uuid="395c43dc-4aea-43e3-a2de-13e10f3a63f7"
asset_id="-630"
attachment_list_id="-510030" />
asset_id="630"
attachment_list_id="510030" />
</dataset>

View File

@ -0,0 +1 @@
ALTER SEQUENCE hibernate_sequence RESTART WITH 100000;