summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt
blob: d425791873a89f09d493b3e786006f84aaa20300 (plain)
1
2
3
4
5
6
7
8
9
10
/*! \page components_smartobjects_validation Smart Objects validation

The mechanism of Smart Objects validation includes special Schema. This Schema is similar to the regular XML schema. In other words Schema defines structural description of desired object. After that definition is done Schema can be applied to the object in order to make validation.

Every Schema is constructed from objects called SchemaItems. Every SchemaItem defines type and restriction of specific data structure.

For more details please review:
    - \subpage components_smartobjects_validation_items "Schema structure: Schema Items"
    - \subpage components_smartobjects_validation_use "Using Schema for validation"
*/