<?xml version="1.0" encoding="utf-16"?>
<xs:element name="edge" type="edge.type" block="#all">
<xs:annotation>
<xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
Description: Describes an edge in the <graph> which contains this
<edge>.
Occurence: <graph>.
</xs:documentation>
</xs:annotation>
<xs:unique name="edge_data_key_unique">
<xs:annotation>
<xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
Ensures: uniqueness of the key attributes of <data> children
of this <edge> element.
</xs:documentation>
</xs:annotation>
<xs:selector xpath="./g:data" />
<xs:field xpath="@key" />
</xs:unique>
</xs:element>
|