<ST_HrAlign> (Alignment Type)
This simple type specifies alignments for horiztonal rules.
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  | 
|---|---|
  | 
Center aligned.  | 
  | 
Left aligned.  | 
  | 
Right aligned.  | 
Referenced By  | 
|---|
  | 
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_HrAlign">
	<restriction base="xsd:string">
	<enumeration value="left"/>
	<enumeration value="right"/>
	<enumeration value="center"/>
	</restriction>
</simpleType>