Lines Matching +refs:org +refs:element +refs:set +refs:contents

9 # the top-level element
11 namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
13 ris = element ris { attlist.ris, entry+ }
17 # part, publication, and set denote the analytical, monographic, and
23 # contents describes the contents of the reference described by the
33 element entry {
34 attlist.entry, (part?, publication, set?, libinfo*, contents?)+
78 part = element part { attlist.part, title, author* }
81 element publication { attlist.publication, title*, author*, pubinfo? }
83 set = element set { attlist.set, title*, author* }
84 attlist.set &= empty
86 title = element title { attlist.title, text }
91 # The url element is gone in favour of 'link type="url"'. Both elements use the same semantics so i…
93 element pubinfo {
109 pubdate = element pubdate { attlist.pubdate, date, otherinfo? }
113 date = element date { attlist.date, year?, month?, day? }
115 year = element year { attlist.year, text }
117 month = element month { attlist.month, text }
119 day = element day { attlist.day, text }
121 otherinfo = element otherinfo { attlist.otherinfo, text }
123 volume = element volume { attlist.volume, text }
125 issue = element issue { attlist.issue, text }
127 startpage = element startpage { attlist.startpage, text }
129 endpage = element endpage { attlist.endpage, text }
131 city = element city { attlist.city, text }
133 publisher = element publisher { attlist.publisher, text }
135 serial = element serial { attlist.serial, text }
137 address = element address { attlist.address, text }
139 userdef = element userdef { attlist.userdef, text }
143 misc = element misc { attlist.misc, text }
146 link = element link { attlist.link, text }
152 # the libinfo element contains the local housekeeping information
156 element libinfo {
160 notes = element notes { attlist.notes, text }
162 reprint = element reprint { attlist.reprint, date? }
166 availability = element availability { attlist.availability, text }
169 # the contents element contains information about the contents of
172 contents = element contents { attlist.contents, abstract?, keyword* }
173 attlist.contents &= empty
174 abstract = element abstract { attlist.abstract, text }
176 keyword = element keyword { attlist.keyword, text }
180 # the author element
182 element author {
190 name = element name { attlist.name, text }
192 lastname = element lastname { attlist.lastname, text }
194 firstname = element firstname { attlist.firstname, text }
196 middlename = element middlename { attlist.middlename, text }
198 suffix = element suffix { attlist.suffix, text }