<vColl>

<vColl> (值集合) 表示功能值細節的值部分資訊,包含形成一組、群組或一列表的複合值。 [18.7 Collections as Complex Feature Values]
組件iso-fs — Feature Structures
屬性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.global.source (@source))
org(organization) 說明一個或一個以上已知值的組成是一組、群組、或列表。
狀態 非必備的
資料類型 teidata.enumerated
合法的值是:
set
指出已知值是以一組的形式組成。
bag
指出已知值是以群組的形式組成。
list
指出已知值是以列表的形式組成。
俱乐部会员
可包含在於
可包含
例子
<f name="name">
 <vColl>
  <string>楊過</string>
  <string>小龍女</string>
  <string>李莫愁</string>
 </vColl>
</f>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <elementRef key="fs"/>
  <classRef key="model.featureVal.single"/>
 </alternate>
</content>
宣告
<rng:element name="vColl">
 <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.global.source.attributes"/>
 <rng:optional>
  <rng:attribute name="org">
   <rng:choice>
    <rng:value>set</rng:value>
    <rng:value>bag</rng:value>
    <rng:value>list</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="fs"/>
   <rng:ref name="model.featureVal.single"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element vColl
{
   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.global.source.attributes,
   attribute org { "set" | "bag" | "list" }?,
   ( fs | model.featureVal.single )*
}