SchemaRefCollection class

SchemaRefCollection class

Collection of schema references.

The SchemaRefCollection type exposes the following members:

Properties

PropertyDescription
countThe number of schema reference in this collection.

Gets the SchemaRef item at the specified index in the collection.

Indexer

NameDescription
[index]The zero based index of the element.

Methods

MethodDescription
add(href, namespace_prefix, namspace_uri)Add a SchemaRef to the collection.
add(href, namespace_prefix)Add a SchemaRef to the collection.

See Also