Definition Type: Element
Name: port
Namespace: http://graphml.graphdrawing.org/xmlns
Type: g:port.type
Containing Schema: graphml-structure.xsd
Abstract
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>.
Collapse XSD Schema Diagram:
Drilldown into port in schema graphml-structure_xsd Drilldown into data in schema graphml-structure_xsd Drilldown into desc in schema graphml-structure_xsd Drilldown into name in schema graphml-structure_xsd Drilldown into common.extra.attrib in schema graphml-structure_xsd Drilldown into port.extra.attrib in schema graphml-structure_xsd Drilldown into port.type in schema graphml-structure_xsdXSD Diagram of port in schema graphml-structure_xsd (GraphML)
Collapse XSD Schema Code:
<xs:element name="port" type="port.type" block="#all">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
           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: &lt;node&gt;, &lt;port&gt;. 
      </xs:documentation>
    </xs:annotation>
    <xs:unique name="port_data_key_unique">
        <xs:annotation>
            <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
        Ensures: uniqueness of the key attributes of &lt;data&gt; children
                 of this &lt;port&gt; element.
      </xs:documentation>
        </xs:annotation>
        <xs:selector xpath="./g:data" />
        <xs:field xpath="@key" />
    </xs:unique>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
desc g:desc 0 (1)
data g:data (1) (1)
port g:port (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
name g:name Required
Collapse Derivation Tree: