Vendor:<name> syntax.
This represents a hypothetical extension to the ODM XML, presumably
accompanied by a namespace reference supporting the Vendor naming
convention.
<FormData FormOID=" FormDefs.OID.Death" FormRepeatKey="00-01"
TransactionType="Remove" Vendor:Revised="No">
<Vendor:DataQuery DQOID="DQ.OID.001"
QueryText="Premature report of patients demise?">
<Flag>Y</Flag>
<AuditRecord>
<UserRef UserOID="User.OID.I024" />
<LocationRef LocationOID="Location.OID.S001" />
<DateTimeStamp>2011-01-24T15:13:22</DateTimeStamp>
</AuditRecord>
</Vendor:DataQuery>
</FormData>Vendor:DataQuery syntax specifies a new
element with several new attributes and references to other existing
(supported) elements. Note the additional Vendor:Revised attribute
for FormData.
!sasroot/cstframework/sasmacro).
%cstutil_readxmltags(
_cstxmlfilename=inxml
,_cstxmlreporting=Dataset
,_cstxmlelementds=work.cstodmelements
,_cstxmlattrds=work.cstodmattributes);sample study library directory/cdisc-odm-1.3.0–1.7/programs&studyRootPath=sample study library directory/cdisc-odm-1.3.0–1.7&studyOutputPath=sample study library directory/cdisc-odm-1.3.0–1.7|
Metadata Type
|
SAS LIBNAME or Fileref
to Use
|
Reference Type
|
Path
|
Name of File
|
|---|---|---|---|---|
|
Input
|
||||
|
externalxml
|
odmxml
|
fileref
|
&studyRootPath/sourcexml
|
odm_extended.xml
|
|
standardmetadata(element)
|
odmmeta
|
libref
|
||
|
standardmetadata(attribute)
|
odmmeta
|
libref
|
||
|
Output
|
||||
|
results
|
results
|
libref
|
&studyOutputPath/results
|
readxmltags_results.sas7bdat
|
global standards library directory/standards/cdisc-odm-1.3.0-1.7/metadata folder.
This folder includes the two data sets valid_elements and valid_attributes,
which contain the full list of ODM core elements and attributes supported
by the SAS Clinical Standards Toolkit. The valid_elements data set
contains a single column element itemizing the ODM core elements.
The valid_attributes data set contains each attribute within the context
of its parent tag and containing element.

sample study library directory/cdisc-odm-1.3.0–1.7/results directory.
This location is represented in the program by the Results library
name.
