ENUMSchemaMapping
Specifies which of two catalog mappings is preferred: namespaces or schema-location URLs. This enumeration is useful for disambiguating ENUMLoadSchemalocation and ENUMSchemaImports.
•eSMPreferNamespace: Selects the namespace.
•eSMPreferSchemalocation: Selects the schema location. This is the default value.
COM and .NET
eSMPreferSchemalocation  | = 0  | 
eSMPreferNamespace  | = 1  | 
Used by
Interface  | Property  | 
Java
public enum ENUMSchemaMapping {
eSMPreferSchemalocation
eSMPreferNamespace }
Used by