Version 2.2.0. Last updated on 25th October 2012.
<rng:ref name="data.word"/>
data.word
<rng:ref name="data.pointer"/>
data.pointer
<rng:ref name="data.enumerated"/>
data.enumerated
<rng:element name="gap"> <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.duration.w3c.attributes"/> <rng:ref name="att.duration.iso.attributes"/> <rng:ref name="att.editLike.attributes"/> <rng:ref name="att.dimensions.attributes"/> <rng:ref name="att.ranging.attributes"/> <rng:ref name="att.responsibility.attributes"/> <rng:optional> <rng:attribute name="reason"> <rng:list> <rng:oneOrMore> <rng:ref name="data.word"/> </rng:oneOrMore> </rng:list> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="hand"> <rng:ref name="data.pointer"/> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="agent"> <rng:ref name="data.enumerated"/> </rng:attribute> </rng:optional> <rng:zeroOrMore> <rng:choice> <rng:ref name="model.descLike"/> <rng:ref name="model.certLike"/> </rng:choice> </rng:zeroOrMore></rng:element>
element gap { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.duration.w3c.attributes, att.duration.iso.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.responsibility.attributes, attribute reason { list { data.word+ } }?, attribute hand { data.pointer }?, attribute agent { data.enumerated }?, ( model.descLike | model.certLike )* }