summaryrefslogtreecommitdiff
path: root/SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt')
-rw-r--r--SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt b/SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt
deleted file mode 100644
index d42579187..000000000
--- a/SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-/*! \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"
-*/