Version 2.6.0. Last updated on 20th January 2014, revision 12802
<rng:ref name="data.pointer"/>
data.pointer
<rng:ref name="data.enumerated"/>
data.enumerated
<rng:element name="space"> <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.dimensions.attributes"/> <rng:ref name="att.ranging.attributes"/> <rng:ref name="att.responsibility.attribute.cert"/> <rng:ref name="att.source.attribute.source"/> <rng:optional> <rng:attribute name="resp"> <rng:list> <rng:oneOrMore> <rng:ref name="data.pointer"/> </rng:oneOrMore> </rng:list> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="dim"> <rng:choice> <rng:value>horizontal</rng:value> <rng:value>vertical</rng:value> </rng:choice> </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 space { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.dimensions.attributes, att.ranging.attributes, att.responsibility.attribute.cert, att.source.attribute.source, attribute resp { list { data.pointer+ } }?, attribute dim { "horizontal" | "vertical" }?, ( model.descLike | model.certLike )* }