SchemaLocation

GmlLoadOptions.SchemaLocation 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

public string SchemaLocation { get; set; }

See Also