Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
73b950a2
Commit
73b950a2
authored
Feb 20, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fill in the description of the keytype attribute for schema and sectiontype
- normalize some markup usage
parent
f281e61b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
+17
-7
doc/ZConfig/zconfig.tex
doc/ZConfig/zconfig.tex
+17
-7
No files found.
doc/ZConfig/zconfig.tex
View file @
73b950a2
...
...
@@ -290,13 +290,18 @@ The following elements are used to describe a schema:
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 @@ The following elements are used to describe a schema:
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 @@ components and schema component extensions.
\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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment