<ST_Char> (Character)

This Simple Type specifies the single character used by the parent element.

example:
<<m:dPr>><><  <m:begChr  m:val="{"/>><><  <m:endChr m:val="}"/>><><</m:dPr>>

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>