Show / Hide Table of Contents

Enum RelationshipType

Describes the relationships among categories at a particular level.

Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum RelationshipType
Remarks

Note that different levels may have different types of relationships within the same hierarchy. For example, Level 1 items may be ordinal and Level 2 (the children of Level 1 items) may be nominal.

Fields

Name Description
Continuous

May be used to identify both interval and ratio classification levels, when more precise information is not available.

Interval

The categories in the domain are in rank order and have a consistent interval between each category so that differences between arbitrary pairs of measurements can be meaningfully compared.

Nominal

A relationship of less than, or greater than, cannot be established among the included categories. This type of relationship is also called categorical or discrete.

Ordinal

The categories in the domain have a rank order.

Ratio

The categories have all the features of interval measurement and also have meaningful ratios between arbitrary pairs of numbers.

In this article
Back to top Generated by DocFX