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>. |
Complex Types | edge.type, endpoint.type, graph.type, graphml.type, hyperedge.type, key.type, node.type, port.type |
<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> |
< 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> |