]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.cms/src/org/argeo/cms/cms.cnd
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / cms.cnd
1 <cms = 'http://www.argeo.org/ns/cms'>
2
3 [cms:styled]
4 mixin
5 - cms:style (STRING)
6 - cms:content (STRING)
7 - cms:data (BINARY)
8
9 [cms:image] > mix:title, mix:mimeType
10 mixin
11 - cms:imageWidth (STRING)
12 - cms:imageHeight (STRING)
13
14 [cms:section] > nt:folder, mix:created, mix:lastModified, mix:title
15 orderable
16 + cms:p (nt:base) = nt:unstructured *
17 + cms:h (cms:section) *
18 + cms:attached (nt:folder)
19
20 [cms:text] > cms:section
21 + cms:history (nt:folder)