This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.
ID: https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/hm_extended_markup
Definition name: hm_extended_markup
Property name: Extended Hermann-Mauguin symbol markups
Description: Display-oriented renderings of the extended Hermann-Mauguin symbol in hm_extended.
Type: dictionary
The plain string value is stored in the corresponding unsuffixed property; this object only provides alternate markup forms for display.
Examples:
{"html": "<i>P</i> 2<sub>1</sub>/<i>c</i>", "latex": "\\mathit{P}\\,2_{1}/c", "unicode": "P2\u2081/c"}JSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/hm_extended_markup",
"$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
"title": "Extended Hermann-Mauguin symbol markups",
"x-optimade-definition": {
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "hm_extended_markup",
"label": "hm_extended_markup_spacegroups"
},
"description": "Display-oriented renderings of the extended Hermann-Mauguin symbol in `hm_extended`.\n\nThe plain string value is stored in the corresponding unsuffixed property; this object only provides alternate markup forms for display.",
"x-optimade-type": "dictionary",
"x-optimade-unit": "inapplicable",
"type": [
"object",
"null"
],
"properties": {
"html": {
"x-optimade-type": "string",
"x-optimade-unit": "inapplicable",
"type": [
"string",
"null"
],
"description": "HTML rendering of the sibling string."
},
"latex": {
"x-optimade-type": "string",
"x-optimade-unit": "inapplicable",
"type": [
"string",
"null"
],
"description": "LaTeX rendering of the sibling string."
},
"unicode": {
"x-optimade-type": "string",
"x-optimade-unit": "inapplicable",
"type": [
"string",
"null"
],
"description": "Unicode rendering of the sibling string."
}
},
"examples": [
{
"html": "<i>P</i> 2<sub>1</sub>/<i>c</i>",
"latex": "\\mathit{P}\\,2_{1}/c",
"unicode": "P2\u2081/c"
}
]
}