First page Back Continue Last page Overview Graphics
Abstract Section Types
Abstract section types may also be defined:
<schema prefix=”ZODB.config”>
<abstracttype name=”ZODB.storage”/>
<sectiontype name=”filestorage”
datatype=”.FileStorage” implements=”ZODB.storage”>
<key name=”path” required=”yes”/>
</sectiontype>
<sectiontype name=”clientstorage”
datatype=”.CStorage” implements=”ZODB.storage”>
<key name=”location” required=”yes”/>
</sectiontype>
</schema>
Notes: