endpoint

http://graphml.graphdrawing.org/
Description: The list of <endpoints> within a hyperedge
             points to the nodes contained in this hyperedge.
Occurence: <hyperedge>.

Element Information

Model

Children: desc

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:NMTOKEN optional
http://graphml.graphdrawing.org/
identifies this <endpoint> .
node xs:NMTOKEN required
http://graphml.graphdrawing.org/
points to the id of the node, to which this endpoint is connected.
port xs:NMTOKEN optional
http://graphml.graphdrawing.org/
points to the name of the port, to which this endpoint is 
connected .
type endpoint.type.type undir optional
http://graphml.graphdrawing.org/
defines the direction on this endpoint (undirected per default).

Used By

Complex Type hyperedge.type

Source

<xs:element name="endpoint" type="endpoint.type" block="#all">
  <xs:annotation>
    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">Description: The list of <endpoints> within a hyperedge points to the nodes contained in this hyperedge. Occurence: <hyperedge>.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample