IncomingStructureReferences:ISchema[]

Supplies a list of all schemas in which the current schema has been defined as a child schema.

If the current schema has been defined as a child schema in another schema, then data objects of the current schema can be created below data objects of the other schema.

This list now supplies the schemas in which the current schema has been defined as a child schema.

In onion.net, the functionality of data object creation is also inherited to subordinate schemas. If a schema is added to another schema as a child schema, then subordinate schemas of the first schema are indirect child schemas of the second schema. This means data objects of the subordinate schemas can also be created below data objects of the second schema.

Access: Read