Afin de lire les résultats des compteurs Kelio, il est nécessaire de connaître les identifiants des compteurs que vous souhaitez exploiter car les identifiants systèmes ne sont pas visibles dans l’application Kelio. Pour cela, une méthode d’un Web Service vous permet de lire l’identifiant que vous souhaitez utiliser. Par cette même méthode, vous pouvez également lire tous les identifiants des compteurs paramétrables de Kelio. Cette méthode vous permet de lire les clés techniques des compteurs : .
Export du paramétrage des identifiants des compteurs
Lien vers le : https://sandbox-ws.kelio.io/open/services/TypeService?wsdl
Web Service : TypeService
Méthode : exportGenericTypes
Données en entrée
Code
|
Description
|
Type de classe
|
accountType
|
Type de compteur
|
short
Valeurs possibles :
-1 Inconnu
0Cumul GTP
1Retard / départ
2Crédit débit
3Cumul d'absence
4Solde
5Heures supplémentaires
6Heures spéciales
7Primes
8Astreinte
10Tâche(s)
11Centre(s) de coût
12Client(s)
13Télétravail |
errorMessage
|
Message d'erreur
|
string
|
physicalHours
|
Heures 0-24
|
boolean (false / true)
|
technicalString
|
Clé technique
|
string
|
|
Données en sortie
Code
|
Description
|
Type de classe
|
accountType
|
Type de compteur
|
short
Valeurs possibles :
-1 Inconnu
0Cumul GTP
1Retard / départ
2Crédit débit
3Cumul d'absence
4Solde
5Heures supplémentaires
6Heures spéciales
7Primes
8Astreinte
10Tâche(s)
11Centre(s) de coût
12 Client(s)
13 Télétravail
|
calculableType
|
Type calculable
|
short
Valeurs possibles :
1Écrêtage période
2Écrêtage total
3Heures
8Jours
9Acquis
10Début
11Fin
12Consommé
13Nombre
27Valeur
28Total (écrêté)
29En nombre de déplacements
30Temps travaillé
31Total en heures
32Total en jours
33Total en nombre
34En coût
35Ajustement
38Base
39Écart
40Droits pause
41Droit pause reporté
42Nombre de pauses prises
43Temps de pause pris
44Temps de pause payé
45Temps de pause déduit de l'effectif
46Base horaire totale
47Écart base horaire total
48Effectué
49Effectué total
50Droits pause total
51Droit pause reporté total
52Nombre de pauses prises total
53Temps de pause pris total
54Temps de pause payé total
55Temps de pause déduit de l'effectif total
56Début
57Base début
58Écart début
60Heures 0-24 |
code
|
Code
|
String (max: 40)
|
errorMessage
|
Message d'erreur
|
String
|
technicalString
|
Clé technique
|
String
|
typeAbbreviation
|
Abrégé de motif
|
String
|
typeDescription
|
Libellé de motif
|
String
|
typeKey
|
Clé de motif
|
Int
|
unit
|
Unité
|
short
Valeurs possibles :
0Heures
1Jours
2Nombre |
|
Exemple de requête
Code Sample
|
Copier Code
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ech="http://echange.service.open.bodet.com">
<soapenv:Header/>
<soapenv:Body>
<ech:exportGenericTypes>
<ech:exportFilter>
<ech:TypeFilter>
<ech:accountType>0</ech:accountType>
</ech:TypeFilter>
</ech:exportFilter>
</ech:exportGenericTypes>
</soapenv:Body>
</soapenv:Envelope>
|
Dans cette exemple, il est demandé la lecture des compteurs de gestion des temps de présence qui sont des compteurs systèmes = .
|
Réponse
Code Sample
|
Copier Code
|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:exportGenericTypesResponse xmlns:ns1="http://echange.service.open.bodet.com">
<ns1:exportedGenericTypes>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Effectif</ns1:typeDescription>
<ns1:typeAbbreviation>Eff.</ns1:typeAbbreviation>
<ns1:typeKey>-5</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Effectif férié</ns1:typeDescription>
<ns1:typeAbbreviation>efffe</ns1:typeAbbreviation>
<ns1:typeKey>-6</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Effectif reporté</ns1:typeDescription>
<ns1:typeAbbreviation>efrep</ns1:typeAbbreviation>
<ns1:typeKey>-7</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Normal</ns1:typeDescription>
<ns1:typeAbbreviation>Norm</ns1:typeAbbreviation>
<ns1:typeKey>-8</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Payé</ns1:typeDescription>
<ns1:typeAbbreviation>Payé</ns1:typeAbbreviation>
<ns1:typeKey>-18</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Payé férié</ns1:typeDescription>
<ns1:typeAbbreviation>PaFer</ns1:typeAbbreviation>
<ns1:typeKey>-19</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Repos entre deux jours consécutifs</ns1:typeDescription>
<ns1:typeAbbreviation>Redjc</ns1:typeAbbreviation>
<ns1:typeKey>-20</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Repos sur une période</ns1:typeDescription>
<ns1:typeAbbreviation>Rsup</ns1:typeAbbreviation>
<ns1:typeKey>-21</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Temps déjà récupéré</ns1:typeDescription>
<ns1:typeAbbreviation>Tdr</ns1:typeAbbreviation>
<ns1:typeKey>-22</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Théorique</ns1:typeDescription>
<ns1:typeAbbreviation>th</ns1:typeAbbreviation>
<ns1:typeKey>-23</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>2</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Nombre de jours fériés</ns1:typeDescription>
<ns1:typeAbbreviation>NbJF</ns1:typeAbbreviation>
<ns1:typeKey>-54</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Dépassement repos deux jours consécutifs</ns1:typeDescription>
<ns1:typeAbbreviation>Drdjc</ns1:typeAbbreviation>
<ns1:typeKey>-48</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Dépassement repos sur une période</ns1:typeDescription>
<ns1:typeAbbreviation>Drsup</ns1:typeAbbreviation>
<ns1:typeKey>-49</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>1</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Horaires de repos</ns1:typeDescription>
<ns1:typeAbbreviation>HoRep</ns1:typeAbbreviation>
<ns1:typeKey>-50</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>1</ns1:unit>
<ns1:calculableType>8</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Horaires de travail</ns1:typeDescription>
<ns1:typeAbbreviation>HoTra</ns1:typeAbbreviation>
<ns1:typeKey>-51</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>2</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Horaires de travail</ns1:typeDescription>
<ns1:typeAbbreviation>HoTra</ns1:typeAbbreviation>
<ns1:typeKey>-51</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Poubelle</ns1:typeDescription>
<ns1:typeAbbreviation>Poub</ns1:typeAbbreviation>
<ns1:typeKey>-52</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>39</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Base horaire</ns1:typeDescription>
<ns1:typeAbbreviation>Ebho</ns1:typeAbbreviation>
<ns1:typeKey>-53</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>38</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Base horaire</ns1:typeDescription>
<ns1:typeAbbreviation>Ebho</ns1:typeAbbreviation>
<ns1:typeKey>-53</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>48</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Base horaire</ns1:typeDescription>
<ns1:typeAbbreviation>Ebho</ns1:typeAbbreviation>
<ns1:typeKey>-53</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>47</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Base horaire</ns1:typeDescription>
<ns1:typeAbbreviation>Ebho</ns1:typeAbbreviation>
<ns1:typeKey>-53</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Base calcul activité</ns1:typeDescription>
<ns1:typeAbbreviation>BcAct</ns1:typeAbbreviation>
<ns1:typeKey>-57</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Base calcul activité 1ère demi-journée</ns1:typeDescription>
<ns1:typeAbbreviation>BcAc1</ns1:typeAbbreviation>
<ns1:typeKey>-59</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Base calcul activité 2ème demi-journée</ns1:typeDescription>
<ns1:typeAbbreviation>BcAc2</ns1:typeAbbreviation>
<ns1:typeKey>-60</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Effectué</ns1:typeDescription>
<ns1:typeAbbreviation>effu</ns1:typeAbbreviation>
<ns1:typeKey>-64</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>27</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Répartition de modulation</ns1:typeDescription>
<ns1:typeAbbreviation>RepMo</ns1:typeAbbreviation>
<ns1:typeKey>-56</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>40</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées</ns1:typeDescription>
<ns1:typeAbbreviation>PP</ns1:typeAbbreviation>
<ns1:typeKey>-68</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>41</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées</ns1:typeDescription>
<ns1:typeAbbreviation>PP</ns1:typeAbbreviation>
<ns1:typeKey>-68</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>2</ns1:unit>
<ns1:calculableType>42</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées</ns1:typeDescription>
<ns1:typeAbbreviation>PP</ns1:typeAbbreviation>
<ns1:typeKey>-68</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>43</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées</ns1:typeDescription>
<ns1:typeAbbreviation>PP</ns1:typeAbbreviation>
<ns1:typeKey>-68</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>44</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées</ns1:typeDescription>
<ns1:typeAbbreviation>PP</ns1:typeAbbreviation>
<ns1:typeKey>-68</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>45</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées</ns1:typeDescription>
<ns1:typeAbbreviation>PP</ns1:typeAbbreviation>
<ns1:typeKey>-68</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>40</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées effectives</ns1:typeDescription>
<ns1:typeAbbreviation>PPEff</ns1:typeAbbreviation>
<ns1:typeKey>-69</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>41</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées effectives</ns1:typeDescription>
<ns1:typeAbbreviation>PPEff</ns1:typeAbbreviation>
<ns1:typeKey>-69</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>2</ns1:unit>
<ns1:calculableType>42</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées effectives</ns1:typeDescription>
<ns1:typeAbbreviation>PPEff</ns1:typeAbbreviation>
<ns1:typeKey>-69</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>43</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées effectives</ns1:typeDescription>
<ns1:typeAbbreviation>PPEff</ns1:typeAbbreviation>
<ns1:typeKey>-69</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>44</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées effectives</ns1:typeDescription>
<ns1:typeAbbreviation>PPEff</ns1:typeAbbreviation>
<ns1:typeKey>-69</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>45</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées effectives</ns1:typeDescription>
<ns1:typeAbbreviation>PPEff</ns1:typeAbbreviation>
<ns1:typeKey>-69</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>40</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PPDC</ns1:typeAbbreviation>
<ns1:typeKey>-70</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>41</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PPDC</ns1:typeAbbreviation>
<ns1:typeKey>-70</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>2</ns1:unit>
<ns1:calculableType>42</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PPDC</ns1:typeAbbreviation>
<ns1:typeKey>-70</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>43</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PPDC</ns1:typeAbbreviation>
<ns1:typeKey>-70</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>44</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PPDC</ns1:typeAbbreviation>
<ns1:typeKey>-70</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>45</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PPDC</ns1:typeAbbreviation>
<ns1:typeKey>-70</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>40</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées</ns1:typeDescription>
<ns1:typeAbbreviation>PNP</ns1:typeAbbreviation>
<ns1:typeKey>-71</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>41</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées</ns1:typeDescription>
<ns1:typeAbbreviation>PNP</ns1:typeAbbreviation>
<ns1:typeKey>-71</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>2</ns1:unit>
<ns1:calculableType>42</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées</ns1:typeDescription>
<ns1:typeAbbreviation>PNP</ns1:typeAbbreviation>
<ns1:typeKey>-71</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>43</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées</ns1:typeDescription>
<ns1:typeAbbreviation>PNP</ns1:typeAbbreviation>
<ns1:typeKey>-71</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>44</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées</ns1:typeDescription>
<ns1:typeAbbreviation>PNP</ns1:typeAbbreviation>
<ns1:typeKey>-71</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>45</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées</ns1:typeDescription>
<ns1:typeAbbreviation>PNP</ns1:typeAbbreviation>
<ns1:typeKey>-71</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>40</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PNPDC</ns1:typeAbbreviation>
<ns1:typeKey>-72</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>41</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PNPDC</ns1:typeAbbreviation>
<ns1:typeKey>-72</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>2</ns1:unit>
<ns1:calculableType>42</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PNPDC</ns1:typeAbbreviation>
<ns1:typeKey>-72</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>43</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PNPDC</ns1:typeAbbreviation>
<ns1:typeKey>-72</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>44</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PNPDC</ns1:typeAbbreviation>
<ns1:typeKey>-72</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
<ns1:GenericType>
<ns1:code xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:unit>0</ns1:unit>
<ns1:calculableType>45</ns1:calculableType>
<ns1:accountType>0</ns1:accountType>
<ns1:typeDescription>Pauses non payées à durée conditionnée</ns1:typeDescription>
<ns1:typeAbbreviation>PNPDC</ns1:typeAbbreviation>
<ns1:typeKey>-72</ns1:typeKey>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:GenericType>
</ns1:exportedGenericTypes>
</ns1:exportGenericTypesResponse>
</soap:Body>
</soap:Envelope>
|
|