Version 2.2.0. Last updated on 25th October 2012.
<rng:element name="entryFree"> <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.entryLike.attributes"/> <rng:ref name="att.lexicographic.attributes"/> <rng:ref name="att.datcat.attributes"/> <rng:ref name="att.sortable.attributes"/> <rng:zeroOrMore> <rng:choice> <rng:text/> <rng:ref name="model.gLike"/> <rng:ref name="model.entryPart"/> <rng:ref name="model.phrase"/> <rng:ref name="model.inter"/> <rng:ref name="model.global"/> </rng:choice> </rng:zeroOrMore></rng:element>
element entryFree { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.entryLike.attributes, att.lexicographic.attributes, att.datcat.attributes, att.sortable.attributes, ( text | model.gLike | model.entryPart | model.phrase | model.inter | model.global )* }