Home >Online Product Documentation >Table of Contents >Content Type Properties in XML Schemas
Content Type Properties in XML Schemas
Content types have the properties described in Table 80:
Property
|
Description
|
---|
Type
|
The type is always Content .
|
Mixed
|
A Boolean value that indicates whether this node can contain text as well as elements.
|
Content Type
|
When the value is simpleContent , the node can contain only character data and no elements or attributes. When the value is complexContent , the node can contain character data, elements, and attributes.
|
Table 80. Content Type Properties