PyXsdSchema

class PyXsdSchema

Bases: object

Creates a new instance, keeping a reference to its PySaxonProcessor :param processor:

__init__()

Creates a new instance, keeping a reference to its PySaxonProcessor :param processor:

classmethod __new__(*args, **kwargs)
__reduce__()

Helper for pickle.

__setstate__()
combine(schema)
export_compoments(filename)
new_schema_validator()

Create a PySchemaValidator.

This validator which can be used to validate instance documents against the schema held by this processor.

Returns:

a newly created PySchemaValidator

Return type:

PySchemaValidator