You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/09/03 18:05:27 UTC

svn commit: r572377 - in /directory/studio/trunk/studio-schemaeditor-help: resources/images/tasks_new-schema.png src/main/resources/0_index.xml

Author: pamarcelot
Date: Mon Sep  3 09:05:26 2007
New Revision: 572377

URL: http://svn.apache.org/viewvc?rev=572377&view=rev
Log:
Added 'Creating a new schema' section.

Added:
    directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-schema.png   (with props)
Modified:
    directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-schema.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-schema.png?rev=572377&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-schema.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml?rev=572377&r1=572376&r2=572377&view=diff
==============================================================================
--- directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml (original)
+++ directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml Mon Sep  3 09:05:26 2007
@@ -1002,8 +1002,53 @@
 		<!-- CREATING A NEW SCHEMA SECTION -->
         <section id="tasks_creating_new_schema">
 		    <title>Creating a new schema</title>
-		    <para>
+		    <para>To create a new schema, in the Schema view toolbar, click on the 
+						<imageobject>
+							<imagedata contentdepth="1em"
+								fileref="images/icons_schema-new.gif" format="GIF" />
+						</imageobject>
+						<emphasis role="strong">New Schema</emphasis> button (a project must be opened).
 		    </para>
+		    <para>The following wizard appears:</para>
+		    <para>
+				<screenshot>
+					<mediaobject>
+						<imageobject>
+							<imagedata scale="50"
+								fileref="images/tasks_new-schema.png" format="PNG" />
+						</imageobject>
+					</mediaobject>
+				</screenshot>
+			</para>
+			<para>Give a name to the schema.</para>
+			<para>
+				<informaltable frame="all">
+					<tgroup cols="3">
+						<colspec colname="Option" colwidth="1*" />
+						<colspec colname="Description" colwidth="2*" />
+						<colspec colname="Default" colwidth="1*" />
+						<thead>
+							<row>
+								<entry>Option</entry>
+								<entry>Description</entry>
+								<entry>Default</entry>
+							</row>
+						</thead>
+						<tbody>
+							<row>
+								<entry>Name</entry>
+								<entry>
+									The name of the schema. In the
+									Schema view the project is
+									listed with this name. The name must be
+									unique.
+								</entry>
+								<entry>empty</entry>
+							</row>
+						</tbody>
+					</tgroup>
+				</informaltable>
+			</para>
 	    </section>
 	    
 		<!-- IMPORTING SCHEMAS SECTION -->