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:
Serge Gebhardt 2016-09-02 17:59:29 +02:00
parent 1cbbfa9490
commit 5d0b6b4f78
No known key found for this signature in database
GPG Key ID: 7643821B1FCE89F3

View File

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