Documentation Center

validateSimpleTypes

The validateSimpleTypes element can be used to prevent the editor from validating simple type elements (elements that contain only unstructured text).

Content Editor will treat each value as though it was defined as a generic string type.

<x:validation>
  <x:validateOnLoad>true</x:validateOnLoad>
  <x:validateSimpleTypes>true</x:validateSimpleTypes>
</x:validation>

Values

true- The default value. Will cause Content Editor to validate simple type elements.

false- Will prevent Content Editor from validating simple type elements.

Namespace

http://www.xopus.com/xmlns/config

Parent element

validation