Children:ISchemaChildrenCollection

Supplies all subordinate schema definitions of the schema.

In the schema management, a hierarchical structure of schemas can be built up. Inheritance hierarchies can be created by means of this structure.

The inheritance makes further functions possible.

  • If the current schema is referenced as child schema in a second schema, then not only data objects of the type of the current schema, but also all subordinate schemas of the current schema, can be created below the data objects of the second schema.
  • In the component onion.net Render Engine, XSLTs defined for the current schema are inherited to all subordinate schemas. In this way a template can be created which can apply for all subordinate schemas.

The second function is not a general function of the onion.net Client API, but an implementation of the component onion.net Render Engine, which uses the Client API.

Access: Read