Skip to content

Class: DcSimpleLiteral

This is the default type for all of the DC elements. It permits text content only with optional xml:lang attribute. Text is allowed because mixed="true", but sub-elements are disallowed because minOccurs="0" and maxOccurs="0" are on the xs:any tag. This complexType allows for restriction or extension permitting child elements.

URI: dc:SimpleLiteral

 classDiagram
    class DcSimpleLiteral
    click DcSimpleLiteral href "../DcSimpleLiteral/"
      DcSimpleLiteral <|-- DcAny
        click DcAny href "../DcAny/"
      DcSimpleLiteral <|-- DctermsLCSH
        click DctermsLCSH href "../DctermsLCSH/"
      DcSimpleLiteral <|-- DctermsMESH
        click DctermsMESH href "../DctermsMESH/"
      DcSimpleLiteral <|-- DctermsDDC
        click DctermsDDC href "../DctermsDDC/"
      DcSimpleLiteral <|-- DctermsLCC
        click DctermsLCC href "../DctermsLCC/"
      DcSimpleLiteral <|-- DctermsUDC
        click DctermsUDC href "../DctermsUDC/"
      DcSimpleLiteral <|-- DctermsPeriod
        click DctermsPeriod href "../DctermsPeriod/"
      DcSimpleLiteral <|-- DctermsW3CDTF
        click DctermsW3CDTF href "../DctermsW3CDTF/"
      DcSimpleLiteral <|-- DctermsDCMIType
        click DctermsDCMIType href "../DctermsDCMIType/"
      DcSimpleLiteral <|-- DctermsIMT
        click DctermsIMT href "../DctermsIMT/"
      DcSimpleLiteral <|-- DctermsURI
        click DctermsURI href "../DctermsURI/"
      DcSimpleLiteral <|-- DctermsISO6392
        click DctermsISO6392 href "../DctermsISO6392/"
      DcSimpleLiteral <|-- DctermsISO6393
        click DctermsISO6393 href "../DctermsISO6393/"
      DcSimpleLiteral <|-- DctermsRFC1766
        click DctermsRFC1766 href "../DctermsRFC1766/"
      DcSimpleLiteral <|-- DctermsRFC3066
        click DctermsRFC3066 href "../DctermsRFC3066/"
      DcSimpleLiteral <|-- DctermsRFC4646
        click DctermsRFC4646 href "../DctermsRFC4646/"
      DcSimpleLiteral <|-- DctermsPoint
        click DctermsPoint href "../DctermsPoint/"
      DcSimpleLiteral <|-- DctermsISO3166
        click DctermsISO3166 href "../DctermsISO3166/"
      DcSimpleLiteral <|-- DctermsBox
        click DctermsBox href "../DctermsBox/"
      DcSimpleLiteral <|-- DctermsTGN
        click DctermsTGN href "../DctermsTGN/"

      DcSimpleLiteral : content

      DcSimpleLiteral : lang

      DcSimpleLiteral : value

Inheritance

Class Properties

Property Value
Class URI dc:SimpleLiteral

Slots

Name Cardinality and Range Description Inheritance
value 0..1
String
Mixed text content of the element direct
content *
String
Pass-through xs:any content as raw strings direct
lang 0..1
String
direct

In Subsets

Aliases

  • SimpleLiteral

Identifier and Mapping Information

Annotations

property value
xsd_base xs:anyType
xsd_source dc.xsd

Schema Source

Mappings

Mapping Type Mapped Value
self dc:SimpleLiteral
native fix_orchestra:DcSimpleLiteral

LinkML Source

Direct

name: DcSimpleLiteral
annotations:
  xsd_base:
    tag: xsd_base
    value: xs:anyType
  xsd_source:
    tag: xsd_source
    value: dc.xsd
description: This is the default type for all of the DC elements. It permits text
  content only with optional xml:lang attribute. Text is allowed because mixed="true",
  but sub-elements are disallowed because minOccurs="0" and maxOccurs="0" are on the
  xs:any tag. This complexType allows for restriction or extension permitting child
  elements.
in_subset:
- dc
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- SimpleLiteral
slots:
- value
- content
attributes:
  lang:
    name: lang
    from_schema: https://w3id.org/lmodel/fix-orchestra/dc
    rank: 1000
    domain_of:
    - DcSimpleLiteral
    - XmlSpecialAttrs
    - XmlGlobalAttributes
    range: string
class_uri: dc:SimpleLiteral

Induced

name: DcSimpleLiteral
annotations:
  xsd_base:
    tag: xsd_base
    value: xs:anyType
  xsd_source:
    tag: xsd_source
    value: dc.xsd
description: This is the default type for all of the DC elements. It permits text
  content only with optional xml:lang attribute. Text is allowed because mixed="true",
  but sub-elements are disallowed because minOccurs="0" and maxOccurs="0" are on the
  xs:any tag. This complexType allows for restriction or extension permitting child
  elements.
in_subset:
- dc
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- SimpleLiteral
attributes:
  lang:
    name: lang
    from_schema: https://w3id.org/lmodel/fix-orchestra/dc
    rank: 1000
    owner: DcSimpleLiteral
    domain_of:
    - DcSimpleLiteral
    - XmlSpecialAttrs
    - XmlGlobalAttributes
    range: string
  value:
    name: value
    description: Mixed text content of the element.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    rank: 1000
    owner: DcSimpleLiteral
    domain_of:
    - FieldAttribGrp
    - Appinfo
    - CodeType
    - Documentation
    - IdentifierType
    - InterfaceAppinfo
    - InterfaceDocumentation
    - DcSimpleLiteral
    range: string
  content:
    name: content
    description: Pass-through xs:any content as raw strings.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    rank: 1000
    owner: DcSimpleLiteral
    domain_of:
    - Appinfo
    - Documentation
    - ExtensionInline
    - InterfaceAppinfo
    - InterfaceDocumentation
    - DcSimpleLiteral
    range: string
    multivalued: true
class_uri: dc:SimpleLiteral