Version 2.1.0. Last updated on 17th June 2012.
<rng:ref name="data.pointer"/>
data.pointer
<rng:element name="change"> <rng:ref name="att.ascribed.attributes"/> <rng:ref name="att.datable.attributes"/> <rng:ref name="att.datable.w3c.attributes"/> <rng:ref name="att.datable.iso.attributes"/> <rng:ref name="att.datable.custom.attributes"/> <rng:ref name="att.docStatus.attributes"/> <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.typed.attributes"/> <rng:optional> <rng:attribute name="target"> <rng:list> <rng:ref name="data.pointer"/> <rng:zeroOrMore> <rng:ref name="data.pointer"/> </rng:zeroOrMore> </rng:list> </rng:attribute> </rng:optional> <rng:ref name="macro.specialPara"/></rng:element>
element change { att.ascribed.attributes, att.datable.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.datable.custom.attributes, att.docStatus.attributes, att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.typed.attributes, attribute target { list { data.pointer, data.pointer* } }?, macro.specialPara }