Create(String, ISchema[]):ISchema

Creates a new schema underneath the current schema.

The name of the schema is part of the XSD and therefore does not need to be indicated separately.

Parameter

xsdData

Type: System.String

This parameter contains the XSD for the schema to be created.

structureSchemaChildren

Type: Onion.Client.ISchema[]

This parameter is a list of schemas to be added to the newly created schema as child schemas.

Through indicating these schemas, data objects of these schemas can be created under data objects that follow the new schema.