add method

add(href, namespace_prefix)

Add a SchemaRef to the collection.

Returns

SchemaRef object index.

def add(self, href, namespace_prefix):
    ...
ParameterTypeDescription
hrefstrSchema reference href URI.
namespace_prefixstrSchema reference namespace prefix

add(href, namespace_prefix, namspace_uri)

Add a SchemaRef to the collection.

Returns

SchemaRef object index.

def add(self, href, namespace_prefix, namspace_uri):
    ...
ParameterTypeDescription
hrefstrSchema reference href URI.
namespace_prefixstrSchema reference namespace prefix
namspace_uristrSchema reference namespace URI.

See Also