RelaxNG/publimeta.rnc
changeset 265 952f42b55374
parent 263 b6ac75b447ae
child 355 469d03c6f570
--- a/RelaxNG/publimeta.rnc	lun. nov. 18 10:20:26 2013 +0100
+++ b/RelaxNG/publimeta.rnc	lun. nov. 18 13:08:33 2013 +0100
@@ -170,11 +170,13 @@
    currency.attribute
  & excluding_tax.attribute
  & tax.attribute?
+ & territory.attribute?
 currency.attribute = attribute currency {
    "EUR" | "USD" | "GBP" | "CAD" | "CHF" | "JPY" | "MXN" | "KRW" | "BRL"
  | "INR" | "AUD" | "RUB" | "CNY" | "NOK" | "SEK" | "DKK" }
 excluding_tax.attribute = attribute excluding-tax { xsd:boolean }
 tax.attribute = attribute tax { xsd:float }
+territory.attribute = attribute territory { xsd:NMTOKENS }
 
 price.content = xsd:float