View source: R/docDscr_variables.R
ddi_controlledVocabUsed | R Documentation |
Provides a code value, as well as a reference to the code list from which the value is taken. Note that the CodeValue can be restricted to reference an enumeration. More information on this element, especially the allowed attributes, can be found in the references.
ddi_controlledVocabUsed(...) ddi_codeListAgencyName(...) ddi_codeListID(...) ddi_codeListName(...) ddi_codeListSchemeURN(...) ddi_codeListURN(...) ddi_codeListVersionID(...)
... |
Child nodes or attributes. |
Parent node
controlledVocabUsed
is contained in docDscr
.
controlledVocabUsed specific child nodes
ddi_codeListAgencyName()
is the agency maintaining the code list.
ddi_codeListID()
identifies the code list that the value is taken from.
ddi_codeListName()
identifies the code list that the value is taken from
with a human-readable name.
ddi_codeListSchemeURN()
identifies the code list scheme using a URN.
ddi_codeListURN()
identifies the code list that the value is taken from
with a URN.
ddi_codeListVersionID()
is the version of the code list. (Default value
is 1.0).
A ddi_node object.
ddi_usage()
controlledVocabUsed documentation
codeListAgencyName documentation
codeListSchemeURN documentation
codeListVersionID documentation
ddi_controlledVocabUsed(ddi_codeListID("TimeMethod"), ddi_codeListName("Time Method"), ddi_codeListAgencyName("DDI Alliance"), ddi_codeListVersionID("1.2"), ddi_codeListURN("urn:ddi-cv:TimeMethod:1.2"), ddi_codeListSchemeURN(" http://www.ddialliance.org/Specification/ DDI-CV/TimeMethod_1.2_Genericode1.0_DDI-CVProfile1.0.xml"), ddi_usage())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.