Class: DocumentRef

Links to a leaf element with the location of the document.

URI: odm:DocumentRef

erDiagram
DocumentRef {
    oid leafID  
}
PDFPageRef {
    text pageRefs  
    positiveInteger firstPage  
    positiveInteger lastPage  
    PDFPageType type  
    text title  
}

DocumentRef ||--}o PDFPageRef : "pDFPageRef"

Slots

Name Cardinality* and Range Description Inheritance
leafID 1..1
oid
Reference to the unique ID of the Leaf element that contains the location of ... direct
pDFPageRef 0..*
PDFPageRef
The PDFPageRef element is a container for page references in a PDF file. direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
AnnotatedCRF documentRef range DocumentRef
SupplementalDoc documentRef range DocumentRef
Origin documentRef range DocumentRef
MethodDef documentRef range DocumentRef
CommentDef documentRef range DocumentRef

See Also

Identifier and Mapping Information

Schema Source

  • from schema: http://www.cdisc.org/ns/odm/v2.0

Mappings

Mapping Type Mapped Value
self odm:DocumentRef
native odm:DocumentRef

LinkML Source

Direct

name: DocumentRef
description: Links to a leaf element with the location of the document.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/DocumentRef
rank: 1000
slots:
- leafID
- pDFPageRef
slot_usage:
  leafID:
    name: leafID
    description: Reference to the unique ID of the Leaf element that contains the
      location of a file containing a document.
    comments:
    - 'Required

      range: text'
    identifier: true
    domain_of:
    - DocumentRef
    - SourceItem
    range: oid
    required: true
  pDFPageRef:
    name: pDFPageRef
    description: The PDFPageRef element is a container for page references in a PDF
      file.
    multivalued: true
    domain_of:
    - DocumentRef
    range: PDFPageRef
    inlined: true
    inlined_as_list: true
class_uri: odm:DocumentRef

Induced

name: DocumentRef
description: Links to a leaf element with the location of the document.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/DocumentRef
rank: 1000
slot_usage:
  leafID:
    name: leafID
    description: Reference to the unique ID of the Leaf element that contains the
      location of a file containing a document.
    comments:
    - 'Required

      range: text'
    identifier: true
    domain_of:
    - DocumentRef
    - SourceItem
    range: oid
    required: true
  pDFPageRef:
    name: pDFPageRef
    description: The PDFPageRef element is a container for page references in a PDF
      file.
    multivalued: true
    domain_of:
    - DocumentRef
    range: PDFPageRef
    inlined: true
    inlined_as_list: true
attributes:
  leafID:
    name: leafID
    description: Reference to the unique ID of the Leaf element that contains the
      location of a file containing a document.
    comments:
    - 'Required

      range: text'
    from_schema: http://www.cdisc.org/ns/odm/v2.0
    rank: 1000
    identifier: true
    alias: leafID
    owner: DocumentRef
    domain_of:
    - DocumentRef
    - SourceItem
    range: oid
    required: true
  pDFPageRef:
    name: pDFPageRef
    description: The PDFPageRef element is a container for page references in a PDF
      file.
    from_schema: http://www.cdisc.org/ns/odm/v2.0
    rank: 1000
    multivalued: true
    alias: pDFPageRef
    owner: DocumentRef
    domain_of:
    - DocumentRef
    range: PDFPageRef
    inlined: true
    inlined_as_list: true
class_uri: odm:DocumentRef