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>根科目</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">ee8238ee2c2ce590160761df09b99b72</act:id>
52  <act:type>EXPENSE</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">8999739a6bfc46088a3ea5ec45e5f8a4</act:id>
69  <act:type>EXPENSE</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">ee8238ee2c2ce590160761df09b99b72</act:parent>
76</gnc:account>
77</gnc-account-example>
78