Hello dze,
This xml file represents the same information you can find in the Camera Calibration dialog.
pixel_width, pixel_height and focal_length are usually derived from EXIF and are estimated in mm. These values are used for correct Initial guess for autocalibration procedure.
Other parameters inside the <calibration> tags refer to the camera intrinsic parameters. The calibration model is described in Agisoft Lens manual, but in brief:
fx, fy - focal length in pixels,
cx, cy - principle point coordinates in pixels,
k1, k2, k3, k4 - radial distortion coefficients,
p1, p2 - tangential distortion coefficients.