2.214.2 MapSize.Unit

Applies to RDL 2010/01 and RDL 2016/01

The MapSize.Unit element specifies the unit of measure to be use for both the MapSize.Height element and the MapSize.Width element. The MapSize.Unit element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.

The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Percentage: Specifies that the unit is a percentage of the containing object.

Inch: Specifies that the unit is inches.

Point: Specifies that the unit is points.

Centimeter: Specifies that the unit is centimeters.

Millimeter: Specifies that the unit is millimeters.

Pica: Specifies that the unit is picas.

If this element is not present, its value is interpreted as "Percentage".

Following is the parent element of the MapSize.Unit element.

Parent elements

MapSize

The following is the XML Schema definition of the MapSize.Unit element.

 <xsd:element name="Unit" type="xsd:string" minOccurs="0" />