Definition Type: Element
Name: endpoint
Namespace: http://graphml.graphdrawing.org/xmlns
Type: g:endpoint.type
Containing Schema: graphml-structure.xsd
Abstract False
Documentation:
Description: The list of <endpoints> within a hyperedge
             points to the nodes contained in this hyperedge.
Occurence: <hyperedge>.
Collapse XSD Schema Diagram:
Drilldown into type Drilldown into node Drilldown into port Drilldown into id Drilldown into common.extra.attrib Drilldown into endpoint.extra.attrib Drilldown into desc Drilldown into endpoint.typeXSD Diagram of endpoint
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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 &lt;endpoints&gt; within a hyperedge
                        points to the nodes contained in this hyperedge.
           Occurence: &lt;hyperedge&gt;. 
      </xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
desc g:desc 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id g:id (Optional)
port g:port (Optional)
node g:node Required
type g:type undir (Optional)
Collapse Derivation Tree: