Definition Type: Attribute
Name: targetport
Namespace: http://graphml.graphdrawing.org/xmlns
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: graphml-structure.xsd
Use (Optional)
Documentation:
points to the name attribute of the target <port>.
Collapse XSD Schema Diagram:
XSD Diagram of targetport
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:attribute name="targetport" type="xs:NMTOKEN">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
                    points to the name attribute of the target &lt;port&gt;.
          </xs:documentation>
    </xs:annotation>
</xs:attribute>