Statement

A Statement is human readable text or referred material.

Properties

Name Type Cardinality
text StructuredString 1..1

text

Structured human-readable text

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_Statement [ label = "{<id>Statement | + text : StructuredString \l \l \l| \l \l}" tooltip = "DataCapture:Statement" ] subgraph DataCapture { label = "DataCapture" node [ color = "#0044ff" ] DDI4_InstrumentComponent [ label = "{<id>InstrumentComponent | \l \l| <InstrumentComponenthasInstructions> hasInstructions \l| <InstrumentComponenthasExternalAids> hasExternalAids \l \l}" tooltip = "DataCapture:InstrumentComponent" ]; } DDI4_Statement -> DDI4_InstrumentComponent [arrowhead=empty color="#000000" ]; }