You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/libgnucash/doc/xml/prices-v1.dtd

22 lines
474 B

<!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)>