[Table of Contents] [docx version]

Shared MLs Reference Material - Math

ST_Char (Character)

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@val7.1.2.10); chr@val7.1.2.20); endChr@val7.1.2.33); sepChr@val7.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>