Const
Emphasis mark types.
Defines the types of emphasis marks that can be applied to text. Emphasis marks are commonly used in East Asian typography.
<xsd:simpleType name="ST_Em"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="none"/> <xsd:enumeration value="dot"/> <xsd:enumeration value="comma"/> <xsd:enumeration value="circle"/> <xsd:enumeration value="underDot"/> </xsd:restriction></xsd:simpleType> Copy
<xsd:simpleType name="ST_Em"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="none"/> <xsd:enumeration value="dot"/> <xsd:enumeration value="comma"/> <xsd:enumeration value="circle"/> <xsd:enumeration value="underDot"/> </xsd:restriction></xsd:simpleType>
Readonly
Dot emphasis mark
Emphasis mark types.
Defines the types of emphasis marks that can be applied to text. Emphasis marks are commonly used in East Asian typography.
XSD Schema