Class: PageNumberListRef

One or more individual pages in the reference document, referenced by page number.

URI: ars:PageNumberListRef

 classDiagram
    class PageNumberListRef
      PageRef <|-- PageNumberListRef        
      PageNumberListRef : refType
        PageNumberListRef --|> PageRefTypeEnum : refType
        PageNumberListRef : label
        PageNumberListRef : pageNames
        PageNumberListRef : pageNumbers
        PageNumberListRef : firstPage
        PageNumberListRef : 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 0..*
String
NOT USED PageRef
pageNumbers 1..*
Integer
One or more page numbers 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:PageNumberListRef
native ars:PageNumberListRef

LinkML Source

Direct

name: PageNumberListRef
description: One or more individual pages in the reference document, referenced by
  page number.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: PageRef
slot_usage:
  refType:
    name: refType
    domain_of:
    - PageRef
    equals_string: PhysicalRef
  pageNumbers:
    name: pageNumbers
    domain_of:
    - PageRef
    required: true
    value_presence: PRESENT
  pageNames:
    name: pageNames
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
  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:
- pageNumbers

Induced

name: PageNumberListRef
description: One or more individual pages in the reference document, referenced by
  page number.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: PageRef
slot_usage:
  refType:
    name: refType
    domain_of:
    - PageRef
    equals_string: PhysicalRef
  pageNumbers:
    name: pageNumbers
    domain_of:
    - PageRef
    required: true
    value_presence: PRESENT
  pageNames:
    name: pageNames
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
  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: PageNumberListRef
    domain_of:
    - PageRef
    range: PageRefTypeEnum
    required: true
    equals_string: PhysicalRef
  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: PageNumberListRef
    domain_of:
    - NamedObject
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - PageRef
    range: string
  pageNames:
    name: pageNames
    description: NOT USED
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    alias: pageNames
    owner: PageNumberListRef
    domain_of:
    - PageRef
    range: string
    value_presence: ABSENT
  pageNumbers:
    name: pageNumbers
    description: One or more page numbers.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    alias: pageNumbers
    owner: PageNumberListRef
    domain_of:
    - PageRef
    range: integer
    required: true
    value_presence: PRESENT
  firstPage:
    name: firstPage
    description: NOT USED
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: firstPage
    owner: PageNumberListRef
    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: PageNumberListRef
    domain_of:
    - PageRef
    range: integer
    value_presence: ABSENT
defining_slots:
- pageNumbers