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

Documentation
Description: Nodes may be structured by ports; thus edges are not only attached to a node but to a certain port in this node. Occurence: <node>, <port>. Ensures: uniqueness of the key attributes of <data> children of this <port> element.
Properties
This component is not nillable.

Model
<port
  name = xs:NMTOKEN>
(desc?, (data | port)* )
</port>


Nested Element Summary
 data
          
 desc
          
 port
          

Attribute Summary
 xs:NMTOKENname
           identifies this port, within the node it is contained in.  

Attribute Detail

name

identifies this port, within the node it is contained in.

Type:
xs:NMTOKEN
Use:
required
Form:
unqualified

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


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