Class: PageNumberRangeRef

A range of pages in the reference document, indicated by the first and last page number in the range.

URI: ars:PageNumberRangeRef

 classDiagram
    class PageNumberRangeRef
      PageRef <|-- PageNumberRangeRef        
      PageNumberRangeRef : refType
        PageNumberRangeRef --|> PageRefTypeEnum : refType
        PageNumberRangeRef : label
        PageNumberRangeRef : pageNames
        PageNumberRangeRef : pageNumbers
        PageNumberRangeRef : firstPage
        PageNumberRangeRef : 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 0..*
Integer
NOT USED PageRef
firstPage 1..1
Integer
The page number of the first page in a range of pages PageRef
lastPage 1..1
Integer
The page number of the last page in a range of pages 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:PageNumberRangeRef
native ars:PageNumberRangeRef

LinkML Source

Direct

name: PageNumberRangeRef
description: A range of pages in the reference document, indicated by the first and
  last page number in the range.
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
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
  pageNames:
    name: pageNames
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
  firstPage:
    name: firstPage
    domain_of:
    - PageRef
    required: true
    value_presence: PRESENT
  lastPage:
    name: lastPage
    domain_of:
    - PageRef
    required: true
    value_presence: PRESENT
defining_slots:
- firstPage
- lastPage

Induced

name: PageNumberRangeRef
description: A range of pages in the reference document, indicated by the first and
  last page number in the range.
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
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
  pageNames:
    name: pageNames
    description: NOT USED
    domain_of:
    - PageRef
    value_presence: ABSENT
  firstPage:
    name: firstPage
    domain_of:
    - PageRef
    required: true
    value_presence: PRESENT
  lastPage:
    name: lastPage
    domain_of:
    - PageRef
    required: true
    value_presence: PRESENT
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: PageNumberRangeRef
    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: PageNumberRangeRef
    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: PageNumberRangeRef
    domain_of:
    - PageRef
    range: string
    value_presence: ABSENT
  pageNumbers:
    name: pageNumbers
    description: NOT USED
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    alias: pageNumbers
    owner: PageNumberRangeRef
    domain_of:
    - PageRef
    range: integer
    value_presence: ABSENT
  firstPage:
    name: firstPage
    description: The page number of the first page in a range of pages.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: firstPage
    owner: PageNumberRangeRef
    domain_of:
    - PageRef
    range: integer
    required: true
    value_presence: PRESENT
  lastPage:
    name: lastPage
    description: The page number of the last page in a range of pages.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: lastPage
    owner: PageNumberRangeRef
    domain_of:
    - PageRef
    range: integer
    required: true
    value_presence: PRESENT
defining_slots:
- firstPage
- lastPage