<ST_RectAlignment> (Rectangle Alignments)

This simple type describes how to position two rectangles relative to each other.

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

The following are possible enumeration values for this type:

Enumeration Value

Description

<b> (Rectangle Alignment Enum ( Bottom ))

Bottom

<bl> (Rectangle Alignment Enum ( Bottom Left ))

Bottom Left

<br> (Rectangle Alignment Enum ( Bottom Right ))

Bottom Right

<ctr> (Rectangle Alignment Enum ( Center ))

Center

<l> (Rectangle Alignment Enum ( Left ))

Left

<r> (Rectangle Alignment Enum ( Right ))

Right

<t> (Rectangle Alignment Enum ( Top ))

Top

<tl> (Rectangle Alignment Enum ( Top Left ))

Top Left

<tr> (Rectangle Alignment Enum ( Top Right ))

Top Right

Referenced By

<outerShdw@algn>5.1.10.45); <reflection@algn>5.1.10.50); <tile@algn>5.1.10.58)

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

<simpleType name="ST_RectAlignment">
	<restriction base="xsd:token">
	<enumeration value="tl"/>
	<enumeration value="t"/>
	<enumeration value="tr"/>
	<enumeration value="l"/>
	<enumeration value="ctr"/>
	<enumeration value="r"/>
	<enumeration value="bl"/>
	<enumeration value="b"/>
	<enumeration value="br"/>
	</restriction>
</simpleType>