RestoreSchema

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

public bool RestoreSchema { get; set; }

See Also