Skip to content

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."

URI: observable:SMSMessageFacet

classDiagram class SMSMessageFacet Facet <|-- SMSMessageFacet SMSMessageFacet : isRead SMSMessageFacet ..> boolean type : isRead

Inheritance

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-observable

Mappings

Mapping Type Mapped Value
self observable:SMSMessageFacet
native observable: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-observable
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-observable
rank: 1000
is_a: Facet
attributes:
  isRead:
    name: isRead
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: isRead
    owner: SMSMessageFacet
    domain_of:
    - EmailMessageFacet
    - SMSMessageFacet
    range: boolean type