ValueDomain

The permitted range of values for a characteristic of a variable. [GSIM 1.1]

Properties

Name Type Cardinality
unitOfMeasurement xs:string 0..1
label Label 0..n
definition StructuredString 0..1
description StructuredString 0..1

unitOfMeasurement

The unit in which the data values are measured (kg, pound, euro).

label

A display label for the object. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.

definition

A definition of the object. May be expressed in multiple languages and supports the use of structured content.

description

A description of the content and purpose of the object. May be expressed in multiple languages and supports the use of structured content.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_ValueDomain [ label = "{<id>ValueDomain | + unitOfMeasurement : xs:string \l + label : Label \l + definition : StructuredString \l + description : StructuredString \l \l \l| \l \l}" tooltip = "Representations:ValueDomain" ] subgraph Identification { label = "Identification" node [ color = "#000000" ] DDI4_AnnotatedIdentifiable [ label = "{<id>AnnotatedIdentifiable | + versionResponsibility : xs:string \l + versionRationale : xs:string \l + versionDate : xs:dateTime \l + isUniversallyUnique : xs:boolean \l + isPersistent : xs:boolean \l + localId : LocalId \l + basedOnObject : BasedOnObject \l \l \l| <AnnotatedIdentifiablehasAnnotation> hasAnnotation \l \l}" tooltip = "Identification:AnnotatedIdentifiable" ]; } DDI4_ValueDomain -> DDI4_AnnotatedIdentifiable [arrowhead=empty color="#000000" ]; }