fbpx
Wikipedia

DGML

Directed Graph Markup Language (DGML) is an XML-based file format for directed graphs.

DGML
Developed byMicrosoft
Initial releaseSeptember 2009; 14 years ago (2009-09)
Type of formatDirected graph
Extended fromXML
Websitedocs.microsoft.com/en-us/visualstudio/modeling/directed-graph-markup-language-dgml-reference

Introduction to DGML edit

Here is what a simple directed graph with three nodes and two links between them looks like

<?xml version="1.0" encoding="utf-8"?> <DirectedGraph xmlns="http://schemas.microsoft.com/vs/2009/dgml">  <Nodes>  <Node Id="a" Label="a" Size="10" />  <Node Id="b" Background="#FF008080" Label="b" />  <Node Id="c" Label="c" Start="2010-06-10" />  </Nodes>  <Links>  <Link Source="a" Target="b" />  <Link Source="a" Target="c" />  </Links>  <Properties>  <Property Id="Background" Label="Background" DataType="Brush" />  <Property Id="Label" Label="Label" DataType="String" />  <Property Id="Size" DataType="String" />  <Property Id="Start" DataType="DateTime" />  </Properties> </DirectedGraph> 

which looks like this:

 

The complete XSD schema for DGML is available at [1]. DGML not only allows describing nodes and links in a graph, but also annotating those nodes and links with any user defined property and/or category.

See also edit

External links edit

dgml, this, article, does, cite, sources, please, help, improve, this, article, adding, citations, reliable, sources, unsourced, material, challenged, removed, find, sources, news, newspapers, books, scholar, jstor, november, 2015, learn, when, remove, this, t. This article does not cite any sources Please help improve this article by adding citations to reliable sources Unsourced material may be challenged and removed Find sources DGML news newspapers books scholar JSTOR November 2015 Learn how and when to remove this template message Directed Graph Markup Language DGML is an XML based file format for directed graphs DGMLDeveloped byMicrosoftInitial releaseSeptember 2009 14 years ago 2009 09 Type of formatDirected graphExtended fromXMLWebsitedocs wbr microsoft wbr com wbr en us wbr visualstudio wbr modeling wbr directed graph markup language dgml referenceIntroduction to DGML editHere is what a simple directed graph with three nodes and two links between them looks like lt xml version 1 0 encoding utf 8 gt lt DirectedGraph xmlns http schemas microsoft com vs 2009 dgml gt lt Nodes gt lt Node Id a Label a Size 10 gt lt Node Id b Background FF008080 Label b gt lt Node Id c Label c Start 2010 06 10 gt lt Nodes gt lt Links gt lt Link Source a Target b gt lt Link Source a Target c gt lt Links gt lt Properties gt lt Property Id Background Label Background DataType Brush gt lt Property Id Label Label Label DataType String gt lt Property Id Size DataType String gt lt Property Id Start DataType DateTime gt lt Properties gt lt DirectedGraph gt which looks like this nbsp The complete XSD schema for DGML is available at 1 DGML not only allows describing nodes and links in a graph but also annotating those nodes and links with any user defined property and or category See also editDOT graph description language Graphviz Microsoft VisioExternal links edithttp msdn microsoft com vstudio homepage of Visual Studio http schemas microsoft com vs 2009 dgml page describing the XSD schema for DGML http www lovettsoftware com contains videos showing how to use DGML graphs in Visual Studio https msdn microsoft com en us library dd409365 aspx documentation on how to use DGML Retrieved from https en wikipedia org w index php title DGML amp oldid 958069951, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.