2.239 MapFieldNames

Applies to RDL 2010/01 and RDL 2016/01

The MapFieldNames element specifies a collection of field names to be imported from a shapefile or from a SQL Server dataset. This element MUST contain at least one MapFieldNames.MapFieldName element.

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

Parent elements

MapShapefile

MapSpatialDataSet

Child elements

MapFieldNames.MapFieldName

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

 <xsd:complexType name="MapFieldNamesType">
   <xsd:sequence>
     <xsd:element name="MapFieldName" type="xsd:string" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>