Tamino API for .NET

TaminoSchemaCommand.Define Method (XmlDocument, NameValueCollection)

Defines a schema in the Tamino database.

[Visual Basic]
Overloads Public Function Define( _
   ByVal schema As XmlDocument, _
   ByVal options As NameValueCollection _
) As TaminoResponse
[C#]
public TaminoResponse Define(
   XmlDocument schema,
   NameValueCollection options
);

Parameters

schema
the XML document holding the Tamino schema
options
additional options for command execution. These are name/value pairs that the Tamino _define command understands.

Return Value

define response

Remarks

If the specified schema also contains the collection name, the collection name from the schema is used. A schema can contain several doctypes.

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

TaminoSchemaCommand Class | TaminoSchemaCommand Members | SoftwareAG.Tamino.Api Namespace | TaminoSchemaCommand.Define Overload List