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      Location d'un logis
36    </gnc-act:title>
37    <gnc-act:short-description>
38      Frais associés à la location d'une résidence ou d'un logis.
39    </gnc-act:short-description>
40    <gnc-act:long-description>
41    Sélectionnez ce groupe de compte si vous louez une résidence ou un logis (Loyer, assurances, ...).
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">5882be9c31d58cc589c53f94d86f82da</act:id>
52	  <act:type>EXPENSE</act:type>
53	  <act:commodity>
54		  <cmdty:space>ISO4217</cmdty:space>
55		  <cmdty:id>CAD</cmdty:id>
56	  </act:commodity>
57	  <act:commodity-scu>100</act:commodity-scu>
58	  <act:description>Dépenses</act:description>
59	  <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
60	  <act:slots>
61		  <slot>
62			  <slot:key>placeholder</slot:key>
63			  <slot:value type="string">true</slot:value>
64		  </slot>
65	  </act:slots>
66  </gnc:account>
67  <gnc:account version="2.0.0">
68	  <act:name>Assurances</act:name>
69	  <act:id type="new">93afcfa6113ca99a60ed52fff880904c</act:id>
70	  <act:type>EXPENSE</act:type>
71	  <act:commodity>
72		  <cmdty:space>ISO4217</cmdty:space>
73		  <cmdty:id>CAD</cmdty:id>
74	  </act:commodity>
75	  <act:commodity-scu>100</act:commodity-scu>
76	  <act:description>Assurances</act:description>
77	  <act:slots>
78		  <slot>
79			  <slot:key>placeholder</slot:key>
80			  <slot:value type="string">true</slot:value>
81		  </slot>
82	  </act:slots>
83	  <act:parent type="new">5882be9c31d58cc589c53f94d86f82da</act:parent>
84  </gnc:account>
85  <gnc:account version="2.0.0">
86	  <act:name>Locataire</act:name>
87	  <act:id type="new">d76ea87c9f5d1a844914ba7566a71212</act:id>
88	  <act:type>EXPENSE</act:type>
89	  <act:commodity>
90		  <cmdty:space>ISO4217</cmdty:space>
91		  <cmdty:id>CAD</cmdty:id>
92	  </act:commodity>
93	  <act:commodity-scu>100</act:commodity-scu>
94	  <act:description>Assurance du locataire-résident</act:description>
95	  <act:parent type="new">93afcfa6113ca99a60ed52fff880904c</act:parent>
96  </gnc:account>
97  <gnc:account version="2.0.0">
98	  <act:name>Loyer</act:name>
99	  <act:id type="new">c385132651830fba73e788911aef696c</act:id>
100	  <act:type>EXPENSE</act:type>
101	  <act:commodity>
102		  <cmdty:space>ISO4217</cmdty:space>
103		  <cmdty:id>CAD</cmdty:id>
104	  </act:commodity>
105	  <act:commodity-scu>100</act:commodity-scu>
106	  <act:description>Frais de location d'un logement</act:description>
107	  <act:parent type="new">5882be9c31d58cc589c53f94d86f82da</act:parent>
108  </gnc:account>
109</gnc-account-example>
110