Linking SchematicFeatureClassName in the input XML files with schematic feature classes in the schematic dataset
By default, if the Automatic schematic feature class creation option is not checked, the FeatureClassName in your input XML file must match those defined in your schematic dataset. If they don't match, you can define a correspondence between those found in the XML file and those specified in the schematic dataset through the Schematic feature classes mapping section that is available on the Schematic Builder Properties dialog box.
The correspondence can be specified as follows:
Schematic feature class mapping section—content sample#1
FeatureClassName1_InXMLFile=FeatureClassName1_InSchDataset
FeatureClassName2_InXMLFile= FeatureClassName 2_InSchDataset
A script attribute can also be set in this section to dispatch elements, described in an XML file and related to a particular FeatureClassNameK_InXMLFile, into several FeatureClassNameN_InSchDataset. For example, when specifying the following script :
Schematic feature class mapping section—content sample#2
Stations=StationsFeeder1 (Feeder="1")
Stations=StationsFeeder2 (Feeder="2")
Stations=StationsFeeder3 (Feeder="3")