[Zope3-checkins] CVS: Zope3/src/ZConfig/doc - zconfig.tex:1.71
Fred L. Drake, Jr.
fred@zope.com
Thu, 10 Jul 2003 11:29:31 -0400
Update of /cvs-repository/Zope3/src/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv5295
Modified Files:
zconfig.tex
Log Message:
Remove commented-out documentation related to component extensions.
=== Zope3/src/ZConfig/doc/zconfig.tex 1.70 => 1.71 ===
--- Zope3/src/ZConfig/doc/zconfig.tex:1.70 Mon May 12 17:24:58 2003
+++ Zope3/src/ZConfig/doc/zconfig.tex Thu Jul 10 11:29:26 2003
@@ -630,22 +630,12 @@
Components are identified using a dotted-name, similar to a Python
module name. For example, one component may be \code{zodb.storage}.
-%A schema component \dfn{extension} is allowed to define new abstract
-%and section types, extend types provided by the component it extends,
-%and include new section types in abstract types provided by the
-%component. The expected usage is that extensions will provide one or
-%more concrete types that implement abstract types defined by the
-%component.
-
Schema components are stored alongside application code since they
directly reference datatype code. Schema components are provided by
Python packages; packages which contain a file named
\file{component.xml} can be ``imported''. The \file{component.xml}
file defines the types provided by that component; it must have a
\element{component} element as the document element.
-%Extensions to a component are stored in immediate subdirectories; a
-%file \file{extension.xml} provides the extension types. Extensions
-%must have an \element{extension} element as the document element.
The following element is used as the document element for schema
components. Note that schema components do not allow keys and
@@ -663,18 +653,6 @@
attribute.
\end{attributedesc}
\end{elementdesc}
-
-%\begin{elementdesc}{extension}{description?, (abstracttype | sectiontype)*}
-% The top-level element for schema component extensions.
-
-% \begin{attributedesc}{prefix}{\datatype{dotted-name}}
-% Prefix to be pre-pended in front of partial dotted-names that
-% start with a period. The value of this attribute is used in all
-% contexts within the \element{extension} element if it hasn't been
-% overridden by an inner element with a \attribute{prefix}
-% attribute.
-% \end{attributedesc}
-%\end{elementdesc}
\section{Standard \module{ZConfig} Datatypes\label{standard-datatypes}}