2.214 MapSize

Applies to RDL 2010/01 and RDL 2016/01

The MapSize element specifies the size of a MapViewport, MapTitle, MapLegend, MapDistanceScale, or MapColorScale.

The following are the parent and child elements of the MapSize element.

Parent elements

MapColorScale

MapDistanceScale

MapLegend

MapTitle

MapViewport

Child elements

MapSize.Height

MapSize.Unit

MapSize.Width

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

 <xsd:complexType name="MapSizeType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Width" type="xsd:string" minOccurs="1" />
     <xsd:element name="Height" type="xsd:string" minOccurs="1" />
     <xsd:element name="Unit" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>