Jira | ||||||
---|---|---|---|---|---|---|
|
Attribute | Schema |
---|
Datatype or Enumeration | Usage | Definition | Business Rules | |
---|---|---|---|---|
StudyOID | oidref | Required | References the Study that provides a prior metadata version. This attribute allows an Include element to reference a metadata version in another study. Thus, it is possible for many studies to share a set of common metadata definitions | |
MetaDataVersionOID | oidref | Required | References a prior MetaDataVersion within the Study referenced by the StudyOID attribute. | The MetaDataVersionOID must be unique within the StudyOID. This version must be present earlier in the same ODM file or in a previous file in a series |
identified by the ODM/@PriorFileOID (Section 3.2, ODM). | ||||
href | URI | Optional | Reference to the location where the to be included Study-Metadata definition can be accessed. The href attribute allows to provide the location (as a URL) of the ODM where the to-be-included elements can be retrieved, in the case that the combination of the referenced study and metadataversion is not present in the same file. The reference can be to a file (e.g., "file:///d:/MyStudies/MyStudy/PriorVersionODM.xml") or be an API call (e.g., "https://www.MyCompany.com/MyStudies?StudyOID=MyStudy&MetaDataVersionOID=MV.001"). | The ODM sender is responsible for assuring that the URI is valid and accessible by the receiver. |