<classSpec>

<classSpec> (class specification) TEI要素クラスにおける参照情報を示す.内容モデルに出現する要素のまと まり,共通する属性のまとまり,またはその両方. [22.3 Specification Elements 22.4.6 Element Classes]
モジュールtagdocs — Documentation Elements
属性att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.identified (@ident, @predeclare, @module) (att.combinable (@mode) (att.deprecated (@validUntil)) )
type当該クラスがモデルクラスか属性クラスかを示す.
状態 必須
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
正当な値:
model
(content model) 内容モデルクラス.
atts
(attributes) 属性クラス.
generateモデルクラスのインスタンスとしてある選択肢を示す.デフォルトでは, あらゆるものが可能である.
状態 任意
データ型 1–5 occurrences of 

<rng:ref name="data.enumerated"/>
data.enumerated
空白文字で区切られる
正当な値:
alternation
当該クラスの構成要素は,選択的である.
sequence
当該クラスの構成要素は,リストとしてある.
sequenceOptional
当該クラスの構成要素は,リストから選択される.
sequenceOptionalRepeatable
当該クラスの構成要素は,リストから1つ以上が選択される.
sequenceRepeatable
当該クラスの構成要素は,リストから1つ以上が選択される.
クラブのメンバー
上位
下位
宣言

<rng:element name="classSpec">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.identified.attributes"/>
 <rng:ref name="att.combinable.attributes"/>
 <rng:ref name="att.deprecated.attributes"/>
 <rng:attribute name="type">
  <xhtml:dl class="valList"/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="generate">
   <rng:list>
    <xhtml:dl class="valList"/>
    <rng:optional>
     <xhtml:dl class="valList"/>
    </rng:optional>
    <rng:optional>
     <xhtml:dl class="valList"/>
    </rng:optional>
    <rng:optional>
     <xhtml:dl class="valList"/>
    </rng:optional>
    <rng:optional>
     <xhtml:dl class="valList"/>
    </rng:optional>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.glossLike"/>
    <rng:ref name="model.descLike"/>
   </rng:choice>
  </rng:zeroOrMore>
  <rng:optional>
   <rng:ref name="classes"/>
  </rng:optional>
  <rng:zeroOrMore>
   <rng:ref name="constraintSpec"/>
  </rng:zeroOrMore>
  <rng:optional>
   <rng:ref name="attList"/>
  </rng:optional>
  <rng:zeroOrMore>
   <rng:ref name="exemplum"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="remarks"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="listRef"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element classSpec
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.identified.attributes,
   att.combinable.attributes,
   att.deprecated.attributes,
   attribute type { text },
   attribute generate { list { ?, ?, ?, ? } }?,
   (
      ( model.glossLike | model.descLike )*,
      classes?,
      constraintSpec*,
      attList?,
      exemplum*,
      remarks*,
      listRef*
   )
}
<classSpec module="teitype="model"
 ident="model.segLike">

 <desc>groups elements used for arbitrary segmentation.</desc>
 <classes>
  <memberOf key="model.phrase"/>
 </classes>
 <remarks>
  <p>The principles on which segmentation is carried out, and
     any special codes or attribute values used, should be defined explicitly
     in the <gi>segmentation</gi> element of the <gi>encodingDesc</gi> within
     the associated TEI header.</p>
 </remarks>
</classSpec>