schema_location property
schema_location property
Space separated list of URI pairs. First URI in every pair is a URI of the namespace, second URI is a Path to XML schema of the namespace. If set to null, Conversion will try read schemaLocation from the root element of the document. Default is null
Definition:
@property
def schema_location(self):
...
@schema_location.setter
def schema_location(self, value):
...
See Also
- module
groupdocs.conversion.options.load
- class
GmlLoadOptions