<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 |
---|
|
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>