<?xml version="1.0" encoding="utf-16"?>
<xs:element name="locator" type="locator.type" block="#all">
<xs:annotation>
<xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
Description: Graphs and nodes are declared by the elements
<graph> and <node>, respectively. The optional
<locator>-child of these elements point to
their definition. (If there is no <locator>-child
the graphs/nodes are defined by their content).
Occurence: <graph>, and <node>.
</xs:documentation>
</xs:annotation>
</xs:element>
|