Version 2.1.0. Last updated on 17th June 2012.
<rng:ref name="data.word"/>
data.word
<rng:element name="ptr"> <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.pointing.attributes"/> <rng:ref name="att.internetMedia.attributes"/> <rng:ref name="att.typed.attributes"/> <rng:ref name="att.declaring.attributes"/> <rng:optional> <rng:attribute name="cRef"> <rng:list> <rng:ref name="data.word"/> <rng:zeroOrMore> <rng:ref name="data.word"/> </rng:zeroOrMore> </rng:list> </rng:attribute> </rng:optional> <rng:empty/></rng:element>
element ptr { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.pointing.attributes, att.internetMedia.attributes, att.typed.attributes, att.declaring.attributes, attribute cRef { list { data.word, data.word* } }?, empty }