<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
Atributos
valueasigna al triángulo un valor, que puede ser el identificador de una estructura de rasgos u otro elemento de análisis.
Estado Necesario cuando se aplica
Tipo de datos
data.pointer
Valores A valid identifier of a feature structure or other analytic element.
Used byeTree forest triangle
May contain
core: label
Declaración
element triangle
{
   att.global.attributes,
   attribute value { data.pointer }?,
   ( label?, ( eTree | triangle | eLeaf )* )
}
Ejemplo
<triangle>
 <label>NP</label>
 <eLeaf>
  <label>the periscope</label>
 </eLeaf>
</triangle>
Nota
An optional label followed by zero or more embedding trees, triangles, or embedding leafs.