Form

A link to a form used by the metadata containing the form number, a statement regarding the contents of the form, a statement as to the mandatory nature of the form and a privacy level designation.

Properties

Name Type Cardinality
formNumber xs:string 0..1
uri xs:anyURI 0..1
statement InternationalString 0..1
isRequired xs:boolean 0..1

formNumber

The number or other means of identifying the form.

uri

The URN or URL of the form.

statement

A statement regarding the use, coverage, and purpose of the form.

isRequired

Set to “true” if the form is required. Set to “false” if the form is optional.

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_Form [ label = "{<id>Form | + formNumber : xs:string \l + uri : xs:anyURI \l + statement : InternationalString \l + isRequired : xs:boolean \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Form" ] subgraph { label = "" node [ color = "#" ] } }