Takes a define xml and pulls out the value level metadata including codelist_id's,
defines_id's, and where clause. There is one row per variable expect when there
is a where clause, at which point there is one row per value.
Usage
xml_to_value_spec(doc)
Value
tibble with the value level information
Arguments
doc
xml document
See Also
Other xml builder:
xml_to_codelist(),
xml_to_derivations(),
xml_to_ds_spec(),
xml_to_ds_vars(),
xml_to_var_spec()