http://graphml.graphdrawing.org/xmlns/graphml
element locator

Documentation
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>.
Properties
This component is not nillable.

Model
<locator
  href = xs:anyURI
  type = xs:string>

</locator>


Attribute Summary
 xs:anyURIhref
          
 xs:stringtype
          

Attribute Detail

href

Type:
xs:anyURI
Use:
optional
Form:
unqualified

type

Type:
based on
with :
Use:
optional
Form:
unqualified

Source
<xs:element block="#all" name="locator" type="locator.type">
</xs:element>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.