Question

A query of a human subject

Extends

Capture

Properties

Name Type Cardinality
text Text 1..1
language xs:language 1..1

text

Literal question text

language

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_Question [ label = "{<id>Question | + text : Text \l + language : xs:language \l \l \l| <QuestionusedinInstrument> usedinInstrument \l \l}" tooltip = "DataCapture:Question" ] subgraph DataCapture { label = "DataCapture" node [ color = "#0044ff" ] DDI4_ConceptualInstrument [ label = "{<id>ConceptualInstrument | \l \l| <ConceptualInstrumenthasImplementedInstruments> hasImplementedInstruments \l \l}" tooltip = "DataCapture:ConceptualInstrument" ]; DDI4_Capture [ label = "{<id>Capture | \l \l| <CaptureusesResponseDomain> usesResponseDomain \l| <CapturehasConcept> hasConcept \l| <CaptureelicitsObservation> elicitsObservation \l \l}" tooltip = "DataCapture:Capture" ]; } DDI4_Question -> DDI4_Capture [arrowhead=empty color="#000000" ]; DDI4_ConceptualInstrument -> DDI4_Question:QuestionusedinInstrument [arrowhead=odiamond labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="usedinInstrument" fontcolor="black" color="#00000"]; }