<triangle>

<triangle> (árbol integrado insuficientemente especificado, llamado así a causa de la forma característica que asume cuando se diseña.) define un eTree insuficientemente especificado, es decir, un eTree con algunas informaciones excluidas. [19.3 Another Tree Notation]
Módulonets — 19 Graphs, Networks, and Trees
Atributosatt.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))
valueasigna al triángulo un valor, que puede ser el identificador de una estructura de rasgos u otro elemento de análisis.
Estado Opcional
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores A valid identifier of a feature structure or other analytic element.
Usado por
Contenido en
Puede contener
Declaración

<rng:element name="triangle">
 <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:optional>
  <rng:attribute name="value">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:group>
  <rng:optional>
   <rng:ref name="label"/>
  </rng:optional>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="eTree"/>
    <rng:ref name="triangle"/>
    <rng:ref name="eLeaf"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element triangle
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute value { data.pointer }?,
   ( label?, ( eTree | triangle | eLeaf )* )
}
Ejemplo
<triangle>
 <label>NP</label>
 <eLeaf>
  <label>the periscope</label>
 </eLeaf>
</triangle>