Table of Contents

TXmlMapSchema Class

Stores the schemas for a particular XML map object. There can be multiple Schema elements in a workbook, one for each XML map.

Syntax

Namespace: FlexCel.Core

public class TXmlMapSchema

Methods

Name Description
Clone Returns a deep copy of this object.
Equals Returns true if both objects have the same values.
GetHashCode Returns the hashcode of the object.

Properties

Name Description
Id Identifies the schema collection used to define a particular XML map object.
SchemaRef The schemaRef attribute is used in the specific case where the schema definition happens to include another schema file that contributes to the same namespace.The value of this attribute is the relative path to a "root" schema file on disk which in turn references the other schema files contributing type definitions to the same namespace.
Namespace Namespace used by the schema.
Language Specifies the media type of the schema language.
Xml Actual XML defining the schema.