Coordinates

Overview

The Coordinates schema serves as the base class for coordinates per field.

{
description:	
Base class for coordinates per field.

xLowerLeft*	number($float)
X lower left coordinate.

yLowerLeft*	number($float)
Y lower left coordinate.

xUpperRight*	number($float)
X upper right coordinate.

yUpperRight*	number($float)
Y upper right coordinate.

}