First page Back Continue Last page Overview Graphics
Using the Simple Schema
Schema
<schema>
<key name=”server” required=”yes”/>
<key name=”attempts” datatype=”integer” default=”5”/>
</schema>
Config File
server www.zope.org
Resulting Config Data
- “server” key is string “www.zope.org”
- “attempts” key is integer 5
Notes: