/
Schema Instance
Schema Instance
SYNTAX:
schema_instance_id = simple_id .
Within an EDMexpressX mapping schema a population of the Source Schema is called a Schema Instance. A population of the Target Schema is called a Schema Instance as well. The schema instances are given names and these names are referenced within the EDMexpressX constructs to distinguish between the Source Schema and the Target Schema, and to distinguish between the population of the Source Schema and the population of the Target Schema.
GLOBAL
DECLARE src INSTANCE OF SOURCE_SCHEMA source_geometry;
DECLARE tar INSTANCE OF TARGET_SCHEMA target_geometry;
END_GLOBAL;
, multiple selections available,
Related content
Schema Map declaration
Schema Map declaration
More like this
Identifiers Reference Scope - Extended Reference
Identifiers Reference Scope - Extended Reference
More like this
edmiGetSchemaMap
edmiGetSchemaMap
More like this
Language Reference
Language Reference
More like this
edmiGetSchema
edmiGetSchema
More like this
Define EXPRESS-X Schema
Define EXPRESS-X Schema
More like this