Click or drag to resize

MappingStrategy Enumeration

The MappingStrategy enum specifies how to find Schema documents referenced by <xs:import> elements and @xsi:schemaLocation attributes

when the LoadCombiningBoth or LoadCombiningBoth strategies are being specified.

Namespace:  Altova.RaptorXml.Xsd
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public enum MappingStrategy
Members
  Member nameValueDescription
PreferSchemaLocation0
PreferNamespace1
See Also