Type: StructuredText
Mixed content type allowing XHTML content embedded within standard string data.
Some common XHTML elements that may appear: BR for line breaks, UL/LI for bulleted
lists, OL/LI for numbered lists, and DIV for indented sections.
URI: xsd:string
Type Properties
| Property | Value |
|---|---|
| Base | str |
| Type URI | xsd:string |
Notes
- Corresponds to StructuredTextType in the CAPEC XSD which is a mixed complexType allowing xs:any elements from the XHTML namespace (xhtml1-strict). In LinkML this is represented as a plain string that may contain HTML markup.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/capec
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | xsd:string |
| native | capec:StructuredText |