StandardKeyValuePair

A basic data representation for computing systems and applications expressed as a tuple (attribute key, value). Attribute keys may or may not be unique.

Properties

Name Type Cardinality
attributeKey CodeValueType 0..1
attributeValue CodeValueType 0..1

attributeKey

This key (sometimes referred to as a name) expressed as a string. Supports the use of an external controlled vocabulary which is the recommended approach.

attributeValue

The value assigned to the named Key expressed as a string. Supports the use of an external controlled vocabulary.

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_StandardKeyValuePair [ label = "{<id>StandardKeyValuePair | + attributeKey : CodeValueType \l + attributeValue : CodeValueType \l \l \l| \l \l}" tooltip = "ComplexDataTypes:StandardKeyValuePair" ] subgraph { label = "" node [ color = "#" ] } }