Relationship

Relationship specification between this item and the item to which it is related. Provides a reference to any identifiable object and a description of the relationship.

Properties

Name Type Cardinality
relationshipDescription StructuredString 0..1

relationshipDescription

A description of the nature of the relationship between the parent element of the relationship item and the DDI object to which it is related.

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_Relationship [ label = "{<id>Relationship | + relationshipDescription : StructuredString \l \l \l| <RelationshiprelatedToAssociation> relatedToAssociation \l \l}" tooltip = "ComplexDataTypes:Relationship" ] 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" ]; } subgraph { label = "" node [ color = "#" ] } DDI4_Relationship:RelationshiprelatedToAssociation -> DDI4_AnnotatedIdentifiable [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="relatedToAssociation" fontcolor="black" color="#00000"]; }