IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Developing monitor models > What are monitor models? > Monitor XML schema definition (monitor.xsd) > XML schema (monitor.xsd) description > Visual model elements

PositionType

PositionType defines the location at which the text should be placed in the setText action by specifying absolute X and Y coordinates within the diagram.

Elements

None

Attributes

Name Required or optional Type Description
x Required Integer The X (horizontal) coordinate of the text to be placed.
y Required Integer The Y (vertical) coordinate of the text to be placed.

Restrictions

None

Schema definition

<xsd:complexType name="PositionType">
    <xsd:attribute name="x" type="xsd:integer" use="required"/>
    <xsd:attribute name="y" type="xsd:integer" use="required"/>
</xsd:complexType>  

Visual model elements