load_schemas_from_internet property
load_schemas_from_internet property
The property determines whether conversion is allowed to load XML schema from the Internet.
If set to False, schemas with absolute URIs that do not start with ‘file://’ will not be loaded. Default is False.
Definition:
@property
def load_schemas_from_internet(self):
...
@load_schemas_from_internet.setter
def load_schemas_from_internet(self, value):
...
See Also
- class
GmlLoadOptions