<symbol>

<symbol> (기호 값) 유한한 목록의 기호 중 하나를 포함하는 자질-값 명세에서 값 부분을 표시한다. [18.3 Other Atomic Feature Values]
모듈 iso-fs — Feature Structures
속성
value⚓︎ 자질 선언에서 명시될 수 있는 유한한 목록 중 하나인 자질의 기호 값을 제시한다.
상태 필수적
자료 유형 teidata.word
클럽 회원
에 의해 포함된
포함할 수 있다 공백 요소
<f name="gender">
 <symbol value="feminine"/>
</f>
Content model
<content>
 <empty/>
</content>
선언
<rng:element name="symbol">
 <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:ref name="att.datcat.attributes"/>
 <rng:attribute name="value">
  <rng:ref name="teidata.word"/>
 </rng:attribute>
 <rng:empty/>
</rng:element>
element symbol
{
   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,
   att.datcat.attributes,
   attribute value { teidata.word },
   empty
}