point (Domino DTD)

Represents the position of a point in a two-dimensional space using the Cartesian coordinates, x and y.

Containment Hierarchy

Contained by: %rectpoints;, %polypoints;

Syntax

<!ELEMENT point EMPTY >

Attributes

<!ATTLIST point

x

%integer;

#IMPLIED

y

%integer;

#IMPLIED

>

x

The abscissa, a mathematical term used to define the x coordinate which defines a point on the x axis of a two-dimensional graph.

y

The ordinate, a mathematical term used to define the y coordinate which defines a point on the y axis of a two-dimensional graph.

Example