mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Value "price" allowed in attr cd:type for element book (RELAX NG file)
"price" is a legal value, as per code in [1]. Added value to RELAX NG file to pass validation of modern gnucash files. [1]51e29e7836/src/backend/xml/io-gncxml-v2.c (L1037)
51e29e7836
= current HEAD of branch maint
This commit is contained in:
parent
1cbbfa9490
commit
5d0b6b4f78
@ -86,6 +86,7 @@ Book = element gnc:book {
|
||||
element gnc:count-data { attribute cd:type { "transaction" }, xsd:int }?,
|
||||
element gnc:count-data { attribute cd:type { "schedxaction" }, xsd:int }?,
|
||||
element gnc:count-data { attribute cd:type { "budget" }, xsd:int }?,
|
||||
element gnc:count-data { attribute cd:type { "price" }, xsd:int }?,
|
||||
|
||||
# plugins (those with a get_count slot)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user