Class: ODMFileMetadata

A mixin that provides ODM file-level metadata attributes including file identifiers, timestamps, and system information

URI: dds:class/ODMFileMetadata

erDiagram
ODMFileMetadata {
    datetime asOfDateTime  
    string context  
    datetime creationDateTime  
    string defineVersion  
    string fileOID  
    string fileType  
    string odmVersion  
    string originator  
    string sourceSystem  
    string sourceSystemVersion  
}



Class Properties

Property Value
Mixin Yes

Slots

Name Cardinality and Range Description Inheritance
fileOID 1
String
Unique identifier for the ODM file direct
asOfDateTime 0..1
Datetime
Date and time when the data snapshot was taken direct
creationDateTime 1
Datetime
Date and time when the ODM file was created direct
odmVersion 1
String
Version of the ODM standard used direct
fileType 1
String
Type of ODM file (e.g., Snapshot, Transactional) direct
originator 0..1
String
Organization or system that created the ODM file direct
sourceSystem 0..1
String
Source system that generated the data direct
sourceSystemVersion 0..1
String
Version of the source system direct
context 0..1
String
Define-XML context (usually "Other" for Define-XML) direct
defineVersion 0..1
String
Version of Define-XML specification used direct

Mixin Usage

mixed into description
MetaDataVersion A container element that represents a given version of a specification, linking to a particular usage context such as a study, dataset, or data collection instrument.

Identifier and Mapping Information

Schema Source

  • from schema: https://cdisc.org/dds

Mappings

Mapping Type Mapped Value
self dds:ODMFileMetadata
native dds:ODMFileMetadata

LinkML Source

Direct

name: ODMFileMetadata
description: A mixin that provides ODM file-level metadata attributes including file
  identifiers, timestamps, and system information
from_schema: https://cdisc.org/dds
mixin: true
attributes:
  fileOID:
    name: fileOID
    description: Unique identifier for the ODM file
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - ODMFileMetadata
    required: true
  asOfDateTime:
    name: asOfDateTime
    description: Date and time when the data snapshot was taken
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - ODMFileMetadata
    range: datetime
  creationDateTime:
    name: creationDateTime
    description: Date and time when the ODM file was created
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - ODMFileMetadata
    range: datetime
    required: true
  odmVersion:
    name: odmVersion
    description: Version of the ODM standard used
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - ODMFileMetadata
    required: true
  fileType:
    name: fileType
    description: Type of ODM file (e.g., Snapshot, Transactional)
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - ODMFileMetadata
    required: true
  originator:
    name: originator
    description: Organization or system that created the ODM file
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - ODMFileMetadata
  sourceSystem:
    name: sourceSystem
    description: Source system that generated the data
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - ODMFileMetadata
  sourceSystemVersion:
    name: sourceSystemVersion
    description: Version of the source system
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - ODMFileMetadata
  context:
    name: context
    description: Define-XML context (usually "Other" for Define-XML)
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - ODMFileMetadata
    - FormalExpression
  defineVersion:
    name: defineVersion
    description: Version of Define-XML specification used
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - ODMFileMetadata

Induced

name: ODMFileMetadata
description: A mixin that provides ODM file-level metadata attributes including file
  identifiers, timestamps, and system information
from_schema: https://cdisc.org/dds
mixin: true
attributes:
  fileOID:
    name: fileOID
    description: Unique identifier for the ODM file
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: ODMFileMetadata
    domain_of:
    - ODMFileMetadata
    range: string
    required: true
  asOfDateTime:
    name: asOfDateTime
    description: Date and time when the data snapshot was taken
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: ODMFileMetadata
    domain_of:
    - ODMFileMetadata
    range: datetime
  creationDateTime:
    name: creationDateTime
    description: Date and time when the ODM file was created
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: ODMFileMetadata
    domain_of:
    - ODMFileMetadata
    range: datetime
    required: true
  odmVersion:
    name: odmVersion
    description: Version of the ODM standard used
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: ODMFileMetadata
    domain_of:
    - ODMFileMetadata
    range: string
    required: true
  fileType:
    name: fileType
    description: Type of ODM file (e.g., Snapshot, Transactional)
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: ODMFileMetadata
    domain_of:
    - ODMFileMetadata
    range: string
    required: true
  originator:
    name: originator
    description: Organization or system that created the ODM file
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: ODMFileMetadata
    domain_of:
    - ODMFileMetadata
    range: string
  sourceSystem:
    name: sourceSystem
    description: Source system that generated the data
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: ODMFileMetadata
    domain_of:
    - ODMFileMetadata
    range: string
  sourceSystemVersion:
    name: sourceSystemVersion
    description: Version of the source system
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: ODMFileMetadata
    domain_of:
    - ODMFileMetadata
    range: string
  context:
    name: context
    description: Define-XML context (usually "Other" for Define-XML)
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: ODMFileMetadata
    domain_of:
    - ODMFileMetadata
    - FormalExpression
    range: string
  defineVersion:
    name: defineVersion
    description: Version of Define-XML specification used
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: ODMFileMetadata
    domain_of:
    - ODMFileMetadata
    range: string