StandardKeyValuePairType¶
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 |
Description |
|
---|---|---|---|
AttributeKey |
0..1 |
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 |
0..1 |
The value assigned to the named Key expressed as a string. Supports the use of an external controlled vocabulary. |