schema_location property

schema_location property

The schema_location is a space-separated list of URI pairs, where the first URI in each pair is the namespace URI and the second URI is the path to the XML schema of that namespace.

If set to None, Conversion will try to read the schemaLocation attribute from the root element of the document. The default value is None.

Definition:

@property
def schema_location(self):
    ...
@schema_location.setter
def schema_location(self, value):
    ...

See Also