Create(String, Boolean):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.

isAbstract

Type: System.Boolean

This parameter indicates whether the schema is to be abstract or not.

No data objects can be instantiated by abstract schemas in the data repository. Abstract schemas can only define types (simpleType, complexType, element, attribute, group) or be used for structuring. These schemas can also be added to another schema as a child schema, although only all subordinate, non-abstract schemas can be instantiated.