0511 Map Schema Elements¶
Maps hold the relationship between pairs of values. Often they show how one value (the domain) can be mapped to another value (the range). The relationships start from SchemaElement rather than MapSchemaType since the schema type may be located in the TypeEmbeddedAttribute classification.
MapSchemaType¶
The MapSchemaType describes the types of the values being mapped.
MapFromElementType¶
The MapFromElementType relationship describes the domain type.
MapToElementType¶
The MapToElementType relationship describes the range type.
Raise an issue or comment below