Class: PageNameRef

One or more pages in the reference document, referenced by named destination.

URI: ars:PageNameRef

 classDiagram
    class PageNameRef
      PageRef <|-- PageNameRef        
      PageNameRef : refType
        PageNameRef --|> PageRefTypeEnum : refType
        PageNameRef : label
        PageNameRef : pageNames
        PageNameRef : pageNumbers
        PageNameRef : firstPage
        PageNameRef : lastPage
        

Inheritance

Slots

Name Cardinality* and Range Description Inheritance
refType 1..1
PageRefTypeEnum
The type of reference for page references PageRef
label 0..1
String
Alternative label to provide a more specific and description to a page link PageRef
pageNames 1..*
String
One or more named document references which each correspond with a page PageRef
pageNumbers 0..*
Integer
NOT USED PageRef
firstPage 0..1
Integer
NOT USED PageRef
lastPage 0..1
Integer
NOT USED PageRef

* See LinkML documentation for cardinality definitions.

Identifier and Mapping Information

Schema Source

  • from schema: https://www.cdisc.org/ars/1-0

Mappings

Mapping Type Mapped Value
self ars:PageNameRef
native ars:PageNameRef

LinkML Source

Direct

name: PageNameRef
description: One or more pages in the reference document, referenced by named destination.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: PageRef
slot_usage:
  refType:
    name: refType
    domain_of:
    - PageRef
    equals_string: NamedDestination
  pageNumbers:
    name: pageNumbers
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
  pageNames:
    name: pageNames
    domain_of:
    - PageRef
    required: true
    value_presence: PRESENT
  firstPage:
    name: firstPage
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
  lastPage:
    name: lastPage
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
defining_slots:
- pageNames

Induced

name: PageNameRef
description: One or more pages in the reference document, referenced by named destination.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: PageRef
slot_usage:
  refType:
    name: refType
    domain_of:
    - PageRef
    equals_string: NamedDestination
  pageNumbers:
    name: pageNumbers
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
  pageNames:
    name: pageNames
    domain_of:
    - PageRef
    required: true
    value_presence: PRESENT
  firstPage:
    name: firstPage
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
  lastPage:
    name: lastPage
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
attributes:
  refType:
    name: refType
    description: The type of reference for page references.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: refType
    owner: PageNameRef
    domain_of:
    - PageRef
    range: PageRefTypeEnum
    required: true
    equals_string: NamedDestination
  label:
    name: label
    description: Alternative label to provide a more specific and description to a
      page link.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: label
    owner: PageNameRef
    domain_of:
    - NamedObject
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - PageRef
    range: string
  pageNames:
    name: pageNames
    description: One or more named document references which each correspond with
      a page.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    alias: pageNames
    owner: PageNameRef
    domain_of:
    - PageRef
    range: string
    required: true
    value_presence: PRESENT
  pageNumbers:
    name: pageNumbers
    description: NOT USED
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    alias: pageNumbers
    owner: PageNameRef
    domain_of:
    - PageRef
    range: integer
    value_presence: ABSENT
  firstPage:
    name: firstPage
    description: NOT USED
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: firstPage
    owner: PageNameRef
    domain_of:
    - PageRef
    range: integer
    value_presence: ABSENT
  lastPage:
    name: lastPage
    description: NOT USED
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: lastPage
    owner: PageNameRef
    domain_of:
    - PageRef
    range: integer
    value_presence: ABSENT
defining_slots:
- pageNames