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      固定資産
36    </gnc-act:title>
37    <gnc-act:short-description>
38      大規模な固定資産管理用の勘定科目
39    </gnc-act:short-description>
40    <gnc-act:long-description>
41    大規模な固定資産(住宅、自動車、別荘、その他資産)を持っている場合はこの勘定科目集を選ぶとよいでしょう。
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>資産</act:name>
51  <act:id type="new">64b6276c060185131cecbd1ac6218440</act:id>
52  <act:type>ASSET</act:type>
53  <act:commodity>
54    <cmdty:space>ISO4217</cmdty:space>
55    <cmdty:id>USD</cmdty:id>
56  </act:commodity>
57  <act:description>資産</act:description>
58  <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
59  <act:slots>
60    <slot>
61      <slot:key>placeholder</slot:key>
62      <slot:value type="string">true</slot:value>
63    </slot>
64  </act:slots>
65</gnc:account>
66<gnc:account version="2.0.0">
67  <act:name>固定資産</act:name>
68  <act:id type="new">9b171f77000bf68dd1ebbaf58336656d</act:id>
69  <act:type>ASSET</act:type>
70  <act:commodity>
71    <cmdty:space>ISO4217</cmdty:space>
72    <cmdty:id>USD</cmdty:id>
73  </act:commodity>
74  <act:description>固定資産</act:description>
75  <act:parent type="new">64b6276c060185131cecbd1ac6218440</act:parent>
76  <act:slots>
77    <slot>
78      <slot:key>placeholder</slot:key>
79      <slot:value type="string">true</slot:value>
80    </slot>
81  </act:slots>
82</gnc:account>
83<gnc:account version="2.0.0">
84  <act:name>住宅</act:name>
85  <act:id type="new">9205ad6b6482903e5a696602d491c8f5</act:id>
86  <act:type>ASSET</act:type>
87  <act:commodity>
88    <cmdty:space>ISO4217</cmdty:space>
89    <cmdty:id>USD</cmdty:id>
90  </act:commodity>
91  <act:description>住宅</act:description>
92  <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
93</gnc:account>
94<gnc:account version="2.0.0">
95  <act:name>その他の資産</act:name>
96  <act:id type="new">ad3b239297277c9ef3840c0433cecb18</act:id>
97  <act:type>ASSET</act:type>
98  <act:commodity>
99    <cmdty:space>ISO4217</cmdty:space>
100    <cmdty:id>USD</cmdty:id>
101  </act:commodity>
102  <act:description>その他の資産</act:description>
103  <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
104</gnc:account>
105<gnc:account version="2.0.0">
106  <act:name>自動車</act:name>
107  <act:id type="new">5913089ffc36df6f0a5d96a5d7a444c0</act:id>
108  <act:type>ASSET</act:type>
109  <act:commodity>
110    <cmdty:space>ISO4217</cmdty:space>
111    <cmdty:id>USD</cmdty:id>
112  </act:commodity>
113  <act:description>自動車</act:description>
114  <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
115</gnc:account>
116</gnc-account-example>
117