Definition Type: Element
Name: endpoint
Namespace: http://graphml.graphdrawing.org/xmlns
Type: g:endpoint.type
Containing Schema: graphml-structure.xsd
Abstract
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 desc in schema graphml-structure_xsd Drilldown into type in schema graphml-structure_xsd Drilldown into node in schema graphml-structure_xsd Drilldown into port in schema graphml-structure_xsd Drilldown into id in schema graphml-structure_xsd Drilldown into common.extra.attrib in schema graphml-structure_xsd Drilldown into endpoint.extra.attrib in schema graphml-structure_xsd Drilldown into endpoint.type in schema graphml-structure_xsdXSD Diagram of endpoint in schema graphml-structure_xsd (GraphML)
Collapse XSD Schema Code:
<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: