locator

http://graphml.graphdrawing.org/
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>.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xlink:href xs:anyURI required
xlink:type restriction of xs:string optional

Used By

Complex Types graph.type, node.type

Source

<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>

Sample