UpdateSchemaDefinition(String, ITransformationSet):Void

Updates the XSD of the current schema

Return type: System.Void

Parameter

schemaDefinition

Type: System.String

This parameter is the new XSD for the current schema.

transformationSet

Type: Onion.Client.ITransformationSet

This parameter can be used if data objects already exist for the schema and no longer follow the XSD since the updating of the XSD. An XSLT can then be transferred to this set, transforming the existing data objects in such a way that the data objects are still valid after updating the XSD.