Data modelsΒΆ

Data models (schemas) define what fields are available on objects.

Plone has two different major schema subsystems

  • zope.schema package used by various form libraries, ZCML and persistent objects
  • Archetypes Schema class used with Archetypes content

This paragraph only deals with zope.schema related issues.

Previous topic

Customizing Plone

Next topic

Zope 3 schemas

This Page