Describes a type in an OpenCms XML schema based content definition.
A XML content definition in OpenCms basically consists of a sequence of
nodes in the following format:
<xsd:element name="title" type="cmsStringType" minOccurs="0" maxOccurs="unbounded" default="Some text" /> .
Internally, each configured element in a XML schema is represented by an instance of
this interface. |