2014-09-22 09:00:39 -05:00
<?xml version="1.0" encoding="utf-8"?>
Add XML namespaces for all Account Hierarchy Templates.
ca, cs, da, de_AT, de_CH, el_GR, en_GB, en_IN, es_ES,
es_MX, fi_FI, fr_CA, fr_CH, fr_FR, hu_HU, it, ja, ko,
lt, lv, nb, nl, pl, pt_BR, pt_PT, sk, sv_AX, sv_FI,
sv_SE, tr_TR, zh_CN, zh_HK, zh_TW
2018-03-11 11:21:43 -05:00
<gnc-account-example
xmlns="http://www.gnucash.org/XML/"
xmlns:act="http://www.gnucash.org/XML/act"
xmlns:addr="http://www.gnucash.org/XML/addr"
xmlns:bgt="http://www.gnucash.org/XML/bgt"
xmlns:billterm="http://www.gnucash.org/XML/billterm"
xmlns:book="http://www.gnucash.org/XML/book"
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
xmlns:cd="http://www.gnucash.org/XML/cd"
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
xmlns:cust="http://www.gnucash.org/XML/cust"
xmlns:employee="http://www.gnucash.org/XML/employee"
xmlns:entry="http://www.gnucash.org/XML/entry"
xmlns:fs="http://www.gnucash.org/XML/fs"
xmlns:gnc="http://www.gnucash.org/XML/gnc"
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
xmlns:invoice="http://www.gnucash.org/XML/invoice"
xmlns:job="http://www.gnucash.org/XML/job"
xmlns:lot="http://www.gnucash.org/XML/lot"
xmlns:order="http://www.gnucash.org/XML/order"
xmlns:owner="http://www.gnucash.org/XML/owner"
xmlns:price="http://www.gnucash.org/XML/price"
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
xmlns:slot="http://www.gnucash.org/XML/slot"
xmlns:split="http://www.gnucash.org/XML/split"
xmlns:sx="http://www.gnucash.org/XML/sx"
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
xmlns:trn="http://www.gnucash.org/XML/trn"
xmlns:ts="http://www.gnucash.org/XML/ts"
xmlns:tte="http://www.gnucash.org/XML/tte"
xmlns:vendor="http://www.gnucash.org/XML/vendor">
2001-06-09 01:17:19 -05:00
<gnc-act:title>
Contas de Reforma da Esposa
</gnc-act:title>
<gnc-act:short-description>
Conta de reforma com contas de investimentos relacionadas para esposa
</gnc-act:short-description>
<gnc-act:long-description>
2014-09-22 09:00:39 -05:00
Desejará seleccionar este conjunto de contas se tiver investimentos em nome da esposa (acções, obrigações, fundos de investimento, fundos de índices, juros, dividendos).
2001-06-09 01:17:19 -05:00
</gnc-act:long-description>
2007-02-22 19:24:57 -06:00
<gnc:account version="2.0.0">
<act:name>Root Account</act:name>
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
<act:type>ROOT</act:type>
<act:commodity-scu>0</act:commodity-scu>
</gnc:account>
2001-06-09 01:17:19 -05:00
<gnc:account version="2.0.0">
<act:name>Activos</act:name>
<act:id type="new">96d9b17add59eb4c7edec7ed241af755</act:id>
<act:type>ASSET</act:type>
2001-07-12 17:21:13 -05:00
<act:commodity>
2001-06-09 01:17:19 -05:00
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>PTE</cmdty:id>
2001-07-12 17:21:13 -05:00
</act:commodity>
2001-06-09 01:17:19 -05:00
<act:description>Activos</act:description>
2007-02-22 19:24:57 -06:00
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
2001-06-09 01:17:19 -05:00
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Investimentos</act:name>
<act:id type="new">f46c9f777b1730c6b5f4a1faf9e31708</act:id>
<act:type>ASSET</act:type>
2001-07-12 17:21:13 -05:00
<act:commodity>
2001-06-09 01:17:19 -05:00
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>PTE</cmdty:id>
2001-07-12 17:21:13 -05:00
</act:commodity>
2001-06-09 01:17:19 -05:00
<act:description>Investimentos</act:description>
<act:parent type="new">96d9b17add59eb4c7edec7ed241af755</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Reforma da Esposa</act:name>
<act:id type="new">4426b41837adc284f96b291c31022844</act:id>
<act:type>BANK</act:type>
2001-07-12 17:21:13 -05:00
<act:commodity>
2001-06-09 01:17:19 -05:00
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>PTE</cmdty:id>
2001-07-12 17:21:13 -05:00
</act:commodity>
2001-06-09 01:17:19 -05:00
<act:description>Reforma da Esposa</act:description>
<act:slots>
<slot>
<slot:key>notas</slot:key>
2014-09-22 09:00:39 -05:00
<slot:value type="string">Fundo de pensões ou outra reforma</slot:value>
2001-06-09 01:17:19 -05:00
</slot>
</act:slots>
<act:parent type="new">f46c9f777b1730c6b5f4a1faf9e31708</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
2014-09-22 09:00:39 -05:00
<act:name>Obrigação</act:name>
2001-06-09 01:17:19 -05:00
<act:id type="new">c8e7c315502547e51bfdd5a70b5cdd2e</act:id>
<act:type>STOCK</act:type>
2001-07-12 17:21:13 -05:00
<act:commodity>
2001-06-09 01:17:19 -05:00
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>EUR</cmdty:id>
2001-07-12 17:21:13 -05:00
</act:commodity>
2014-09-22 09:00:39 -05:00
<act:description>Obrigação</act:description>
2001-06-09 01:17:19 -05:00
<act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
2014-09-22 09:00:39 -05:00
<act:name>Acção</act:name>
2001-06-09 01:17:19 -05:00
<act:id type="new">b8838eb77b9603e035e1f7b440d468ae</act:id>
<act:type>STOCK</act:type>
2001-07-12 17:21:13 -05:00
<act:commodity>
2001-06-09 01:17:19 -05:00
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>EUR</cmdty:id>
2001-07-12 17:21:13 -05:00
</act:commodity>
2014-09-22 09:00:39 -05:00
<act:description>Acção</act:description>
2001-06-09 01:17:19 -05:00
<act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
2014-09-22 09:00:39 -05:00
<act:name>Índice de Mercado</act:name>
2001-06-09 01:17:19 -05:00
<act:id type="new">0ec1a5b402ceea10d95445a2b31c41a1</act:id>
<act:type>MUTUAL</act:type>
2001-07-12 17:21:13 -05:00
<act:commodity>
2001-06-09 01:17:19 -05:00
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>EUR</cmdty:id>
2001-07-12 17:21:13 -05:00
</act:commodity>
2014-09-22 09:00:39 -05:00
<act:description>Índice de Mercado</act:description>
2001-06-09 01:17:19 -05:00
<act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Fundo de Investimento</act:name>
<act:id type="new">d9ed01f9b8f9845bc3f68f3e0afb021f</act:id>
<act:type>MUTUAL</act:type>
2001-07-12 17:21:13 -05:00
<act:commodity>
2001-06-09 01:17:19 -05:00
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>EUR</cmdty:id>
2001-07-12 17:21:13 -05:00
</act:commodity>
2001-06-09 01:17:19 -05:00
<act:description>Fundo de Investimento</act:description>
<act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
</gnc:account>
</gnc-account-example>