<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="hyperedge.type" final="#all">
<xs:annotation>
<xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
Complex type for the <hyperedge> element.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="desc" minOccurs="0" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="data" />
<xs:element ref="endpoint" />
</xs:choice>
<xs:element ref="graph" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="hyperedge.extra.attrib">
<xs:annotation>
<xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
user defined extra attributes for <hyperedge> elements.
</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="id" type="xs:NMTOKEN">
<xs:annotation>
<xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
identifies this <hyperedge> .
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|