key

http://graphml.graphdrawing.org/
refers to the id attribute of a <key>.

Attribute Information

Used By

Complex Type data.type

Source

<xs:attribute name="key" type="xs:NMTOKEN" use="required">
  <xs:annotation>
    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">refers to the id attribute of a <key>.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Sample

< node xmlns = "http://graphml.graphdrawing.org/xmlns/1.0rc" id = "n0" >

< data key = "k0" >

A

</ data>

< data key = "k1" >

62.6202

</ data>

< data key = "k2" >

410.914

</ data>

</ node>