<ST_Shp> (Shape (Delimiters))

Delimiters shape can be centered around the argument, or matched to the shape of the argument.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<centered> (Centered (Delimiters))

Delimiters are centered around their argument.

<match> (Match)

Match shape of contents of delimiters.

Referenced By

<shp@val>7.1.2.97)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Shp">
	<restriction base="xsd:string">
	<enumeration value="centered"/>
	<enumeration value="match"/>
	</restriction>
</simpleType>