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
一般的でない形の場合,当該属性値は,より重要な2次元情報を反映 すべきである.左から右に書く場合,縦長でもあり横長でもある空白 は,属性値verticalで分類されるべきである.
<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 )* }
当該要素は,元テキストにある普通でない空白を記録するために使われる べきである.例えば,単語の後に多くある空白や,続く朱書きのためにあ る空白など.当該要素は,一般的な単語間や行間の空白を示すために使わ れるものではない.