Class: CDEPermissibleValue

URI: cadsr:CDEPermissibleValue

 classDiagram
    class CDEPermissibleValue
    click CDEPermissibleValue href "../CDEPermissibleValue"
      CDEPermissibleValue : beginDate
        
      CDEPermissibleValue : createdBy
        
      CDEPermissibleValue : dateCreated
        
      CDEPermissibleValue : dateModified
        
      CDEPermissibleValue : deletedIndicator
        
      CDEPermissibleValue : endDate
        
      CDEPermissibleValue : id
        
      CDEPermissibleValue : modifiedBy
        
      CDEPermissibleValue : origin
        
      CDEPermissibleValue : publicId
        
      CDEPermissibleValue : value
        
      CDEPermissibleValue : valueDescription
        
      CDEPermissibleValue : ValueMeaning
        
          
    
        
        
        CDEPermissibleValue --> "0..1" ValueMeaning : ValueMeaning
        click ValueMeaning href "../ValueMeaning"
    

        
      

Slots

Name

Cardinality and Range

Description

Inheritance

publicId

0..1
String

The unique identifier for a Permissible Value

direct

value

0..1
String

A representation of a Value Meaning in a specific Value Domain the actual Val…

direct

valueDescription

0..1
String

The text of the most desirable meaning for Value

direct

ValueMeaning

0..1
ValueMeaning

direct

origin

0..1
String

The source (document, project, discipline or model) for the Administered Item

direct

id

0..1
String

The 36 character caDSR database identifier

direct

beginDate

0..1
String

The particular day, month and year this item became allowed

direct

endDate

0..1
String

The day, month and year this item becomes no longer allowed

direct

createdBy

0..1
String

This is a description of createdBy

direct

dateCreated

0..1
String

The date the Administered Item was created

direct

modifiedBy

0..1
String

Username of the person who modified the record

direct

dateModified

0..1
String

Date on which the record was modified; last date the object was modified

direct

deletedIndicator

0..1
String

An indicator that characterizes the item as eliminated from the registry, tho…

direct

Usages

used by

used in

type

used

ValueDomain

PermissibleValues

range

CDEPermissibleValue

Identifier and Mapping Information

Schema Source

  • from schema: https://example.org/cadsr

Mappings

Mapping Type

Mapped Value

self

cadsr:CDEPermissibleValue

native

cadsr:CDEPermissibleValue

LinkML Source

Direct

```yaml name: CDEPermissibleValue from_schema: https://example.org/cadsr slots: - publicId - value - valueDescription - ValueMeaning - origin - id - beginDate - endDate - createdBy - dateCreated - modifiedBy - dateModified - deletedIndicator slot_usage: publicId: name: publicId description: The unique identifier for a Permissible Value required: false value: name: value description: A representation of a Value Meaning in a specific Value Domain the actual Value. required: false valueDescription: name: valueDescription description: The text of the most desirable meaning for Value required: false ValueMeaning: name: ValueMeaning range: ValueMeaning required: false origin: name: origin description: The source (document, project, discipline or model) for the Administered Item. id: name: id description: The 36 character caDSR database identifier. beginDate: name: beginDate description: The particular day, month and year this item became allowed. endDate: name: endDate description: The day, month and year this item becomes no longer allowed. createdBy: name: createdBy description: This is a description of createdBy. dateCreated: name: dateCreated description: The date the Administered Item was created. modifiedBy: name: modifiedBy description: Username of the person who modified the record dateModified: name: dateModified description: Date on which the record was modified; last date the object was modified deletedIndicator: name: deletedIndicator description: An indicator that characterizes the item as eliminated from the registry, thought the physical record still exists.
</details>

### Induced

<details>
```yaml
name: CDEPermissibleValue
from_schema: https://example.org/cadsr
slot_usage:
  publicId:
    name: publicId
    description: The unique identifier for a Permissible Value
    required: false
  value:
    name: value
    description: A representation of a Value Meaning in a specific Value Domain the
      actual Value.
    required: false
  valueDescription:
    name: valueDescription
    description: The text of the most desirable meaning for Value
    required: false
  ValueMeaning:
    name: ValueMeaning
    range: ValueMeaning
    required: false
  origin:
    name: origin
    description: The source (document, project, discipline or model) for the Administered
      Item.
  id:
    name: id
    description: The 36 character caDSR database identifier.
  beginDate:
    name: beginDate
    description: The particular day, month and year this item became allowed.
  endDate:
    name: endDate
    description: The day, month and year this item becomes no longer allowed.
  createdBy:
    name: createdBy
    description: This is a description of createdBy.
  dateCreated:
    name: dateCreated
    description: The date the Administered Item was created.
  modifiedBy:
    name: modifiedBy
    description: Username of the person who modified the record
  dateModified:
    name: dateModified
    description: Date on which the record was modified; last date the object was modified
  deletedIndicator:
    name: deletedIndicator
    description: An indicator that characterizes the item as eliminated from the registry,
      thought the physical record still exists.
attributes:
  publicId:
    name: publicId
    description: The unique identifier for a Permissible Value
    comments:
    - note this can appear at different levels
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: publicId
    owner: CDEPermissibleValue
    domain_of:
    - ClassificationScheme
    - Property
    - ConceptualDomain
    - ClassificationSchemeItem
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - CDEPermissibleValue
    - DataElementQuery
    range: string
    required: false
  value:
    name: value
    description: A representation of a Value Meaning in a specific Value Domain the
      actual Value.
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: value
    owner: CDEPermissibleValue
    domain_of:
    - CDEPermissibleValue
    required: false
  valueDescription:
    name: valueDescription
    description: The text of the most desirable meaning for Value
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: valueDescription
    owner: CDEPermissibleValue
    domain_of:
    - CDEPermissibleValue
    required: false
  ValueMeaning:
    name: ValueMeaning
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: ValueMeaning
    owner: CDEPermissibleValue
    domain_of:
    - CDEPermissibleValue
    range: ValueMeaning
    required: false
  origin:
    name: origin
    description: The source (document, project, discipline or model) for the Administered
      Item.
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: origin
    owner: CDEPermissibleValue
    domain_of:
    - Property
    - ConceptualDomain
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - CDEPermissibleValue
    - DataElementQuery
  id:
    name: id
    description: The 36 character caDSR database identifier.
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: id
    owner: CDEPermissibleValue
    domain_of:
    - Property
    - ConceptualDomain
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - CDEPermissibleValue
    - DataElementQuery
  beginDate:
    name: beginDate
    description: The particular day, month and year this item became allowed.
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: beginDate
    owner: CDEPermissibleValue
    domain_of:
    - Property
    - ConceptualDomain
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - CDEPermissibleValue
    - DataElementQuery
  endDate:
    name: endDate
    description: The day, month and year this item becomes no longer allowed.
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: endDate
    owner: CDEPermissibleValue
    domain_of:
    - Property
    - ConceptualDomain
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - CDEPermissibleValue
    - DataElementQuery
  createdBy:
    name: createdBy
    description: This is a description of createdBy.
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: createdBy
    owner: CDEPermissibleValue
    domain_of:
    - Property
    - ConceptualDomain
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - CDEPermissibleValue
    - DataElementQuery
  dateCreated:
    name: dateCreated
    description: The date the Administered Item was created.
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: dateCreated
    owner: CDEPermissibleValue
    domain_of:
    - Property
    - ConceptualDomain
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - CDEPermissibleValue
    - DataElementQuery
  modifiedBy:
    name: modifiedBy
    description: Username of the person who modified the record
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: modifiedBy
    owner: CDEPermissibleValue
    domain_of:
    - Property
    - ConceptualDomain
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - CDEPermissibleValue
    - DataElementQuery
  dateModified:
    name: dateModified
    description: Date on which the record was modified; last date the object was modified
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: dateModified
    owner: CDEPermissibleValue
    domain_of:
    - Property
    - ConceptualDomain
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - CDEPermissibleValue
    - DataElementQuery
  deletedIndicator:
    name: deletedIndicator
    description: An indicator that characterizes the item as eliminated from the registry,
      thought the physical record still exists.
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: deletedIndicator
    owner: CDEPermissibleValue
    domain_of:
    - Property
    - ConceptualDomain
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - CDEPermissibleValue
    - DataElementQuery