validateSimpleTypes

The <validateSimpleTypes> settings can be used to prevent Xopus from validating simple schema types. Each value will be treated as though it was defined as generic string type.

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

Values

true

The default value. Will cause Xopus to validate simpleTypes.

false

Will prevent Xopus from validating simple types.


validateSimpleTypes element

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

Parent Elements

validation

History

version event
Xopus 3 Introduction. Replaces Application.setStrictValidationMode().