2.5.4.34 PtgPnt

The PtgPnt token specifies the coordinates of a two-dimensional point.

When found in a formula expression, this structure is identical to the Pnt function token, and MUST satisfy the following ABNF.

ABNF:

PtgPnt = "PNT(" val "," val ")"

The first val specifies a double precision floating-point number expressed as an x-coordinate.

The second val specifies a double precision floating-point number expressed as a y-coordinate.

When stored in a Cell_Type element, this structure has the following attribute values.

Attribute

 Value

V

MUST be a value that satisfies the following ABNF.

PtgPnt = "PNT(" double-value   ","   double-value ")"

The first double-value specifies a double precision floating-point number expressed as an x-coordinate.

The second double-value specifies a double precision floating-point number expressed as a y-coordinate.

U

MUST be "PNT".