First page Back Continue Last page Overview Graphics
Defining Components
Packages may define components within a file named “component.xml”:
<component prefix=”ZODB.config”>
<abstracttype=”ZODB.storage”/>
<sectiontype=”filestorage” datatype=”.FileStorage”
implements=”ZODB.storage”>
<key name=”path” required=”yes”/>
</sectiontype>
</component>
Notes: