<variant>
<!-- This parameter is used in case there are 2 or more different possible routes for the same edition. For example if you have designed 2 fantasy TDF2011 and you want that the game choose them randomly, you can give some priority to one versus the other with this parameter. For more info check the Manual -->
    <weight value = "1"/>

<!-- The message that will appear on the game when announcing the race with the new route.-->   
    <news>
        <English text="The $CURRENTYEAR route for the $RACENAME race was presented to the media yesterday. You can view the stages by clicking the race name."/>
        <French text="Le parcours $CURRENTYEAR de la course $RACENAME a été présenté hier à la presse."/>
        <Italian text="Il percorso $CURRENTYEAR del $RACENAME è stato presentato ieri alla stampa."/>
        <Dutch text="Het $CURRENTYEAR parcours voor de wedstrijd $RACENAME race is gisteren aan de media voorgesteld."/>
        <Portuguese text="O percurso de $CURRENTYEAR da corrida $RACENAME foi divulgado ontem à imprensa."/>
        <Spanish text="Ayer se dio a conocer ante los medios el recorrido para la edición de $CURRENTYEAR de $RACENAME."/>
        <German text="Die Route für das $RACENAME Rennen $CURRENTYEAR wurde gestern der Öffentlichkeit vorgestellt."/>
    </news>
    
<!-- number : Number of the stage in the race-->
<!-- file : Filename of the 3d stage-->
<!-- name : Stage name, usually from Departure City to Arrival City-->
<!-- climat: (values: 1, 2, 3, 4, 5, 6, 7, 8 or 9) this will have influence on the wheater during the stage.
1,SouthEurope
2,MediterraneeAndOtherSouth
3,Benelux
4,Alps
5,OuestCentreFrance
6,Australia
7,Qatar
8,SpainAtlantic
9,Scandinavia 
-->
<!-- forcewind : Represents the speed of wind during the stage, this has huge importance for bordures, if there is a stage where there are many chances of bordures, you should set at least 60 but no more than 80 for a realistic gameplay. -->
<!-- dirwind : 999 for a random direction of the wind. Between 0 and 359 if you want to set the direction of the wind in your stage. Use it if you want to make realistic crosswinds in a special stage. -->    
    
    <stage number      = "1"                    
           file        = "t0_portugal_0"
           name        = "Viseu ITT"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>
                      
    <stage number      = "2"                    
           file        = "t0_portugal_1"
           name        = "Gouveia - Oliveira de Azem"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>

    <stage number      = "3"                    
           file        = "t0_portugal_2"
           name        = "Aveiro - Santo Tirso (N. Sra. Assunção)"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>

    <stage number      = "4"                    
           file        = "t0_portugal_3"
           name        = "Santo Tirso - Viana do Castelo"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>

    <stage number      = "5"                    
           file        = "t0_portugal_4"
           name        = "Barcelos - Sra. da Gra"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>

    <stage number      = "6"                    
           file        = "t0_portugal_5"
           name        = "Fafe - Lamego"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>

    <stage number      = "7"                    
           file        = "t0_portugal_6"
           name        = "Moimenta da Beira - Castelo Branco"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>

    <stage number      = "8"                    
           file        = "t0_portugal_7"
           name        = "Idanha-a-Nova - Seia (Torre)"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>

    <stage number      = "9"                    
           file        = "t0_portugal_8"
           name        = "Oliveira Hospital - Oliveira do Bairro"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>

    <stage number      = "10"                    
           file        = "t0_portugal_9"
           name        = "Pedrógão - Leiria (ITT)"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>

    <stage number      = "11"                    
           file        = "t0_portugal_10"
           name        = "Sintra - Lisboa"
           climat      = "1"
           forcewind   = "20"         
           dirwind     = "999"/>
</variant>