XML Schema Tag Library -- Version 2.1

<CubeCoord> 

Description: This is an empty element containing only the attributes listed below. It is used to identify the coordinates of the data item within a logical nCube describing aggregate data. CubeCoord is repeated for each dimension of the nCube giving the coordinate number ("coordNo") and coordinate value ("coordVal"). Coordinate value reference ("cordValRef") is an ID reference to the variable that carries the coordinate value. The attributes provide a complete coordinate location of a cell within the nCube.

Example(s):

<CubeCoord coordNo="1" coordVal="3"/> 

<CubeCoord coordNo="2" coordVal="7"/> 

<CubeCoord coordNo="3" coordVal="2"/>