Transmission des retenues sous forme de fichier xml

Shcéma de données XML
Shcéma de données XML
Information sur les caractéristiques des données informatiques au format xml.

Le dépôt d'un fichier au format "xml" est possible sur ISel. Cette fonctionnalité est mise à disposition de tous les DPI qui n’ont pas pu migrer sur une solution ELM certifiée Swissdec, ainsi que pour les DPI de type Rente pour lesquels aucune autre solution de transfert électronique n'existe à ce jour. Il permet d’éviter une saisie manuelle trop contraignante s’ils comptent un nombre important de collaborateurs imposés à la source.

Cette solution de secours ne permet pas la visualisation des données dans ISEL, ni l'impression d'attestation-quittance.

Les données doivent être structurées et détaillées pour chaque mois, conformément aux nouvelles règles. Le fichier contient la totalité des données de l'année et doit être transmis dans ISel au plus tard le 31 janvier de l'année suivante.

A destination des informaticiens

Le schéma xsd de la nouvelle version (3.0)

Cette nouvelle version s’appuie, pour la description de certains champs, sur la version antérieure (1.03)

Télécharger les spécifications XML 3.0 au format Excel

Une fois le fichier réalisé, vous pourrez le déposer auprès de l'administration en utilisant la prestation e-démarches ISEL:

Dépôt de la liste récapitulative au format xml
Dépôt de la liste récapitulative au format xml

Dépôt de la liste récapitulative au format xml
Dépôt de la liste récapitulative au format xml

Dès sélection d'un fichier, son format est contrôlé. Une confirmation de conformité ou un rapport d'erreur est mis à disposition.

Seuls les fichiers conformes peuvent être transmis à l'administration fiscale.

Voici des exemples de fichiers xml conformes (données de test) :

Exemple LR type 1 - revenus salariés, les honoraires d'administration, les prestations de collaborateur.trice, les revenus des travailleurs temporaires pour les effeuilles et les vendanges (effeuilleurs)

<?xml version="1.0" encoding="utf-8"?><ISEL_LR_3_0:declarationListeRecapitulative
    xmlns:ISEL_LR_3_0="http://etat.geneve.ch/financeisel/schema/3_0"
    xmlns:ISEL_LR_1_03="http://etat.geneve.ch/financeisel/schema/1_0">    
    <ISEL_LR_3_0:DPI>
        <ISEL_LR_1_03:numeroDPI>999999999</ISEL_LR_1_03:numeroDPI>
        <ISEL_LR_1_03:nomRaisonSocialeDPI>Entreprise SA</ISEL_LR_1_03:nomRaisonSocialeDPI>
        <ISEL_LR_1_03:adresseDPI>
            <ISEL_LR_1_03:CO>Entreprise SA</ISEL_LR_1_03:CO>
            <ISEL_LR_1_03:voieCasePostale>
                <ISEL_LR_1_03:voieSeule>
                    <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                    <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                    <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                </ISEL_LR_1_03:voieSeule>
            </ISEL_LR_1_03:voieCasePostale>
            <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
            <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
            <ISEL_LR_1_03:localite>Geneve</ISEL_LR_1_03:localite>
            <ISEL_LR_1_03:pays>
                <ISEL_LR_1_03:suisse>CH</ISEL_LR_1_03:suisse>
            </ISEL_LR_1_03:pays>
        </ISEL_LR_1_03:adresseDPI>
        <ISEL_LR_1_03:periodeImpositionDPI>
            <ISEL_LR_1_03:debut_imposition>01.01.2021</ISEL_LR_1_03:debut_imposition>
            <ISEL_LR_1_03:fin_imposition>31.12.2021</ISEL_LR_1_03:fin_imposition>
        </ISEL_LR_1_03:periodeImpositionDPI>
    </ISEL_LR_3_0:DPI>
    <ISEL_LR_3_0:ListeRecapitulativeT1>
        <ISEL_LR_3_0:declarationContribuable>
        
            <!--Salarié-->
            <ISEL_LR_3_0:typeContribuable>1</ISEL_LR_3_0:typeContribuable>
            <ISEL_LR_3_0:infoContribuable>
                <ISEL_LR_3_0:NAVS13>756.9999.9999.91</ISEL_LR_3_0:NAVS13>
                <ISEL_LR_3_0:nomPersonne>Test Type Salarié</ISEL_LR_3_0:nomPersonne>
                <ISEL_LR_3_0:prenomPersonne>Prénom</ISEL_LR_3_0:prenomPersonne>
                <ISEL_LR_3_0:dateNaissance>01.01.2000</ISEL_LR_3_0:dateNaissance>
                <ISEL_LR_3_0:sexe>1</ISEL_LR_3_0:sexe>
                <ISEL_LR_3_0:etatCivil>2</ISEL_LR_3_0:etatCivil>
            </ISEL_LR_3_0:infoContribuable>
            <ISEL_LR_3_0:famille>
                <ISEL_LR_3_0:nomConjoint>Nom Conjoint</ISEL_LR_3_0:nomConjoint>
                <ISEL_LR_3_0:prenomConjoint>Prénom Conjoint</ISEL_LR_3_0:prenomConjoint>
                <ISEL_LR_3_0:NAVS13Conjoint>756.9999.9999.91</ISEL_LR_3_0:NAVS13Conjoint>
                <ISEL_LR_3_0:conjointAvecRevenu>1</ISEL_LR_3_0:conjointAvecRevenu>
                <ISEL_LR_3_0:enfant>
                    <ISEL_LR_3_0:nom>NomEnfant1</ISEL_LR_3_0:nom>
                    <ISEL_LR_3_0:dateNaissance>10.02.2021</ISEL_LR_3_0:dateNaissance>
                </ISEL_LR_3_0:enfant>
                <ISEL_LR_3_0:unionLibre>1</ISEL_LR_3_0:unionLibre>
            </ISEL_LR_3_0:famille>
            <ISEL_LR_3_0:adresseDomicile>
                <ISEL_LR_3_0:adresse>
                    <ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                        <ISEL_LR_1_03:liantVoie>de la</ISEL_LR_1_03:liantVoie>
                        <ISEL_LR_1_03:voie>Chevrerie</ISEL_LR_1_03:voie>
                    </ISEL_LR_1_03:voie>
                    <ISEL_LR_1_03:numeroVoie>1</ISEL_LR_1_03:numeroVoie>
                    <ISEL_LR_1_03:NPA>74000</ISEL_LR_1_03:NPA>
                </ISEL_LR_3_0:adresse>
                <ISEL_LR_3_0:localite>Annecy</ISEL_LR_3_0:localite>
                <ISEL_LR_3_0:pays>FR</ISEL_LR_3_0:pays>
            </ISEL_LR_3_0:adresseDomicile>
            <!--Mois de Janvier -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.01.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.01.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>278.17</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-01</ISEL_LR_3_0:mois>               
                <ISEL_LR_3_0:baremeImposition>2</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>
            <!-- Mois de Février -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.02.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>28.02.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>278.17</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-02</ISEL_LR_3_0:mois>                
                <ISEL_LR_3_0:baremeImposition>2</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>
            <!-- Mois de Mars. Prise en compte de la naissance -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.03.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.03.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>50.67</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-03</ISEL_LR_3_0:mois>               
                <ISEL_LR_3_0:baremeImposition>3</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>
            <!-- Mois de Avril -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.04.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>30.04.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>50.67</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-04</ISEL_LR_3_0:mois>                
                <ISEL_LR_3_0:baremeImposition>3</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>          

 
            <!-- Mois de Mai -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.05.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.05.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>50.67</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-05</ISEL_LR_3_0:mois>                
                <ISEL_LR_3_0:baremeImposition>3</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>          
                
        
        <!-- Mois de Juin -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.06.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>30.06.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>50.67</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-06</ISEL_LR_3_0:mois>                
                <ISEL_LR_3_0:baremeImposition>3</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>          
            
        
        <!-- Mois de Juillet -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.07.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.07.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>50.67</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-07</ISEL_LR_3_0:mois>                
                <ISEL_LR_3_0:baremeImposition>3</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>          
        
        <!-- Mois de Août -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.08.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.08.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>50.67</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-08</ISEL_LR_3_0:mois>                
                <ISEL_LR_3_0:baremeImposition>3</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>          

        
        <!-- Mois de Septembre -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.09.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>30.09.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>50.67</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-09</ISEL_LR_3_0:mois>                
                <ISEL_LR_3_0:baremeImposition>3</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>          

        
        <!-- Mois d'Octobre -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.10.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.10.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>50.67</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-10</ISEL_LR_3_0:mois>                
                <ISEL_LR_3_0:baremeImposition>3</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>          

        
        <!-- Mois de Novembre -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.11.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>30.11.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>50.67</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-11</ISEL_LR_3_0:mois>                
                <ISEL_LR_3_0:baremeImposition>3</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>          

        
        <!-- Mois de Décembre -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.12.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.12.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6500</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>50.67</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-12</ISEL_LR_3_0:mois>                
                <ISEL_LR_3_0:baremeImposition>3</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6500</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6621</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>          
            <ISEL_LR_3_0:tauxActivite>100.00</ISEL_LR_3_0:tauxActivite>
        </ISEL_LR_3_0:declarationContribuable>
        
        
        
        <!--Administrateur-->
        <ISEL_LR_3_0:declarationContribuable>
            <ISEL_LR_3_0:typeContribuable>4</ISEL_LR_3_0:typeContribuable>
            <ISEL_LR_3_0:infoContribuable>
                <ISEL_LR_3_0:NAVS13>756.9999.9999.91</ISEL_LR_3_0:NAVS13>
                <ISEL_LR_3_0:nomPersonne>Test Type Admin</ISEL_LR_3_0:nomPersonne>
                <ISEL_LR_3_0:prenomPersonne>Prénom</ISEL_LR_3_0:prenomPersonne>
                <ISEL_LR_3_0:dateNaissance>01.01.2001</ISEL_LR_3_0:dateNaissance>
            </ISEL_LR_3_0:infoContribuable>          
            <ISEL_LR_3_0:adresseDomicile>
                <ISEL_LR_3_0:adresse>
                    <ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                        <ISEL_LR_1_03:liantVoie>de la</ISEL_LR_1_03:liantVoie>
                        <ISEL_LR_1_03:voie>Capite</ISEL_LR_1_03:voie>
                    </ISEL_LR_1_03:voie>
                    <ISEL_LR_1_03:numeroVoie>1</ISEL_LR_1_03:numeroVoie>
                    <ISEL_LR_1_03:NPA>74000</ISEL_LR_1_03:NPA>
                </ISEL_LR_3_0:adresse>
                <ISEL_LR_3_0:localite>Annecy</ISEL_LR_3_0:localite>
                <ISEL_LR_3_0:pays>FR</ISEL_LR_3_0:pays>
            </ISEL_LR_3_0:adresseDomicile>
            <!-- Mois de Février -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.02.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>28.02.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>10000</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>2500.00</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-02</ISEL_LR_3_0:mois>                
                <!-- bareme ADM -->
                <ISEL_LR_3_0:baremeImposition>28</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>10000</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Genève</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6625</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>           
            <ISEL_LR_3_0:tauxActivite>100.00</ISEL_LR_3_0:tauxActivite>
        </ISEL_LR_3_0:declarationContribuable>
        
        <!--Effeuilleurs-->
        <ISEL_LR_3_0:declarationContribuable>
            <ISEL_LR_3_0:typeContribuable>5</ISEL_LR_3_0:typeContribuable>
            <ISEL_LR_3_0:infoContribuable>
                <ISEL_LR_3_0:NAVS13>756.9999.9999.91</ISEL_LR_3_0:NAVS13>
                <ISEL_LR_3_0:nomPersonne>Test Type Effeuilleurs</ISEL_LR_3_0:nomPersonne>
                <ISEL_LR_3_0:prenomPersonne>Prénom</ISEL_LR_3_0:prenomPersonne>
                <ISEL_LR_3_0:dateNaissance>01.01.2001</ISEL_LR_3_0:dateNaissance>
            </ISEL_LR_3_0:infoContribuable>
            <ISEL_LR_3_0:adresseDomicile>
                <ISEL_LR_3_0:adresse>
                    <ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                        <ISEL_LR_1_03:liantVoie>de la</ISEL_LR_1_03:liantVoie>
                        <ISEL_LR_1_03:voie>Capite</ISEL_LR_1_03:voie>
                    </ISEL_LR_1_03:voie>
                    <ISEL_LR_1_03:numeroVoie>1</ISEL_LR_1_03:numeroVoie>
                    <ISEL_LR_1_03:NPA>74100</ISEL_LR_1_03:NPA>
                </ISEL_LR_3_0:adresse>
                <ISEL_LR_3_0:localite>Annecy</ISEL_LR_3_0:localite>
                <ISEL_LR_3_0:pays>FR</ISEL_LR_3_0:pays>
            </ISEL_LR_3_0:adresseDomicile>
            <!-- Mois de Février -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.02.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>28.02.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>6000</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>480.00</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-02</ISEL_LR_3_0:mois>                
                <!-- bareme EFF -->
                <ISEL_LR_3_0:baremeImposition>29</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>6000</ISEL_LR_3_0:montantDeterminant>  
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Satigny</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>44</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1242</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Satigny</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6638</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>                
            </ISEL_LR_3_0:assujettissementContribuable>          
            <ISEL_LR_3_0:tauxActivite>100.00</ISEL_LR_3_0:tauxActivite>
        </ISEL_LR_3_0:declarationContribuable>
        
        <!--Participation collaborateur-->
        <ISEL_LR_3_0:declarationContribuable>
            <ISEL_LR_3_0:typeContribuable>99</ISEL_LR_3_0:typeContribuable>
            <ISEL_LR_3_0:infoContribuable>
                <ISEL_LR_3_0:NAVS13>756.9999.9999.91</ISEL_LR_3_0:NAVS13>
                <ISEL_LR_3_0:nomPersonne>Test Participation</ISEL_LR_3_0:nomPersonne>
                <ISEL_LR_3_0:prenomPersonne>Prénom</ISEL_LR_3_0:prenomPersonne>
                <ISEL_LR_3_0:dateNaissance>01.01.2001</ISEL_LR_3_0:dateNaissance>
                <ISEL_LR_3_0:sexe>2</ISEL_LR_3_0:sexe>
                <ISEL_LR_3_0:etatCivil>2</ISEL_LR_3_0:etatCivil>
            </ISEL_LR_3_0:infoContribuable>
            <ISEL_LR_3_0:famille>
                <ISEL_LR_3_0:nomConjoint>Nom Conjoint</ISEL_LR_3_0:nomConjoint>
                <ISEL_LR_3_0:prenomConjoint>Prénom Conjoint</ISEL_LR_3_0:prenomConjoint>
                <ISEL_LR_3_0:NAVS13Conjoint>756.9999.9999.91</ISEL_LR_3_0:NAVS13Conjoint>
                <ISEL_LR_3_0:conjointAvecRevenu>1</ISEL_LR_3_0:conjointAvecRevenu>
                <ISEL_LR_3_0:unionLibre>1</ISEL_LR_3_0:unionLibre>
            </ISEL_LR_3_0:famille>
            <ISEL_LR_3_0:adresseDomicile>
                <ISEL_LR_3_0:adresse>
                    <ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                        <ISEL_LR_1_03:liantVoie>de la</ISEL_LR_1_03:liantVoie>
                        <ISEL_LR_1_03:voie>Capite</ISEL_LR_1_03:voie>
                    </ISEL_LR_1_03:voie>
                    <ISEL_LR_1_03:numeroVoie>1</ISEL_LR_1_03:numeroVoie>
                    <ISEL_LR_1_03:NPA>74000</ISEL_LR_1_03:NPA>
                </ISEL_LR_3_0:adresse>
                <ISEL_LR_3_0:localite>Annecy</ISEL_LR_3_0:localite>
                <ISEL_LR_3_0:pays>FR</ISEL_LR_3_0:pays>
            </ISEL_LR_3_0:adresseDomicile>
            <!-- Mois de Février -->
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.02.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>28.02.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>8000</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>850.27</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-02</ISEL_LR_3_0:mois>                
                <!-- bareme ZN -->
                <ISEL_LR_3_0:baremeImposition>73</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>8000</ISEL_LR_3_0:montantDeterminant>
                <ISEL_LR_3_0:prestationsNonPeriodiques>0</ISEL_LR_3_0:prestationsNonPeriodiques>
                <ISEL_LR_3_0:baremepreferentiel>false</ISEL_LR_3_0:baremepreferentiel>
                <ISEL_LR_3_0:adresseTravail>
                    <ISEL_LR_3_0:adresse>
                        <ISEL_LR_1_03:voie>
                            <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                            <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                            <ISEL_LR_1_03:voie>Vernier</ISEL_LR_1_03:voie>
                        </ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:numeroVoie>130</ISEL_LR_1_03:numeroVoie>
                        <ISEL_LR_1_03:NPA>1214</ISEL_LR_1_03:NPA>
                    </ISEL_LR_3_0:adresse>
                    <ISEL_LR_3_0:localite>Vernier</ISEL_LR_3_0:localite>
                    <ISEL_LR_3_0:communePolitique>6643</ISEL_LR_3_0:communePolitique>
                </ISEL_LR_3_0:adresseTravail>
            </ISEL_LR_3_0:assujettissementContribuable>                     
            <ISEL_LR_3_0:tauxActivite>100.00</ISEL_LR_3_0:tauxActivite>
        </ISEL_LR_3_0:declarationContribuable>      
    </ISEL_LR_3_0:ListeRecapitulativeT1>
</ISEL_LR_3_0:declarationListeRecapitulative>

Exemple LR type 3 - bénéficiaires de rente

<?xml version="1.0" encoding="utf-8"?>
<declarationListeRecapitulative
        xsi:schemaLocation="http://etat.geneve.ch/financeisel/schema/3_0"
        xmlns="http://etat.geneve.ch/financeisel/schema/3_0"
        xmlns:ISEL_LR_1_03="http://etat.geneve.ch/financeisel/schema/1_0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <DPI>
        <ISEL_LR_1_03:numeroDPI>999999</ISEL_LR_1_03:numeroDPI>
        <ISEL_LR_1_03:nomRaisonSocialeDPI>Caisse de pension</ISEL_LR_1_03:nomRaisonSocialeDPI>
        <ISEL_LR_1_03:adresseDPI>
            <ISEL_LR_1_03:CO>Fiduciaire SARL</ISEL_LR_1_03:CO>
            <ISEL_LR_1_03:voieCasePostale>
                <ISEL_LR_1_03:voieSeule>
                    <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                    <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                    <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                </ISEL_LR_1_03:voieSeule>
            </ISEL_LR_1_03:voieCasePostale>
            <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
            <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
            <ISEL_LR_1_03:localite>Geneve</ISEL_LR_1_03:localite>
            <ISEL_LR_1_03:pays>
                <ISEL_LR_1_03:suisse>CH</ISEL_LR_1_03:suisse>
            </ISEL_LR_1_03:pays>
        </ISEL_LR_1_03:adresseDPI>
        <ISEL_LR_1_03:periodeImpositionDPI>
            <ISEL_LR_1_03:debut_imposition>01.01.2021</ISEL_LR_1_03:debut_imposition>
            <ISEL_LR_1_03:fin_imposition>31.12.2021</ISEL_LR_1_03:fin_imposition>
        </ISEL_LR_1_03:periodeImpositionDPI>
    </DPI>
    <ListeRecapitulativeT3>
        <declarationContribuable>
            <typeContribuable>7</typeContribuable>
            <infoContribuable>
                <NAVS13>756.9999.9999.91</NAVS13>
                <nomPersonne>Nom</nomPersonne>
                <prenomPersonne>Prénom</prenomPersonne>
                <dateNaissance>01.01.2000</dateNaissance>
                <sexe>1</sexe>
                <etatCivil>3</etatCivil>
            </infoContribuable>
            <adresseDomicile>
                <adresse>
                    <ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                        <ISEL_LR_1_03:liantVoie>de la</ISEL_LR_1_03:liantVoie>
                        <ISEL_LR_1_03:voie>Chevrerie</ISEL_LR_1_03:voie>
                    </ISEL_LR_1_03:voie>
                    <ISEL_LR_1_03:numeroVoie>1</ISEL_LR_1_03:numeroVoie>
                    <ISEL_LR_1_03:NPA>74000</ISEL_LR_1_03:NPA>
                </adresse>
                <localite>Annecy</localite>
                <pays>FR</pays>
            </adresseDomicile>
            <assujettissementContribuable>
                <periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>14.11.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>30.11.2021</ISEL_LR_1_03:fin_imposition>
                </periodeImposition>
                <prestationsSoumisesImpot>10250</prestationsSoumisesImpot>
                <impotsRetenus>1000.00</impotsRetenus>
                <mois>2021-11</mois>
            </assujettissementContribuable>
            <assujettissementContribuable>
                <periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.12.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.12.2021</ISEL_LR_1_03:fin_imposition>
                </periodeImposition>
                <prestationsSoumisesImpot>10250</prestationsSoumisesImpot>
                <impotsRetenus>1000.00</impotsRetenus>
                <mois>2021-12</mois>
            </assujettissementContribuable>
        </declarationContribuable>
    </ListeRecapitulativeT3>
</declarationListeRecapitulative>

Exemple LR type 4 - revenus acquis en compensation et les revenus couverts par la loi sur le travail au noir (LTN)

<?xml version="1.0" encoding="utf-8"?><ISEL_LR_3_0:declarationListeRecapitulative
    xmlns:ISEL_LR_3_0="http://etat.geneve.ch/financeisel/schema/3_0"
    xmlns:ISEL_LR_1_03="http://etat.geneve.ch/financeisel/schema/1_0">    
    <ISEL_LR_3_0:DPI>
        <ISEL_LR_1_03:numeroDPI>999999</ISEL_LR_1_03:numeroDPI>
        <ISEL_LR_1_03:nomRaisonSocialeDPI>Caisse de compensation</ISEL_LR_1_03:nomRaisonSocialeDPI>
        <ISEL_LR_1_03:adresseDPI>
            <ISEL_LR_1_03:voieCasePostale>
                <ISEL_LR_1_03:voieSeule>
                    <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                    <ISEL_LR_1_03:liantVoie>de</ISEL_LR_1_03:liantVoie>
                    <ISEL_LR_1_03:voie>Malagnou</ISEL_LR_1_03:voie>
                </ISEL_LR_1_03:voieSeule>
            </ISEL_LR_1_03:voieCasePostale>
            <ISEL_LR_1_03:numeroVoie>15</ISEL_LR_1_03:numeroVoie>
            <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
            <ISEL_LR_1_03:localite>Geneve</ISEL_LR_1_03:localite>
            <ISEL_LR_1_03:pays>
                <ISEL_LR_1_03:suisse>CH</ISEL_LR_1_03:suisse>
            </ISEL_LR_1_03:pays>
        </ISEL_LR_1_03:adresseDPI>
        <ISEL_LR_1_03:periodeImpositionDPI>
            <ISEL_LR_1_03:debut_imposition>01.01.2021</ISEL_LR_1_03:debut_imposition>
            <ISEL_LR_1_03:fin_imposition>31.12.2021</ISEL_LR_1_03:fin_imposition>
        </ISEL_LR_1_03:periodeImpositionDPI>
    </ISEL_LR_3_0:DPI>
    <ISEL_LR_3_0:ListeRecapitulativeT4>
        <ISEL_LR_3_0:declarationContribuable>
        
            <!--Personne imposée en barème Q-->
            <ISEL_LR_3_0:typeContribuable>8</ISEL_LR_3_0:typeContribuable>
            <ISEL_LR_3_0:infoContribuable>
                <ISEL_LR_3_0:NAVS13>756.9999.9999.91</ISEL_LR_3_0:NAVS13>
                <ISEL_LR_3_0:nomPersonne>Nom Test Bareme Q</ISEL_LR_3_0:nomPersonne>
                <ISEL_LR_3_0:prenomPersonne>Prénom</ISEL_LR_3_0:prenomPersonne>
                <ISEL_LR_3_0:dateNaissance>01.01.2000</ISEL_LR_3_0:dateNaissance>
                <ISEL_LR_3_0:sexe>1</ISEL_LR_3_0:sexe>
                <ISEL_LR_3_0:etatCivil>3</ISEL_LR_3_0:etatCivil>
            </ISEL_LR_3_0:infoContribuable>
            <ISEL_LR_3_0:adresseDomicile>
                <ISEL_LR_3_0:adresse>
                    <ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:voie>Gündenhausen</ISEL_LR_1_03:voie>
                    </ISEL_LR_1_03:voie>
                    <ISEL_LR_1_03:numeroVoie>16</ISEL_LR_1_03:numeroVoie>
                    <ISEL_LR_1_03:NPA>79650</ISEL_LR_1_03:NPA>
                </ISEL_LR_3_0:adresse>
                <ISEL_LR_3_0:localite>Schopfheim</ISEL_LR_3_0:localite>
                <ISEL_LR_3_0:pays>DE</ISEL_LR_3_0:pays>
            </ISEL_LR_3_0:adresseDomicile>          
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.01.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.01.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>10250</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>1000.00</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-01</ISEL_LR_3_0:mois>
                <ISEL_LR_3_0:baremeImposition>75</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>10250</ISEL_LR_3_0:montantDeterminant>
            </ISEL_LR_3_0:assujettissementContribuable>
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.02.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>28.02.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>9978</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>1000.50</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-02</ISEL_LR_3_0:mois>
                <ISEL_LR_3_0:baremeImposition>75</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>7775</ISEL_LR_3_0:montantDeterminant>
            </ISEL_LR_3_0:assujettissementContribuable>
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.05.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.05.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>9978</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>1000.50</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-05</ISEL_LR_3_0:mois>
                <ISEL_LR_3_0:baremeImposition>75</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>7775</ISEL_LR_3_0:montantDeterminant>
            </ISEL_LR_3_0:assujettissementContribuable>
        </ISEL_LR_3_0:declarationContribuable>
        
        <!--Personne imposée en barème G-->
        <ISEL_LR_3_0:declarationContribuable>
            <ISEL_LR_3_0:typeContribuable>8</ISEL_LR_3_0:typeContribuable>
            <ISEL_LR_3_0:infoContribuable>
                <ISEL_LR_3_0:NAVS13>756.9999.9999.91</ISEL_LR_3_0:NAVS13>
                <ISEL_LR_3_0:nomPersonne>Nom Test Bareme G</ISEL_LR_3_0:nomPersonne>
                <ISEL_LR_3_0:prenomPersonne>Prénom</ISEL_LR_3_0:prenomPersonne>
                <ISEL_LR_3_0:dateNaissance>01.01.2000</ISEL_LR_3_0:dateNaissance>
            </ISEL_LR_3_0:infoContribuable>
            <ISEL_LR_3_0:adresseDomicile>
                <ISEL_LR_3_0:adresse>
                    <ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                        <ISEL_LR_1_03:liantVoie>de la</ISEL_LR_1_03:liantVoie>
                        <ISEL_LR_1_03:voie>Capite</ISEL_LR_1_03:voie>
                    </ISEL_LR_1_03:voie>
                    <ISEL_LR_1_03:numeroVoie>1</ISEL_LR_1_03:numeroVoie>
                    <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                </ISEL_LR_3_0:adresse>
                <ISEL_LR_3_0:localite>Vesenaz</ISEL_LR_3_0:localite>
                <ISEL_LR_3_0:communePolitique>6616</ISEL_LR_3_0:communePolitique>
            </ISEL_LR_3_0:adresseDomicile>
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.01.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.01.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>10250</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>1000.00</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-01</ISEL_LR_3_0:mois>
                <ISEL_LR_3_0:baremeImposition>74</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>10250</ISEL_LR_3_0:montantDeterminant>
            </ISEL_LR_3_0:assujettissementContribuable>                                
        </ISEL_LR_3_0:declarationContribuable>
        
        <!--Personne imposée en barème LTN-->
        <ISEL_LR_3_0:declarationContribuable>
            <ISEL_LR_3_0:typeContribuable>9</ISEL_LR_3_0:typeContribuable>
            <ISEL_LR_3_0:infoContribuable>
                <ISEL_LR_3_0:NAVS13>756.9999.9999.91</ISEL_LR_3_0:NAVS13>
                <ISEL_LR_3_0:nomPersonne>Nom Test Bareme LTN</ISEL_LR_3_0:nomPersonne>
                <ISEL_LR_3_0:prenomPersonne>Prénom</ISEL_LR_3_0:prenomPersonne>
                <ISEL_LR_3_0:dateNaissance>01.01.2000</ISEL_LR_3_0:dateNaissance>
                <ISEL_LR_3_0:sexe>1</ISEL_LR_3_0:sexe>
                <ISEL_LR_3_0:etatCivil>3</ISEL_LR_3_0:etatCivil>
            </ISEL_LR_3_0:infoContribuable>
            <ISEL_LR_3_0:adresseDomicile>
                <ISEL_LR_3_0:adresse>
                    <ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                        <ISEL_LR_1_03:liantVoie>des</ISEL_LR_1_03:liantVoie>
                        <ISEL_LR_1_03:voie>Genèvriers</ISEL_LR_1_03:voie>
                    </ISEL_LR_1_03:voie>
                    <ISEL_LR_1_03:numeroVoie>122</ISEL_LR_1_03:numeroVoie>
                    <ISEL_LR_1_03:NPA>74000</ISEL_LR_1_03:NPA>
                </ISEL_LR_3_0:adresse>
                <ISEL_LR_3_0:localite>Annecy</ISEL_LR_3_0:localite>
                <ISEL_LR_3_0:pays>FR</ISEL_LR_3_0:pays>
            </ISEL_LR_3_0:adresseDomicile>
            <ISEL_LR_3_0:assujettissementContribuable>
                <ISEL_LR_3_0:periodeImposition>
                    <ISEL_LR_1_03:debut_imposition>01.03.2021</ISEL_LR_1_03:debut_imposition>
                    <ISEL_LR_1_03:fin_imposition>31.03.2021</ISEL_LR_1_03:fin_imposition>
                </ISEL_LR_3_0:periodeImposition>
                <ISEL_LR_3_0:prestationsSoumisesImpot>12000</ISEL_LR_3_0:prestationsSoumisesImpot>
                <ISEL_LR_3_0:impotsRetenus>1001.01</ISEL_LR_3_0:impotsRetenus>
                <ISEL_LR_3_0:mois>2021-03</ISEL_LR_3_0:mois>
                <ISEL_LR_3_0:baremeImposition>32</ISEL_LR_3_0:baremeImposition>
                <ISEL_LR_3_0:montantDeterminant>12000</ISEL_LR_3_0:montantDeterminant>
            </ISEL_LR_3_0:assujettissementContribuable>
        </ISEL_LR_3_0:declarationContribuable>
    </ISEL_LR_3_0:ListeRecapitulativeT4>
</ISEL_LR_3_0:declarationListeRecapitulative>

Exemple LR type 8 – remboursements AVS (pour la Caisse Suisse de Compensation uniquement)

<?xml version="1.0" encoding="utf-8"?>
<declarationListeRecapitulative
        xsi:schemaLocation="http://etat.geneve.ch/financeisel/schema/3_0"
        xmlns="http://etat.geneve.ch/financeisel/schema/3_0"
        xmlns:ISEL_LR_1_03="http://etat.geneve.ch/financeisel/schema/1_0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <DPI>
        <ISEL_LR_1_03:numeroDPI>139031</ISEL_LR_1_03:numeroDPI>
        <ISEL_LR_1_03:nomRaisonSocialeDPI>CAISSE SUISSE DE COMPENSATION</ISEL_LR_1_03:nomRaisonSocialeDPI>
        <ISEL_LR_1_03:adresseDPI>
            <ISEL_LR_1_03:voieCasePostale>
                <ISEL_LR_1_03:voieSeule>
                    <ISEL_LR_1_03:typeVoie>avenue</ISEL_LR_1_03:typeVoie>
                    <ISEL_LR_1_03:voie>Edmond-Vaucher</ISEL_LR_1_03:voie>
                </ISEL_LR_1_03:voieSeule>
            </ISEL_LR_1_03:voieCasePostale>
            <ISEL_LR_1_03:numeroVoie>18</ISEL_LR_1_03:numeroVoie>
            <ISEL_LR_1_03:NPA>1203</ISEL_LR_1_03:NPA>
            <ISEL_LR_1_03:localite>Geneve</ISEL_LR_1_03:localite>
            <ISEL_LR_1_03:pays>
                <ISEL_LR_1_03:suisse>CH</ISEL_LR_1_03:suisse>
            </ISEL_LR_1_03:pays>
        </ISEL_LR_1_03:adresseDPI>
        <ISEL_LR_1_03:periodeImpositionDPI>
            <ISEL_LR_1_03:debut_imposition>01.01.2021</ISEL_LR_1_03:debut_imposition>
            <ISEL_LR_1_03:fin_imposition>31.12.2021</ISEL_LR_1_03:fin_imposition>
        </ISEL_LR_1_03:periodeImpositionDPI>
    </DPI>
    <ListeRecapitulativeT8>
        <!-- 1er contribuable-->
        <declarationContribuable>
            <infoContribuable>
                <NAVS13>756.9999.9999.91</NAVS13>
                <nomPersonne>Nom Test Un</nomPersonne>
                <prenomPersonne>Prénom</prenomPersonne>
                <dateNaissance>01.01.2000</dateNaissance>
                <sexe>1</sexe>
                <etatCivil>3</etatCivil>
            </infoContribuable>
            <adresseDomicile>
                <adresse>
                    <ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                        <ISEL_LR_1_03:liantVoie>de la</ISEL_LR_1_03:liantVoie>
                        <ISEL_LR_1_03:voie>Capite</ISEL_LR_1_03:voie>
                    </ISEL_LR_1_03:voie>
                    <ISEL_LR_1_03:numeroVoie>1</ISEL_LR_1_03:numeroVoie>
                    <ISEL_LR_1_03:NPA>1208</ISEL_LR_1_03:NPA>
                </adresse>
                <localite>Vesenaz</localite>
                <communePolitique>6616</communePolitique>
            </adresseDomicile>
            <!--Mois de Janvier -->
            <assujettissementContribuable>
                <prestationsSoumisesImpot>6500</prestationsSoumisesImpot>
                <impotsRetenus>750.50</impotsRetenus>
                <dateRemboursement>01.02.2021</dateRemboursement>
            </assujettissementContribuable>
        </declarationContribuable>
        <!-- 2eme contribuable-->
        <declarationContribuable>
            <infoContribuable>
                <NAVS13>756.9999.9999.91</NAVS13>
                <nomPersonne>Nom Test Deux</nomPersonne>
                <prenomPersonne>Prénom</prenomPersonne>
                <dateNaissance>01.01.2001</dateNaissance>
            </infoContribuable>
            <adresseDomicile>
                <adresse>
                    <ISEL_LR_1_03:voie>
                        <ISEL_LR_1_03:typeVoie>route</ISEL_LR_1_03:typeVoie>
                        <ISEL_LR_1_03:liantVoie>de la</ISEL_LR_1_03:liantVoie>
                        <ISEL_LR_1_03:voie>Capite</ISEL_LR_1_03:voie>
                    </ISEL_LR_1_03:voie>
                    <ISEL_LR_1_03:numeroVoie>1</ISEL_LR_1_03:numeroVoie>
                    <ISEL_LR_1_03:NPA>74000</ISEL_LR_1_03:NPA>
                </adresse>
                <localite>Annecy</localite>
                <pays>FR</pays>
            </adresseDomicile>
            <assujettissementContribuable>
                <prestationsSoumisesImpot>10000</prestationsSoumisesImpot>
                <impotsRetenus>3333.33</impotsRetenus>
                <dateRemboursement>25.02.2021</dateRemboursement>
            </assujettissementContribuable>
        </declarationContribuable>
    </ListeRecapitulativeT8>
</declarationListeRecapitulative>