<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

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

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