Version 2.5.0. Last updated on 26th July 2013.
<rng:element name="listBibl"> <rng:ref name="att.global.attributes"/> <rng:ref name="att.global.linking.attributes"/> <rng:ref name="att.global.analytic.attributes"/> <rng:ref name="att.global.facs.attributes"/> <rng:ref name="att.global.change.attributes"/> <rng:ref name="att.sortable.attributes"/> <rng:ref name="att.declarable.attributes"/> <rng:ref name="att.typed.attributes"/> <rng:group> <rng:zeroOrMore> <rng:ref name="model.headLike"/> </rng:zeroOrMore> <rng:oneOrMore> <rng:choice> <rng:ref name="model.biblLike"/> <rng:ref name="model.milestoneLike"/> </rng:choice> </rng:oneOrMore> </rng:group></rng:element>
element listBibl { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.sortable.attributes, att.declarable.attributes, att.typed.attributes, ( model.headLike*, ( model.biblLike | model.milestoneLike )+ ) }