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.
- Documentation
- › Configuration
- › Elements
- › validateSimpleTypes
validateSimpleTypes element
Namespace: http://www.xopus.com/xmlns/config
Parent Elements
History
| version | event |
|---|---|
| Xopus 3 | Introduction. Replaces Application.setStrictValidationMode(). |