1<?xml version="1.0" encoding="utf-8"?>
2<gnc-account-example
3  xmlns="http://www.gnucash.org/XML/"
4  xmlns:act="http://www.gnucash.org/XML/act"
5  xmlns:addr="http://www.gnucash.org/XML/addr"
6  xmlns:bgt="http://www.gnucash.org/XML/bgt"
7  xmlns:billterm="http://www.gnucash.org/XML/billterm"
8  xmlns:book="http://www.gnucash.org/XML/book"
9  xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
10  xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
11  xmlns:cd="http://www.gnucash.org/XML/cd"
12  xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
13  xmlns:cust="http://www.gnucash.org/XML/cust"
14  xmlns:employee="http://www.gnucash.org/XML/employee"
15  xmlns:entry="http://www.gnucash.org/XML/entry"
16  xmlns:fs="http://www.gnucash.org/XML/fs"
17  xmlns:gnc="http://www.gnucash.org/XML/gnc"
18  xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
19  xmlns:invoice="http://www.gnucash.org/XML/invoice"
20  xmlns:job="http://www.gnucash.org/XML/job"
21  xmlns:lot="http://www.gnucash.org/XML/lot"
22  xmlns:order="http://www.gnucash.org/XML/order"
23  xmlns:owner="http://www.gnucash.org/XML/owner"
24  xmlns:price="http://www.gnucash.org/XML/price"
25  xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
26  xmlns:slot="http://www.gnucash.org/XML/slot"
27  xmlns:split="http://www.gnucash.org/XML/split"
28  xmlns:sx="http://www.gnucash.org/XML/sx"
29  xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
30  xmlns:trn="http://www.gnucash.org/XML/trn"
31  xmlns:ts="http://www.gnucash.org/XML/ts"
32  xmlns:tte="http://www.gnucash.org/XML/tte"
33  xmlns:vendor="http://www.gnucash.org/XML/vendor">
34    <gnc-act:title>
35      Dépenses de location
36    </gnc-act:title>
37    <gnc-act:short-description>
38      Dépenses associées avec la location d'un logement
39    </gnc-act:short-description>
40    <gnc-act:long-description>
41    Vous devriez sélectionner cet ensemble de comptes si vous louez une maison ou un appartement (location, assurance du locataire).
42  </gnc-act:long-description>
43<gnc:account version="2.0.0">
44  <act:name>Root Account</act:name>
45  <act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
46  <act:type>ROOT</act:type>
47  <act:commodity-scu>0</act:commodity-scu>
48</gnc:account>
49<gnc:account version="2.0.0">
50  <act:name>Dépenses</act:name>
51  <act:id type="new">9a2b4520f113372f4e576f5b6dc129c6</act:id>
52  <act:type>EXPENSE</act:type>
53  <act:commodity>
54    <cmdty:space>ISO4217</cmdty:space>
55    <cmdty:id>EUR</cmdty:id>
56  </act:commodity>
57  <act:description>Dépenses</act:description>
58  <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
59</gnc:account>
60<gnc:account version="2.0.0">
61  <act:name>Assurances</act:name>
62  <act:id type="new">5bda5ff833bc395dc1b00f95c66ce555</act:id>
63  <act:type>EXPENSE</act:type>
64  <act:commodity>
65    <cmdty:space>ISO4217</cmdty:space>
66    <cmdty:id>EUR</cmdty:id>
67  </act:commodity>
68  <act:description>Assurances</act:description>
69  <act:parent type="new">9a2b4520f113372f4e576f5b6dc129c6</act:parent>
70</gnc:account>
71<gnc:account version="2.0.0">
72  <act:name>Assurance locative</act:name>
73  <act:id type="new">a4c93c964b8322d534e35b7054cbda4d</act:id>
74  <act:type>EXPENSE</act:type>
75  <act:commodity>
76    <cmdty:space>ISO4217</cmdty:space>
77    <cmdty:id>EUR</cmdty:id>
78  </act:commodity>
79  <act:description>Assurance locative</act:description>
80  <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
81</gnc:account>
82<gnc:account version="2.0.0">
83  <act:name>Location</act:name>
84  <act:id type="new">c1638a9a48d4d0e1b17d99219a18f34b</act:id>
85  <act:type>EXPENSE</act:type>
86  <act:commodity>
87    <cmdty:space>ISO4217</cmdty:space>
88    <cmdty:id>EUR</cmdty:id>
89  </act:commodity>
90  <act:description>Location</act:description>
91  <act:parent type="new">9a2b4520f113372f4e576f5b6dc129c6</act:parent>
92</gnc:account>
93</gnc-account-example>
94