CorrespondenceType

Describes the commonalities and differences between two items using a textual description of both commonalities and differences plus an optional coding of the type of commonality.

Properties

Name Type Cardinality
commonality StructuredString 0..1
difference StructuredString 0..1
commonalityTypeCode CodeValueType 0..n

commonality

A description of the common features of the two items using a StructuredString to support multiple language versions of the same content as well as optional formatting of the content.

difference

A description of the differences between the two items using a StructuredString to support multiple language versions of the same content as well as optional formatting of the content.

commonalityTypeCode

Commonality expressed as a term or code. Supports the use of an external controlled vocabulary. If repeated, clarify each external controlled vocabulary used.

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_CorrespondenceType [ label = "{<id>CorrespondenceType | + commonality : StructuredString \l + difference : StructuredString \l + commonalityTypeCode : CodeValueType \l \l \l| \l \l}" tooltip = "ComplexDataTypes:CorrespondenceType" ] subgraph { label = "" node [ color = "#" ] } }