In order to read the results of the Kelio counter, you need to know the identifiers of the counters you wish to use, as the system identifiers are not visible in the Kelio application. To do this, a Web Service method allows you to read the identifier you wish to use. Using this method, you can also read all the identifiers of Kelio's configurable counters. This method allows you to read the counter's technical keys: .
Export of counter identifier setup
Link to WSDL : https://sandbox-ws.kelio.io/open/services/TypeService?wsdl
Web service: TypeService
Method: exportGenericTypes
Input data
Code
|
Description
|
Class type
|
accountType
|
Account type
|
short
Possible values:
-1 Unknown
0T&A total
1Late arrival / early departure
2Balance
3Absence total
4Balance
5Overtime hours
6Special hours
7Bonuses
8On-call duty
10Task(s)
11Cost centre(s)
12Client(s)
13Remote working |
errorMessage
|
Error message
|
string
|
physicalHours
|
Hours 0- 24
|
boolean (false / true)
|
technicalString
|
Technical key
|
string
|
|
Output data
Code
|
Description
|
Class type
|
accountType
|
Account type
|
short
Possible values:
-1 Unknown
0T&A total
1Late arrival / early departure
2Balance
3Absence total
4Balance
5Overtime hours
6Special hours
7Bonuses
8On-call duty
10Task(s)
11Cost centre(s)
12 Client(s)
13 Remote working
|
calculableType
|
Calculation type
|
short
Possible values:
1Limitation on period
2Total limitation
3Hours
8Days
9Gained
10Start
11End
12Taken
13Number
27Value
28Total (limited)
29In number of trips
30Working time
31Total in hours
32Total in days
33Total as number
34In cost
35Adjustment
38Reference
39Variance
40Break rights
41Break right carried forward
42Number of breaks taken
43Break time taken
44Paid break time
45Break time deducted from actual
46Total hourly basis
47Total hourly basis interval
48Performed
49Total performed
50Total break allowance
51Total break allowance carried forward
52Total number of breaks taken
53Total break time taken
54Total paid break time
55Break time deducted from actual total
56Start
57Start basis
58Start variance
60Hours 0- 24 |
Code
|
Code
|
String (max: 40)
|
errorMessage
|
Error message
|
String
|
technicalString
|
Technical key
|
String
|
typeAbbreviation
|
Type abbreviation
|
String
|
typeDescription
|
Type description
|
String
|
typeKey
|
Type key
|
Int
|
unit
|
Unit
|
short
Possible values:
0Hours
1Days
2Number |
|
Example of a request
Code Sample
|
Copy 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>
|
This example shows a reading of the time and attendance management counters, which are system counters = (TA Totals).
|
Response
Code Sample
|
Copy 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>
|
|