<space>

<space> (space) 元資料にある重要な空白の場所を示す。 [11.4.1 Space]
モジュール transcr — Representation of Primary Sources
属性
resp⚓︎ (責任者) (responsible party) indicates the individual responsible for identifying and measuring the space
Derived from att.global.responsibility
状態 任意
データ型 1–∞ occurrences of teidata.pointer 空白文字で区切られる
dim⚓︎ (dimension) 当該空白は、縦長か横長かを示す。
状態 推薦される
データ型 teidata.enumerated
正当な値:
horizontal
当該空白は、横長。
vertical
当該空白は、縦長。
解説

一般的でない形の場合、当該属性値は、より重要な2次元情報を反映 すべきである。左から右に書く場合、縦長でもあり横長でもある空白 は、属性値verticalで分類されるべきである。

クラブのメンバー
上位
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
下位
core: desc
解説

当該要素は、元テキストにある普通でない空白を記録するために使われる べきである。例えば、単語の後に多くある空白や、続く朱書きのためにあ る空白など。当該要素は、一般的な単語間や行間の空白を示すために使わ れるものではない。

By god if wommen had writen storyes
As <space quantity="7unit="minims"/> han within her oratoryes
στρατηλάτ<space quantity="1unit="chars"/>ου
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <classRef key="model.descLike"/>
  <classRef key="model.certLike"/>
 </alternate>
</content>
宣言
<rng:element name="space">
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.global.attribute.xmlid"/>
 <rng:ref name="att.global.attribute.n"/>
 <rng:ref name="att.global.attribute.xmllang"/>
 <rng:ref name="att.global.attribute.xmlbase"/>
 <rng:ref name="att.global.attribute.xmlspace"/>
 <rng:ref name="att.global.rendition.attribute.rend"/>
 <rng:ref name="att.global.rendition.attribute.style"/>
 <rng:ref name="att.global.rendition.attribute.rendition"/>
 <rng:ref name="att.global.linking.attribute.corresp"/>
 <rng:ref name="att.global.linking.attribute.synch"/>
 <rng:ref name="att.global.linking.attribute.sameAs"/>
 <rng:ref name="att.global.linking.attribute.copyOf"/>
 <rng:ref name="att.global.linking.attribute.next"/>
 <rng:ref name="att.global.linking.attribute.prev"/>
 <rng:ref name="att.global.linking.attribute.exclude"/>
 <rng:ref name="att.global.linking.attribute.select"/>
 <rng:ref name="att.global.analytic.attribute.ana"/>
 <rng:ref name="att.global.facs.attribute.facs"/>
 <rng:ref name="att.global.change.attribute.change"/>
 <rng:ref name="att.global.responsibility.attribute.cert"/>
 <rng:ref name="att.global.source.attribute.source"/>
 <rng:optional>
  <rng:attribute name="resp">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.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.typed.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.global.attribute.xmlid,
   att.global.attribute.n,
   att.global.attribute.xmllang,
   att.global.attribute.xmlbase,
   att.global.attribute.xmlspace,
   att.global.rendition.attribute.rend,
   att.global.rendition.attribute.style,
   att.global.rendition.attribute.rendition,
   att.global.linking.attribute.corresp,
   att.global.linking.attribute.synch,
   att.global.linking.attribute.sameAs,
   att.global.linking.attribute.copyOf,
   att.global.linking.attribute.next,
   att.global.linking.attribute.prev,
   att.global.linking.attribute.exclude,
   att.global.linking.attribute.select,
   att.global.analytic.attribute.ana,
   att.global.facs.attribute.facs,
   att.global.change.attribute.change,
   att.global.responsibility.attribute.cert,
   att.global.source.attribute.source,
   attribute resp { list { teidata.pointer+ } }?,
   attribute dim { "horizontal" | "vertical" }?,
   ( model.descLike | model.certLike )*
}