From 1995c9abe63e16ae4ed2a2446c09c12c8e4aa944 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 28 Aug 2015 11:56:21 +0000
Subject: [PATCH] OPENDJ-2255 Initial self-edit of the admin guide

---
 docs/src/main/docbkx/admin-guide/chap-schema.xml |   36 ++++++++++++++++++++++++++++++------
 1 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/docs/src/main/docbkx/admin-guide/chap-schema.xml b/docs/src/main/docbkx/admin-guide/chap-schema.xml
index 052e38b..bad6067 100644
--- a/docs/src/main/docbkx/admin-guide/chap-schema.xml
+++ b/docs/src/main/docbkx/admin-guide/chap-schema.xml
@@ -31,7 +31,35 @@
          xmlns:xinclude='http://www.w3.org/2001/XInclude'>
  <title>Managing Schema</title>
  <indexterm><primary>Schema</primary></indexterm>
- 
+
+ <itemizedlist>
+  <para>
+   This chapter describes how to manage
+   Lightweight Directory Access Protocol (LDAP) schema definitions for directory data.
+   In this chapter you will learn to:
+  </para>
+
+  <listitem>
+   <para>
+    Understand LDAP schemas including the schema definitions delivered
+    with OpenDJ directory server
+   </para>
+  </listitem>
+
+  <listitem>
+   <para>
+    Change and extend OpenDJ LDAP schemas
+   </para>
+  </listitem>
+
+  <listitem>
+   <para>
+    Relax schema checking when troubleshooting data
+    that do not conform to schema definitions
+   </para>
+  </listitem>
+ </itemizedlist>
+
  <para>Schema definitions describe the data, and especially the object classes
  and attribute types that can be stored in the directory. By default OpenDJ
  conforms strictly to LDAPv3 standards pertaining to schema definitions and
@@ -44,11 +72,7 @@
  In addition you can update and extend schema definitions while OpenDJ
  is online. As a result you can add new applications requiring additional
  data without stopping your directory service.</para>
- 
- <para>This chapter demonstrates how to change and to extend OpenDJ schema.
- This chapter also identifies the standard schema definitions available when
- you install OpenDJ.</para>
- 
+
  <section xml:id="about-schema">
   <title>About Directory Schema</title>
   

--
Gitblit v1.10.0