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

Documentation
Description: The list of <endpoints> within a hyperedge points to the nodes contained in this hyperedge. Occurence: <hyperedge>.
Properties
This component is not nillable.

Model
<endpoint
  id = xs:NMTOKEN
  node = xs:NMTOKEN
  port = xs:NMTOKEN
  type = endpoint.type.type : undir>
desc?
</endpoint>


Nested Element Summary
 desc
          

Attribute Summary
 xs:NMTOKENid
           identifies this <endpoint> .  
 xs:NMTOKENnode
           points to the id of the node, to which this endpoint is connected.  
 xs:NMTOKENport
           points to the name of the port, to which this endpoint is connected .  
 endpoint.type.typetype
           defines the direction on this endpoint (undirected per default).  

Attribute Detail

id

identifies this <endpoint> .

Type:
xs:NMTOKEN
Use:
optional
Form:
unqualified

node

points to the id of the node, to which this endpoint is connected.

Type:
xs:NMTOKEN
Use:
required
Form:
unqualified

port

points to the name of the port, to which this endpoint is connected .

Type:
xs:NMTOKEN
Use:
optional
Form:
unqualified

type

defines the direction on this endpoint (undirected per default).

Type:
endpoint.type.type
Default:
undir
Use:
optional
Form:
unqualified

Source
<xs:element block="#all" name="endpoint" type="endpoint.type">
</xs:element>


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