http://graphml.graphdrawing.org/xmlns/graphml
element hyperedge

Documentation
Description: While edges describe relations between two nodes, a hyperedge describes a relation between an arbitrary number of nodes. Occurence: <graph>. Ensures: uniqueness of the key attributes of <data> children of this <hyperedge> element.
Properties
This component is not nillable.

Model
<hyperedge
  id = xs:NMTOKEN>
(desc?, (data | endpoint)* , graph? )
</hyperedge>


Nested Element Summary
 data
          
 desc
          
 endpoint
          
 graph
          

Attribute Summary
 xs:NMTOKENid
           identifies this <hyperedge> .  

Attribute Detail

id

identifies this <hyperedge> .

Type:
xs:NMTOKEN
Use:
optional
Form:
unqualified

Source
<xs:element block="#all" name="hyperedge" type="hyperedge.type">
<xs:unique name="hyperedge_data_key_unique">
<xs:selector xpath="./g:data"/>
<xs:field xpath="@key"/>
</xs:unique>
</xs:element>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.