| FDO API Reference | Feature Data Objects |
#include <SchemaMapping.h>
Inherits FdoPhysicalSchemaMapping.
Inheritance diagram for FdoXmlSchemaMapping:

Definition at line 33 of file SchemaMapping.h.
Public Member Functions | |
| FDO_API FdoXmlClassMappingCollection * | GetClassMappings () |
| Gets the mappings for FDO Classes. | |
| FDO_API FdoXmlElementMappingCollection * | GetElementMappings () |
| Gets the mappings between GML global elements and their types as Fdo Classes. These mappings are used in two circumstances:. | |
| virtual FDO_API FdoString * | GetProvider () |
| Gets the provider name. | |
| FDO_API FdoString * | GetTargetNamespace () |
| Gets the target namespace URI for the GML version of this schema. | |
| FDO_API void | SetTargetNamespace (FdoString *url) |
| Sets the target namespace URI for the GML version of this schema. When the Feature Schema for these overrides is written to GML, its targetNamespace is set to this value. | |
Static Public Member Functions | |
| static FDO_API FdoXmlSchemaMapping * | Create (FdoString *name) |
| Creates an XML Schema Mapping Set. | |
| Comments or suggestions? Send us feedback. |