mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-30 20:54:08 -06:00
83d14e1c1c
It is split into - /libgnucash (for the non-gui bits) - /gnucash (for the gui) - /common (misc source files used by both) - /bindings (currently only holds python bindings) This is the first step in restructuring the code. It will need much more fine tuning later on.
22 lines
474 B
DTD
22 lines
474 B
DTD
<!ENTITY % types SYSTEM "types.dtd">
|
|
%types;
|
|
|
|
<!ELEMENT gnc:pricedb (price+)>
|
|
<!ATTLIST gnc:pricedb version CDATA #REQUIRED>
|
|
|
|
<!ELEMENT price (price:commodity, price:currency, price:time,
|
|
price:source?, price:type?, price:value)>
|
|
|
|
<!ELEMENT price:commodity %commodity-type;>
|
|
|
|
<!ELEMENT price:currency %commodity-type;>
|
|
|
|
<!ELEMENT price:time %date-type;>
|
|
|
|
<!ELEMENT price:source (#PCDATA)>
|
|
|
|
<!ELEMENT price:type (#PCDATA)>
|
|
|
|
<!ELEMENT price:value (#PCDATA)>
|
|
|