restore_schema property
restore_schema property
Determines whether Conversion is allowed to parse attributes in a Gml file in which an XML schema is missing or cannot be loaded. If set to true, Conversion reader does not require the presence of an XML Schema. Default is false.
Definition:
@property
def restore_schema(self):
...
@restore_schema.setter
def restore_schema(self, value):
...
See Also
- module
groupdocs.conversion.options.load
- class
GmlLoadOptions