desc

http://graphml.graphdrawing.org/
Description: Provides human-readable descriptions for the GraphML
             element containing this <desc> as its first child.
Occurence:   <key>, <graphml>, <graph>, 
             <node>, <port>, <edge>, <hyperedge>, and
             <endpoint>.

Element Information

Model

Used By

Source

<xs:element name="desc" type="xs:string" block="#all">
  <xs:annotation>
    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">Description: Provides human-readable descriptions for the GraphML element containing this <desc> as its first child. Occurence: <key>, <graphml>, <graph>, <node>, <port>, <edge>, <hyperedge>, and <endpoint>.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample

< key xmlns = "http://graphml.graphdrawing.org/xmlns/1.0rc" id = "k0" for = "node" attr.name = "node_label" attr.type = "string" >

< desc>

node label

</ desc>

< default>

no default specified

</ default>

</ key>