from zope.interface import Interface class IDBXMLDocument(Interface): """Take an XML document from DBXML and make a component"""