<?xml version="1.0" encoding="UTF-8"?>

<xwikidoc>
<web>XWiki</web>
<name>ArticleClass</name>
<language></language>
<defaultLanguage>en</defaultLanguage>
<translation>0</translation>
<parent>XWiki.XWikiClasses</parent>
<creator></creator>
<author>xwiki:XWiki.moghrabi</author>
<contentAuthor>xwiki:XWiki.moghrabi</contentAuthor>
<creationDate>1107712020000</creationDate>
<date>1152200945000</date>
<contentUpdateDate>1152200945000</contentUpdateDate>
<version>1.4</version>
<title></title>
<template></template>
<class>
<name>XWiki.ArticleClass</name>
<customClass></customClass>
<customMapping></customMapping>
<defaultViewSheet></defaultViewSheet>
<defaultEditSheet></defaultEditSheet>
<defaultWeb></defaultWeb>
<nameField></nameField>
<title>
<name>title</name>
<prettyName>Title</prettyName>
<unmodifiable>0</unmodifiable>
<size>80</size>
<number>1</number>
<classType>com.xpn.xwiki.objects.classes.StringClass</classType>
</title>
<category>
<name>category</name>
<prettyName>Category</prettyName>
<unmodifiable>0</unmodifiable>
<relationalStorage>1</relationalStorage>
<displayType>select</displayType>
<multiSelect>1</multiSelect>
<size>5</size>
<number>2</number>
<sql>select prop.value from BaseObject as obj, StringProperty as prop where obj.className='Blog.Categories' and prop.id.id = obj.id and prop.id.name='name'</sql>
<classType>com.xpn.xwiki.objects.classes.DBListClass</classType>
</category>
<content>
<name>content</name>
<prettyName>Content</prettyName>
<unmodifiable>0</unmodifiable>
<size>80</size>
<rows>15</rows>
<number>3</number>
<classType>com.xpn.xwiki.objects.classes.TextAreaClass</classType>
</content>
<extract>
<name>extract</name>
<prettyName>Extract</prettyName>
<unmodifiable>0</unmodifiable>
<size>80</size>
<rows>5</rows>
<number>4</number>
<classType>com.xpn.xwiki.objects.classes.TextAreaClass</classType>
</extract>
</class>
<content>&lt;!-- replace Main with the Space where you want your documents to be created --&gt;
&lt;!-- replace the default parent with the one of your choice --&gt;
&lt;!-- Save this template using the ?Save? button --&gt;
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class")))
#set($defaultparent = "Main.Articles")
#set($defaultweb = "Main")
#includeForm("xwiki:XWiki.ClassSheet")</content>
<renderedcontent>&lt;!-- replace Main with the Space where you want your documents to be created &lt;del class="strike"&gt;&gt;
&lt;!&lt;/del&gt; replace the default parent with the one of your choice &lt;del class="strike"&gt;&gt;
&lt;!&lt;/del&gt; Save this template using the ?Save? button --&gt;
Topic XWiki.ClassSheet does not exist
</renderedcontent>
</xwikidoc>