Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change 
notification.

The following page has been changed by AndreasHartmann:
http://wiki.apache.org/lenya/JcrContentModelDraft

------------------------------------------------------------------------------
    /foo [lenya:siteNode]
      /lenya:document [lnt:document]
        /lenya:uuid = 1
+       /jcr:language = "en"
+       /lenya:resourceType = "xhtmlWithRelatedContent"
        /dc:metaData [lnt:metaData]
          /dc:title = "Hello"
          /dc:summary = "…"
        /dcterms:metaData
          /…
+       /lenya:mainContent [lnt:content]
+         /lenya:mimeType = "application/xhtml+xml"
+       /lenya:relatedContent [lnt:content]
+         /lenya:mimeType = "application/xhtml+xml"
    /bar [lenya:siteNode]
  
  }}}
@@ -19, +25 @@

  === Node types ===
  
   * lnt:siteNode
+   * Defines a node in the site structure (corresponds to URL hierarchy)
    * Super types
     * mix:referenceable
    * Child node definitions
     * lnt:document, lnt:siteNode
  
   * lnt:document
+   * Defines a translation of a document
+   * Can contain multiple content nodes with unambiguous names
    * Super types
     * mix:referenceable
     * mix:language
+   * Child node definitions
+    * lnt:content
+   * Property definitions
+    * lenya:uuid
+    * lenya:resourceType
  
   * lnt:metaData
  
+  * lnt:content
+   * allowSameNameSiblings = false
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to