ResponseDomain

The possible list of values that are allowed by a Capture.

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_ResponseDomain [ label = "{<id>ResponseDomain | \l \l| <ResponseDomainisCodedBy> isCodedBy \l \l}" tooltip = "DataCapture:ResponseDomain" ] subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_ValueDomain [ label = "{<id>ValueDomain | + unitOfMeasurement : xs:string \l + label : Label \l + definition : StructuredString \l + description : StructuredString \l \l \l| \l \l}" tooltip = "Representations:ValueDomain" ]; } 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_ResponseDomain -> DDI4_AnnotatedIdentifiable [arrowhead=empty color="#000000" ]; DDI4_ResponseDomain:ResponseDomainisCodedBy -> DDI4_ValueDomain [ arrowhead=none labeldistance=1.9 taillabel="1..1" headlabel="1..n" edgetooltip="isCodedBy" fontcolor="black" color="#00000"]; }