Title and Name settings for data sources with multiple feature classes

From MapGuide Best Practices Wiki

You can enter a title for a data source when publishing as WFS. If the data source contains more than one feature class all feature classes will get the same title:

...

<Name>ns206778213:MAP_STREETS</Name>

<Title>Demo</Title>

...

<Name>ns206778213:MAP_PARKFACILITY_POINTS</Name>

<Title>Demo</Title>

...


If you leave the Title blank MapGuide will use the feature class name as title instead:


...

<Name>ns206778213:MAP_STREETS</Name>

<Title>MAP_STREETS</Title>

...

<Name>ns206778213:MAP_PARKFACILITY_POINTS</Name>

<Title>MAP_PARKFACILITY_POINTS</Title>

...

(example shows extract of GetCapabilities request where FDO Oracle data connection has been published as WFS)