<ST_PlaceholderSize> (Placeholder Size)

This simple type facilitates the storing of the size of the placeholder. This size is described relative to the body placeholder on the master.

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

<full> (Full)

Specifies that the placeholder should take the full size of the body placeholder on the master.

<half> (Half)

Specifies that the placeholder should take the half size of the body placeholder on the master. Half size vertically or horizontally? Needs a picture.

<quarter> (Quarter)

Specifies that the placeholder should take a quarter of the size of the body placeholder on the master. Picture would be helpful

Referenced By

<ph@sz>4.4.1.33)

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

<simpleType name="ST_PlaceholderSize">
	<restriction base="xsd:token">
	<enumeration value="full"/>
	<enumeration value="half"/>
	<enumeration value="quarter"/>
	</restriction>
</simpleType>