Sign

Something that suggests the presence or existence of a fact, condition, or quality.

Properties

Name Type Cardinality
value StructuredString 1..1
label Label 0..n
description StructuredString 0..1

value

The text representation

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.

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_Sign [ label = "{<id>Sign | + value : StructuredString \l + label : Label \l + description : StructuredString \l \l \l| <Signdenotes> denotes \l \l}" tooltip = "Representations:Sign" ] subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_Designation [ label = "{<id>Designation | + label : Label \l + description : StructuredString \l \l \l| <DesignationhasVocabulary> hasVocabulary \l \l}" tooltip = "Representations:Designation" ]; } 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_Sign -> DDI4_AnnotatedIdentifiable [arrowhead=empty color="#000000" ]; DDI4_Sign:Signdenotes -> DDI4_Designation [ arrowhead=none labeldistance=1.9 taillabel="1..1" headlabel="1..1" edgetooltip="denotes" fontcolor="black" color="#00000"]; }