<vDefault>

<vDefault> (기본 값기준값) 자질 구조가 이 이름에 대한 자질의 예를 포함하지 않는다면 제시된 기본값을 선언한다. 조건이 미명시되었을 때 하나 이상의 자질구조 요소 또는 원형 값(또는 fDecl의 org 속성 값의 의존하는 값)으로 명시된다; 만약 조건이 명시될 때, 하나 이상의 요소로 명시된다; 만약 기본 값이 명시되지 않는다면 또는 일치하는 조건이 없다면, none 값이 상정된다.어떤 자질 구조가 이 이름에 대한 f의 실례를 포함하고 있지 않을 때, 제공된 기본값을 선언한다; 만약 특별한 조건이 없다면, 하나 이상의 fs 요소나 원형 값으로 (또는 FDecl에 둘러싸인 org 속성의 값에 의존하여) 명시된다. [18.11 Feature System Declaration]
모듈iso-fs — 18 Feature Structures
속성att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
에 의해 사용된
에 의해 포함된
iso-fs: fDecl
포함할 수 있다
선언

<rng:element name="vDefault">
 <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:choice>
  <rng:oneOrMore>
   <rng:ref name="model.featureVal"/>
  </rng:oneOrMore>
  <rng:oneOrMore>
   <rng:ref name="if"/>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element vDefault
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( model.featureVal+ | if+ )
}
<fDecl name="INV">
 <fDescr>inverted sentence</fDescr>
 <vRange>
  <vAlt>
   <binary value="true"/>
   <binary value="false"/>
  </vAlt>
 </vRange>
 <vDefault>
  <binary value="false"/>
 </vDefault>
</fDecl>