XML FOR DOMINO


point element
Example

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


y
Example
See Also