Version 2.3.0. Last updated on 17th January 2013.
<rng:ref name="data.word"/>
data.word
<rng:element name="binaryObject"> <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.media.attributes"/> <rng:ref name="att.internetMedia.attributes"/> <rng:ref name="att.timed.attributes"/> <rng:ref name="att.duration.w3c.attributes"/> <rng:ref name="att.duration.iso.attributes"/> <rng:ref name="att.typed.attributes"/> <rng:optional> <rng:attribute name="encoding"> <rng:list> <rng:oneOrMore> <rng:ref name="data.word"/> </rng:oneOrMore> </rng:list> </rng:attribute> </rng:optional> <rng:text/></rng:element>
element binaryObject { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.media.attributes, att.internetMedia.attributes, att.timed.attributes, att.duration.w3c.attributes, att.duration.iso.attributes, att.typed.attributes, attribute encoding { list { data.word+ } }?, text }