2.213 MapLocation
Applies to RDL 2010/01 and RDL 2016/01
The MapLocation element specifies the location of a MapViewport, a MapTitle, a MapLegend, a MapDistanceScale, or a MapColorScale.
The following are the parent and child elements of the MapLocation element.
Parent elements |
---|
MapColorScale |
MapDistanceScale |
MapLegend |
MapTitle |
MapViewport |
Child elements |
---|
The following is the XML Schema definition of the MapLocation element.
-
<xsd:complexType name="MapLocationType"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="Left" type="xsd:string" minOccurs="0" /> <xsd:element name="Top" type="xsd:string" minOccurs="0" /> <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>