2.241 MapSpatialDataSet

Applies to RDL 2010/01 and RDL 2016/01

The MapSpatialDataSet element specifies a dataset-based source for spatial and optional non-spatial data.

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

Parent elements

MapLineLayer

MapPointLayer

MapPolygonLayer

Child elements

MapSpatialDataSet.DataSetName

MapSpatialDataSet.MapFieldNames

MapSpatialDataSet.SpatialField

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

            
 <xsd:complexType name="MapSpatialDataSetType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="DataSetName" type="xsd:string" minOccurs="1" />
     <xsd:element name="SpatialField" type="xsd:string" minOccurs="1" />
     <xsd:element name="MapFieldNames" type="MapFieldNamesType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />                  
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>