2.210 MapBorderSkin

Applies to RDL 2010/01 and RDL 2016/01

The MapBorderSkin element specifies the appearance of the border around a Map.

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

Parent elements

Map

Child elements

MapBorderSkin.MapBorderSkinType

MapBorderSkin.Style

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

 <xsd:complexType name="MapBorderSkinType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="MapBorderSkinType" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>