Zum Inhalt springen

GraphML

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 28. Juni 2007 um 00:36 Uhr durch Authalic (Diskussion | Beiträge) (Introduction to GraphML: changed "how [it] looks like" to "what [it] looks like"). Sie kann sich erheblich von der aktuellen Version unterscheiden.

Vorlage:Orphan GraphML is an XML-based file format for graphs.

Introduction to GraphML

Here is what a simple undirected graph with 2 nodes and one edge between them looks like:

<?xml version="1.0" encoding="UTF-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"  
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
     http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
Die zur Anzeige dieser Grafik verwendete Erweiterung wurde dauerhaft deaktiviert. Wir arbeiten aktuell daran, diese und weitere betroffene Grafiken auf ein neues Format umzustellen. (Mehr dazu)
</graphml>

Other Graph File Formats

See also


Vorlage:Comp-stub