I am forced to fight with an external XML and I do not understand what is the difference between namespace and prefix in a XML file. I mean, I am using namespace and name of the label to get a value in this file with Linq library. But I do not know the difference between these.
-<a:RoutePointsMeteoData z:Id="31" z:Size="10">
-<b:anyType z:Id="32" i:type="a:WaypointFLMeteoData">
<a:DevISA>0</a:DevISA>
<a:DisplayTemperatureType>IsaDev</a:DisplayTemperatureType>
<a:RelatedRoutePointName>1739276a822f8a919b</a:RelatedRoutePointName>
<a:TemperatureSource>NotDefined</a:TemperatureSource>
<a:WindDirection>0</a:WindDirection>
<a:WindSource>NotDefined</a:WindSource>
<a:WindSpeed>0</a:WindSpeed>
Someone could tell me the main objective of use prefix in labels? For example:
<a:DevISA>0</a:DevISA>
What could be the purpouse of this a:? Is this a kind of distinctive feature to detect a label?