RelaxNG/publidoc.rnc
changeset 135 181072348399
parent 134 31ad3d3ec2a1
child 137 75320469dbdc
equal deleted inserted replaced
134:31ad3d3ec2a1 135:181072348399
   606 name = element name { name.attributes, name.content }
   606 name = element name { name.attributes, name.content }
   607 
   607 
   608 name.attributes =
   608 name.attributes =
   609    name.of.attribute?
   609    name.of.attribute?
   610 name.of.attribute = attribute of
   610 name.of.attribute = attribute of
   611    { "person" | "company" | "book" | "newspaper" | "party" }
   611    { "person" | "company" | "book" | "newspaper" | "party" | "painting" }
   612 
   612 
   613 name.content = inlines
   613 name.content = inlines
   614 
   614 
   615 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   615 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   616 
   616