<sepChr>
(Delimiter Separator Character)
This element specifies the character that separates base arguments
<e >
in the delimiter object <d. >
If this element is omitted, the default <sepChr>
is '|'. example: : Examples of
<d>
, each with a different <sepChr>
, are: . The following example describes a separator character if :.<m:dPr> <m:sepChr val=:/> </m:dPr>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the character used by the parent element. When it is omitted, the parent uses its assigned default.
example: : delimiter object {a}:
<m:dPr> <m:begChr m:val="{"/> <m:endChr m:val="}"/> </m:dPr> The possible values for this attribute are defined by the ST_Char simple type (§7.1.3.3). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Char">
<attribute name="val" type="ST_Char" use="required"/>
</complexType>