schema_location property
schema_location property
The 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 for that namespace.
If set to None, the conversion process will attempt 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
- class
GmlLoadOptions