Commit 23c80675 authored by Fred Drake's avatar Fred Drake

update and rewrite the description of the "package" attribute for

<import>
parent c94ce4af
...@@ -491,12 +491,13 @@ The following elements are used to describe a schema: ...@@ -491,12 +491,13 @@ The following elements are used to describe a schema:
configuration file.) configuration file.)
\end{attributedesc} \end{attributedesc}
\begin{attributedesc}{package}{\datatype{dotted-name}} \begin{attributedesc}{package}{\datatype{dotted-suffix}}
Python-package style name that identifies a directory found on Name of a Python package that contains the schema component being
\code{sys.path} containing a schema component in a file named imported. The component will be loaded from the file identified
\file{component.xml} (unless the file name is overridden using by the \attribute{file} attribute, or \file{component.xml} if
\attribute{file}). Dots in the value are converted to directory \attribute{file} is not specified. If the package name given
separators. starts with a dot (\character{.}), the name used will be the
current prefix and the value of this attribute concatenated.
\end{attributedesc} \end{attributedesc}
\begin{attributedesc}{src}{\datatype{url-reference}} \begin{attributedesc}{src}{\datatype{url-reference}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment