[Zope3-checkins] CVS: ZODB3/ZConfig/doc - zconfig.tex:1.62

Fred L. Drake, Jr. fred@zope.com
Thu, 20 Feb 2003 12:01:46 -0500


Update of /cvs-repository/ZODB3/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv1595

Modified Files:
	zconfig.tex 
Log Message:
- fill in the description of the keytype attribute for schema and sectiontype
- normalize some markup usage


=== ZODB3/ZConfig/doc/zconfig.tex 1.61 => 1.62 ===
--- ZODB3/ZConfig/doc/zconfig.tex:1.61	Thu Feb 20 11:50:19 2003
+++ ZODB3/ZConfig/doc/zconfig.tex	Thu Feb 20 12:01:42 2003
@@ -290,13 +290,18 @@
     section.
   \end{attributedesc}
 
-  \begin{attributedesc}{handler}{\strong{basic-key}}
+  \begin{attributedesc}{handler}{\datatype{basic-key}}
   \end{attributedesc}
 
-  \begin{attributedesc}{keytype}{\strong{basic-key}}
+  \begin{attributedesc}{keytype}{\datatype{basic-key}}
+    The data type converter which will be applied to keys found in
+    this section.  This can be used to constrain key values in
+    different ways; two data types which may be especially useful are
+    the \datatype{identifier} and \datatype{ipaddr-or-hostname}
+    types.  The default value is \datatype{basic-key}.
   \end{attributedesc}
 
-  \begin{attributedesc}{prefix}{\strong{dotted-name}}
+  \begin{attributedesc}{prefix}{\datatype{dotted-name}}
   \end{attributedesc}
 \end{elementdesc}
 
@@ -362,14 +367,19 @@
     directly in a schema or other section type.
   \end{attributedesc}
 
-  \begin{attributedesc}{keytype}{\strong{basic-key}}
+  \begin{attributedesc}{keytype}{\datatype{basic-key}}
+    The data type converter which will be applied to keys found in
+    this section.  This can be used to constrain key values in
+    different ways; two data types which may be especially useful are
+    the \datatype{identifier} and \datatype{ipaddr-or-hostname}
+    types.  The default value is \datatype{basic-key}.
   \end{attributedesc}
 
   \begin{attributedesc}{name}{\datatype{basic-key}}
     The name of the section type; required.
   \end{attributedesc}
 
-  \begin{attributedesc}{prefix}{\strong{dotted-name}}
+  \begin{attributedesc}{prefix}{\datatype{dotted-name}}
   \end{attributedesc}
 \end{elementdesc}
 
@@ -627,14 +637,14 @@
 \begin{elementdesc}{component}{description?, (abstracttype | sectiontype)*}
   The top-level element for schema components.
 
-  \begin{attributedesc}{prefix}{\strong{dotted-name}}
+  \begin{attributedesc}{prefix}{\datatype{dotted-name}}
   \end{attributedesc}
 \end{elementdesc}
 
 \begin{elementdesc}{extensions}{description?, (abstracttype | sectiontype)*}
   The top-level element for schema component extensions.
 
-  \begin{attributedesc}{prefix}{\strong{dotted-name}}
+  \begin{attributedesc}{prefix}{\datatype{dotted-name}}
   \end{attributedesc}
 \end{elementdesc}