[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This Simple Type specifies the single character used by the parent element.
[Example: In the following example, uses { and } as its enclosing characters, instead of the default ( and ).
<m:dPr>
<m:begChr m:val="{"/>
<m:endChr m:val="}"/>
</m:dPr>
end example]
This simple type's contents are a restriction of the XML Schema string datatype.
This simple type also specifies the following restrictions:
• This simple type's contents have a maximum length of 1 characters.
Referenced By |
begChr@val (§7.1.2.10); chr@val (§7.1.2.20); endChr@val (§7.1.2.33); sepChr@val (§7.1.2.95) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Char">
<restriction base="xsd:string">
<maxLength value="1"/>
</restriction>
</simpleType>