<fs>

<fs> (자질 구조) feature structure, 즉, 구조화된 단위로서 구성된 자질-값 쌍의 집합을 표시한다. 18.2 Elementary Feature Structures and the Binary Feature Value
모듈 iso-fs — 18 Feature Structures
전체 속성에 부가
type 자질 구조의 유형을 명시한다.
상태 Recommended when applicable
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
Character string, e.g. word structure.
feats (자질) 자질 구조를 구성하는 자질-값 명세를 참조한다.
상태 수의적
자료 유형 1–∞ 출현 

<rng:ref name="data.pointer"/>
data.pointer
공백문자로 분리됨
one or more identifiers of f elements.
에 의해 사용된
포함할 수 있다
iso-fs: f
선언

<rng:element name="fs">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="feats">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="data.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="f"/>
 </rng:zeroOrMore>
</rng:element>
element fs
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   attribute feats { list { data.pointer+ } }?,
   f*
}
<fs type="agreement_structure">
 <f name="person">
  <symbol value="third"/>
 </f>
 <f name="number">
  <symbol value="singular"/>
 </f>
</fs>