<vDefault>

<vDefault> (기본 값) 자질 구조가 이 이름에 대한 자질의 예를 포함하지 않는다면 제시된 기본값을 선언한다. 조건이 미명시되었을 때 하나 이상의 자질구조 요소 또는 원형 값(또는 fDecl의 org 속성 값의 의존하는 값)으로 명시된다; 만약 조건이 명시될 때, 하나 이상의 요소로 명시된다; 만약 기본 값이 명시되지 않는다면 또는 일치하는 조건이 없다면, none 값이 상정된다. [18.11 Feature System Declaration]
모듈 iso-fs — Feature Structures
속성
에 의해 포함된
iso-fs: fDecl
포함할 수 있다
주석

May contain a legal feature value, or a series of if elements.

<fDecl name="INV">
 <fDescr>inverted sentence</fDescr>
 <vRange>
  <vAlt>
   <binary value="true"/>
   <binary value="false"/>
  </vAlt>
 </vRange>
 <vDefault>
  <binary value="false"/>
 </vDefault>
</fDecl>
Content model
<content>
 <alternate>
  <classRef key="model.featureVal"
   minOccurs="1maxOccurs="unbounded"/>

  <elementRef key="ifminOccurs="1"
   maxOccurs="unbounded"/>

 </alternate>
</content>
선언
<rng:element name="vDefault">
 <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: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.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,
   ( model.featureVal+ | if+ )
}