Class: SMSMessageFacet
"A SMS message facet is a grouping of characteristics unique to a message conformant to the short message service (SMS) communication protocol standards."
 classDiagram
    class SMSMessageFacet
      Facet <|-- SMSMessageFacet
      SMSMessageFacet : isRead
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- SMSMessageFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| isRead | 0..1  BooleanType  | 
direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:SMSMessageFacet | 
| native | master:SMSMessageFacet | 
LinkML Source
Direct
name: SMSMessageFacet
description: '"A SMS message facet is a grouping of characteristics unique to a message
  conformant to the short message service (SMS) communication protocol standards."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- isRead
Induced
name: SMSMessageFacet
description: '"A SMS message facet is a grouping of characteristics unique to a message
  conformant to the short message service (SMS) communication protocol standards."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  isRead:
    name: isRead
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: isRead
    owner: SMSMessageFacet
    domain_of:
    - EmailMessageFacet
    - SMSMessageFacet
    range: boolean type