[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_PyramidAccentTextMargin (Pyramid Accent Text Margin)

This simple type defines different ways to lay out text in the accent shape for a pyramid algorithm.

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

stack (Stack)

Specifies that all accent shape text is to be left aligned.

 

[Example: Consider the following example of a pyramid diagram

end example]

step (Step)

Specifies that all accent shape text is to be relative to the pyramid.

 

[Example: Consider the following example of a pyramid diagram

end example]

 

Referenced By

ST_ParameterVal5.9.7.49)

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

<simpleType name="ST_PyramidAccentTextMargin" final="restriction">

   <restriction base="xsd:token">

   <enumeration value="step"/>

   <enumeration value="stack"/>

   </restriction>

</simpleType>