restore_schema property
Leave feedback
On this page
The property determines whether conversion is allowed to parse attributes in a GML file when the XML schema is missing or cannot be loaded.
If set to True, the conversion reader does not require the presence of an XML schema. The default value is False.
@property
def restore_schema(self):
...
@restore_schema.setter
def restore_schema(self, value):
...
- class
GmlLoadOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.